Jump to content

Launch iframe question


realjumper

Recommended Posts

Hi,

As you will see, I'm not too good at JavaScript! What I want to do is to launch an iframe after 10 seconds. This is what I have attempted, but it doesn't work. Am I on the right track or else way off base?!?!

Thanks.

[code]
<body onLoad="setTimeout('<iframe src=timeout.php name=timeout style=width: 10px; height: 10px scrolling=no marginwidth=0 marginheight=0 frameborder=0 vspace=0 hspace=0></iframe>',10000);">
[/code]
:)
Link to comment
https://forums.phpfreaks.com/topic/14127-launch-iframe-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.