Forum: JavaScript / DHTML / AJAX Aug 3rd, 2009 |
| Replies: 6 Views: 356 Remember that frameset should not use <body> and </body> tag.
Example:
<html>
<frameset cols="25%,*,25%">
<frame src="frame_a.htm" />
<frame src="frame_b.htm" />
<frame... |
Forum: JavaScript / DHTML / AJAX Jan 8th, 2009 |
| Replies: 4 Views: 2,286 <div style="text-align:center;">this text will be in center, no mater what.</div> |
Forum: JavaScript / DHTML / AJAX Dec 19th, 2008 |
| Replies: 2 Views: 3,798 SELECT TOP 1000 * FROM <TABLENAME> ORDER BY ID DESC
But i belive this should have been posted under Database, not JavaScript... |