hi,
i have a problem with location.reload ();
because i need to reload my page without clicking a button so
everytime i get a reply from server (using ajax) i call
location.reload ();
in one of my codes, i was calling:
fill() --->this fills my form from data in db.
and then, the other call that i have, calls:
location.reload ();
fill(xmlRespons e);
the first call does not have a prblem but when i call a function with
location.reload () previously, it gives out an error saying that
the fill(xmlRespons e) is not defined.
what are the rules necessary when calling location.reload ?
im stuck please help. thanks a lot.
i have a problem with location.reload ();
because i need to reload my page without clicking a button so
everytime i get a reply from server (using ajax) i call
location.reload ();
in one of my codes, i was calling:
fill() --->this fills my form from data in db.
and then, the other call that i have, calls:
location.reload ();
fill(xmlRespons e);
the first call does not have a prblem but when i call a function with
location.reload () previously, it gives out an error saying that
the fill(xmlRespons e) is not defined.
what are the rules necessary when calling location.reload ?
im stuck please help. thanks a lot.
Comment