Hi there,
I have this problem:
I want to add an icon onto my home page which shlould
enable user to make my home page his/her start page.
It works ok under IE but does not under NS... :-(
Can anyone of you JS gurus help me how to specify
in a code so that this function works under NSx too
or how this can be done?
I am enclosing the code I am using:
<a HREF=http://www.webdeveloper.com/forum/archive/index.php/"#" onClick="this.style.behavior='url (#default#homepage)';this.setHomePage('http://www.thispage.com');"><img src=http://www.webdeveloper.com/forum/archive/index.php/"new/pict/buttons/add_desktop.gif" width="52" height="49" border="0" alt="Make this page your home page"></a>
thanks a million
I have this problem:
I want to add an icon onto my home page which shlould
enable user to make my home page his/her start page.
It works ok under IE but does not under NS... :-(
Can anyone of you JS gurus help me how to specify
in a code so that this function works under NSx too
or how this can be done?
I am enclosing the code I am using:
<a HREF=http://www.webdeveloper.com/forum/archive/index.php/"#" onClick="this.style.behavior='url (#default#homepage)';this.setHomePage('http://www.thispage.com');"><img src=http://www.webdeveloper.com/forum/archive/index.php/"new/pict/buttons/add_desktop.gif" width="52" height="49" border="0" alt="Make this page your home page"></a>
thanks a million