TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Darshan Kshirasagar
NA
317
68.9k
Html Table with Data convert to String with Proper Format
Jan 27 2017 5:55 AM
My Page Contain Data Like Below :
<div id='div1'>
<table class="tHead" style="width: 978px;">
<td width=" 15px">
</td>
<td width=" 978 px" align="center">
<table class="tHead" style="width: 100%;">
<tr>
<td width="33%">
</td>
<td align="center" width="34%">
</td>
<td align="right" width="33%">
??? ??????: 27/01/2017 (16:19)
</td>
</tr>
<tr>
<td width="33%">
</td>
<td align="center" width="34%">
</td>
<td align="right" width="33%">
</td>
</tr>
<tr>
<td width="33%">
???????? ????? : 22431265,22504903
</td>
<td align="center" width="34%">
</td>
<td align="right" width="33%">
</td>
</tr>
<tr>
<td align="center" colspan="3" width="100%">
??? ????? ???? ??????? (602)
</td>
</tr>
<tr>
<td align="center" colspan="3" width="100%">
??? ??? 03/04/2015
</td>
</tr>
</table>
<table class="tHead" style="width: 100%;">
<tr>
<td colspan="3" width="100%">
</td>
</tr>
<tr>
<td width="100%" colspan="5">
</br></br></br></br>
</td>
</tr>
<tr>
<td align="right" colspan="2" width="67%">
</td>
<td align="center" width="33%">
?????? ???
</td>
</tr>
</table>
</td>
<td width=" 15px">
</td>
</table>
</div>
i want to Convert this data into Text(String) as Format for this text proper
Reply
Answers (
6
)
Whats the best way to change content on web page on scroll ?
how to calculate number of months and days in javascript