Click to See Complete Forum and Search --> : ifarame


Spring
05-06-2003, 04:33 AM
if this possible
how
write in iframe from the page?

Thank.

khalidali63
05-06-2003, 06:22 AM
document.write("<iframe name=\"framename\" src=\"somePage.html\" frameborder=\"1\" width=\"100%\"/>");

some thing like the above?

Spring
05-08-2003, 03:40 AM
Thank you!
:)