is there a way to send the client browser to their homepage with javascript?
Printable View
is there a way to send the client browser to their homepage with javascript?
Yes but it only works for Netscape 4.0+:
<a href="javascript:window.home()">Go Home</a>
thanks :D