pedalcars wrote:
Here's another way of writing the link, that DOES work in Opera and IE (haven't tried any other browsers yet):
<a href="filename.asp" onClick="openInMainWin('filename.asp')">Go to filename.asp page</a>
NB. Would still be interested in an auto-redirect that did the same thing |
I don't know if you just need an auto-redirect script or what you need, but try this:
<meta http-equiv="refresh" content="5; url=filename.asp">
the 5 is for how many seconds until it refreshes, the filename is the destination.