Refresh Page??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
I loop through a folder in my asp.net program and display all the images.
included with all the images is 1 word document which gets downloaded.. i get
the download dialog box to come up and i can open or save the file.. but then
it gets stuck on that function.. No matter what button, listbox, anything i
click on, the download dialog box keeps coming up.. and i'm stuck.. if i
press F5 or refresh the page, then it's ok...
How do i refresh the page with code after the file has been opened or saved??
 
you can use javascript to refresh your page.

For example,

window.location.href=window.location.href;
 

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

Back
Top