A link that opens and refreshes

liunx

Guest
how do I make a link open a target and imediatley before it can load the page, refreshes where its trying to go?<!--content-->I think a better question is Why? You could use something like this:<br />
<br />
<br />
<meta http-equiv="expires" content="Wed, 03 Nov 1999 12:21:14 GMT"><br />
<meta http-equiv="Pragma" content="no-cache"><br />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"><br />
<br />
<br />
In your head section. This prevents the page from being cached and the browser should refresh the page each visit.<!--content-->the reason I need to refresh is because I found a way to get to "My computer" by a standard link.<br />
it looks lome thing like this I don't remember the exact leters and numbers though. <a href=http://www.webdeveloper.com/forum/archive/index.php/"::{038dgf3-02jd-dj48-3044jf}"</a> this will take me there but I get the page connot be diplayed window, but if I refresh the page it brings my computer up like it should.<!--content-->bump<!--content-->bump<!--content-->come on people if you dont know atleast point me in the right direction<!--content-->You can't force a refresh with HTML without creating a loop of refreshes. You can, however, use a scripting language to do this, like PHP, ASP, JSP, ect.<!--content-->code or reference pls...<!--content-->Well, could you show us exactly what your code is? It's kind of hard to keep making guesses.<!--content-->I haven't started coding yet that will be the only thing on the page and I don't know how to do it so there's nothing for me to code. I don't care how its written just as long as it does what I need it to do if in the end I need o work everything around this one part of the html then fine.<!--content-->Well how are we supposed to know? You want only one refresh, than you'd need client-side or server side scripting. What's the exact link you are using to do this? Maybe when we've got a clear picture...<!--content-->
 
Back
Top