View Full Version : The Code?
Koopa
November 30th, 2001, 18:26
Can someone please tell me the code for making the site your homepage and the code for refreshing the page please? Thanks :D
Also how do i get the login feature?
Dusty
December 2nd, 2001, 12:25
...code for refreshing the page<a href="javascript:void();" onClick="self.location.reload();">Reload</a>
Also how do i get the login feature?Login feature of what?
1st
December 2nd, 2001, 15:56
If you want people to get fresh content added to your website on revisit you can make it so they dont have to refresh your page. Just use this meta tag. It will auto refresh on for return visitors.
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
Dusty
December 2nd, 2001, 16:04
<a href="java script:void();" onClick="self.location.reload();">Reload</a>That's should be "javascript", not "java script". I keep forgetting this forum puts a space in there.
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.