Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Page refresh only once - reg


  • From: pnjaisan at yahoo.com (Jai Sankar N)
  • Subject: [Javascript] Page refresh only once - reg
  • Date: Sat Oct 15 07:39:11 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.LaTech.edu/pipermail/javascript/attachments/20051015/f95eca84/attachment.html