OldWilly
Programmer
- Mar 1, 2002
- 66
I'm using this script to load a page into a frame.
<SCRIPT language="JavaScript">
top.main.location="galleryresults3.cfm?#urltoken#";
</script>
It works good, but lots of times it loads an old view of
the page. Is there something I can add to it to force the
page to re-load?
<SCRIPT language="JavaScript">
top.main.location="galleryresults3.cfm?#urltoken#";
</script>
It works good, but lots of times it loads an old view of
the page. Is there something I can add to it to force the
page to re-load?