Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Refresh using HTML

Status
Not open for further replies.

teky

Programmer
Mar 24, 2000
55
US
Is there anyway we can accomplish browser refresh using HTML code???? <p> <br><a href=mailto: > </a><br><a href= > </a><br>
 
&nbsp;&nbsp;&nbsp;I've never seen that, though maybe it's possible.<br><br>&nbsp;&nbsp;&nbsp;I do on the other hand use a java script to refresh the page in NS4, because it can create problems when people change their page size when using CSS.<br><br>&nbsp;&nbsp;&nbsp;Here is the cript I use, maybe you can make use of it, and change it to fit what you need:<br><br>&lt;script language=&quot;JavaScript&quot;&gt;<br>&lt;!--<br>function MM_reloadPage(init) {&nbsp;&nbsp;//reloads the window if Nav4 resized<br>&nbsp;&nbsp;if (init==true) with (navigator) {if ((appName==&quot;Netscape&quot;)&&(parseInt(appVersion)==4)) {<br>&nbsp;&nbsp;&nbsp;&nbsp;document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}<br>&nbsp;&nbsp;else if (innerWidth!=document.MM_pgW ¦¦ innerHeight!=document.MM_pgH) location.reload();<br>}<br>MM_reloadPage(true);<br>// --&gt;<br>&lt;/script&gt;<br> <p>Andre Vandal<br><a href=mailto:dezign@canada.com>dezign@canada.com</a><br><a href= Dezign's Sites</a><br>A bit of eveything Celestial
 
Dear teky,<br><br>Can you be more specific? How are you defining 'refresh'?<br><br>-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top