realjumper Posted July 9, 2006 Share Posted July 9, 2006 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 More sharing options...
realjumper Posted July 9, 2006 Author Share Posted July 9, 2006 Never mind.....I have figured it out.....and yes, I was way off track!! ;D Link to comment https://forums.phpfreaks.com/topic/14127-launch-iframe-question/#findComment-55319 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.