[Javascript] Page refresh only once - reg

Jai Sankar N pnjaisan at yahoo.com
Sat Oct 15 07:39:06 CDT 2005


Hi all,
 
i have a web form. that form has addition , deletion , edition and list button. my programs are working fine but when i try to edit the record while previous content are loaded. each time i shoud manualy refresh the page and continue  and so on.
 
my code is...
 
<script language=javascript>
function pagereload()
{
      window.location.reload();
}
</script>
 
 
...
...
...
 
that function called in body onLoad event
 
<body onLoad="pagereload()">
..
..
.
.
</body>
 
this function is working but it will do in loop.
 
advance thanks for yours kind reply
 
N.Jai Sankar,
India



		
---------------------------------
 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20051015/f95eca84/attachment.htm>


More information about the Javascript mailing list