faqts : Computers : Programming : Languages : JavaScript : Tables

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

4 of 36 people (11%) answered Yes
Recently 3 of 10 people (30%) answered Yes

Entry

How can I load a html page in a tabledata in javascript

Jun 28th, 2001 06:00
Jean-Bernard Valentaten, Dhruba Chakrabarty,


Well you could use an iframe or ilayer for that.
If you want to create the html dynamically you could also define a div-
tag (and a layer using span!!) and then rewrite the innerHTML with js.
HTH