jevjh Posted August 17, 2005 Share Posted August 17, 2005 hey~~ ^^ I was wondering if anybody can help me out with this. I need refresh command. once customer comes to site, it automatically refreshes once. and stop. ---------------------------------------------------------------------------- <script language='javascript'> function reloadOnce() { window.setTimeout('window.location.reload()',1000); //1second loop } </script> I used this.. but I wanted it to get refreshed just once. ------------------------------------------------------------------------------- so I found code --------------------------------------------------------------------------- <script language=" JavaScript" ><!-- function MyReload() { window.location.reload(); } //--></script> Then change your <Body> to say; <Body onLoad=" MyReload()" > ------------------------------------------------------------------------------ but... I doesn't do anything... what should I do???? Quote Link to comment Share on other sites More sharing options...
Wendy James Posted August 17, 2005 Share Posted August 17, 2005 (edited) No idea how to do that but please only post a specific question in one area. Cross posting is against the rules... and a pain. :) Edited August 17, 2005 by wendyjames Quote Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep. 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.