| | Javascript bookmark
Add Javascript code to your page that allows the visitors to bookmark it. Just replace example_url with the actual URL of your page and example_title with the page title.
if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
var url="example_url";
var title="example_title";
document.write(' ... | | More... 10/20/06 | | | | |
|
|
|
|