I used the javascript functions as shown below.
<a href="javascrip t:;;;"
onclick="this.s tyle.behavior=' url(#default#ho mepage)';
this.setHomePag e(location.href );">
But this code works for IE, not for Firefox. While running this code,
the firefox shows javascript error as
this.setHomePag e is not a function
Is there any javascript function available for both the browsers?
<a href="javascrip t:;;;"
onclick="this.s tyle.behavior=' url(#default#ho mepage)';
this.setHomePag e(location.href );">
But this code works for IE, not for Firefox. While running this code,
the firefox shows javascript error as
this.setHomePag e is not a function
Is there any javascript function available for both the browsers?
Comment