Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Active Topics Auto Reload also reopens Browser
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

volition
Starting Member

USA
49 Posts

Posted - 21 May 2003 :  02:37:12  Show Profile  Visit volition's Homepage
If we allow people to set Active Topics to Auto Reload the page, then
we also should re-open the browser if someone minimixes it or opens
another browser over it.

window.focus brings the browser with Active Topics to the front each
time the Auto Reload Interval passes.

If they did not want the browser to open every 10 minutes, they would
not have set it to refresh every 10 minutes.

Code:
		"	self.setInterval('autoReload()', 60000 * document.ReloadFrm.RefreshTime.options[document.ReloadFrm.RefreshTime.selectedIndex].value)" & vbNewline & _
		"    }" & vbNewline & _

Edit to:
		"	self.setInterval('autoReload()', 60000 * document.ReloadFrm.RefreshTime.options[document.ReloadFrm.RefreshTime.selectedIndex].value)" & vbNewline & _
		"    };" & vbNewline & _
		"    window.focus();" & vbNewline & _



Volition® - The Net's Oldest Free-Stuff Site

Snitz Forum at http://forum.volition.com/

Edited by - volition on 21 May 2003 02:55:35
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07