Click to See Complete Forum and Search --> : JavaScript Question


hansen_hou
05-12-2003, 12:45 AM
Hi, there:
Is there anyone know how to make a Pop Up that can ask people if they want to make my site as their home page.
thanks
please e-mail me at:
hansen_hou@hotmail.com
thanks

Gollum
05-12-2003, 02:58 AM
<a HREF onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://insert your homepage here ');">Click here to make this your default homepage</a>

Note this is IE specific and probably limited to Windows environments but that still covers over 90% of the general market.