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] :) Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.