View Single Post
Old 03-02-2006, 10:41 AM   #2 (permalink)
feelgood
Free Mars!
 
feelgood's Avatar
 
Location: I dunno, there's white people around me saying "eh" all the time
Option 1

<script src="b.js" type="text/javascript"> </script>

The file b.js is a javascript file can be a file that is filled with print statements like

document.write("<table>")
document.write("<tr>")
... and so on

It's ugly, some user's browser might not even have their own javascript enabled.

Option 2
You could use a frame, but that's bad practice.
__________________
Looking out the window, that's an act of war. Staring at my shoes, that's an act of war. Committing an act of war? Oh you better believe that's an act of war
feelgood is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47