Reload the page in the same window

  • Thread starter Thread starter simon
  • Start date Start date
S

simon

When I press shortcut key F5 (Debug.startWithoutDebugging) I always get a
page on a new instance of Internet explorer.
So then happens that I have 10 or more opened windows.
Is it possible to reload the page with changes when I press F5 in the opened
window?

If I go to the page (when I change it in studio) directly in IE and press
F5(refresh), the page is the same without changes - it's obvioussly cashed.
I used to do like that with asp pages in the past.

Thank you for your answer,
Simon
 
When I press shortcut key F5 (Debug.startWithoutDebugging) I always
get a page on a new instance of Internet explorer.
So then happens that I have 10 or more opened windows.
Is it possible to reload the page with changes when I press F5 in the
opened window?

If I go to the page (when I change it in studio) directly in IE and
press F5(refresh), the page is the same without changes - it's
obvioussly cashed. I used to do like that with asp pages in the past.

Thank you for your answer,
Simon

Try [ctrl] + [F5].. you probably have that page cached on client side due
to the page expiry setting.

HTH
 
Back
Top