Reload problem

G

Guest

Hey
I have script in javascript which reloads my aspx page on demand. But when
it does the dialog pops up with information:
The page cannot be refreshed without resending the information... Retry /
Cancel.
I don't want this message is there any way to refresh page on demand and
don't have this message ?
Jarod
 
G

Guest

Hi Jarod,
Do this in your in aspx if u r loading the page in u r page in the same
browser window

reloadPage(){
window.location.href=yourpage.aspx;

}

Thanks

IntelYogi
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top