I'm not aware of any, but I snagged this javascript from here (It's the script that sets the home page to the main site page - note it's not the current page - since it's an absolute link, you should be able to set this up for any page - same way unscrupulous folks do):
http://www.soapoperadigest.com/setup/
Maybe the source code will give you some ideas:
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
if (document.all){
document.write('<A HREF="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.soapoperadigest.com\');">');
document.write('<B><CENTER>Click This Link to Automatically <BR>Make Soap Opera Digest & Weekly Your Homepage</CENTER></B></a>');
}
else if (document.getElementById){
document.write('<a href="http://www.soapoperadigest.com"><CENTER>Drag this link onto your <B>Home</B> button to automatically <BR>make Soap Opera Digest & Weekly your Home Page.</CENTER></a>');
}
else if (document.layers){
document.write('<b><CENTER>Make Soap Opera Digest & Weekly your home page:</b><br>- Click below to go to our home page<br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.</CENTER>');
}
else {
document.write('</CENTER><b>Make Soap Opera Digest & Weekly your home page:</b><br>- Click below to go to our home page<br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.</CENTER>');
}
// End -->
</script>
- <SCRIPT LANGUAGE="JavaScript">
- <!-- Begin
- if (document.all){
- document.write('<A HREF="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.soapoperadigest.com\');">');
- document.write('<B><CENTER>Click This Link to Automatically <BR>Make Soap Opera Digest & Weekly Your Homepage</CENTER></B></a>');
- }
- else if (document.getElementById){
- document.write('<a href="http://www.soapoperadigest.com"><CENTER>Drag this link onto your <B>Home</B> button to automatically <BR>make Soap Opera Digest & Weekly your Home Page.</CENTER></a>');
- }
- else if (document.layers){
- document.write('<b><CENTER>Make Soap Opera Digest & Weekly your home page:</b><br>- Click below to go to our home page<br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.</CENTER>');
- }
- else {
- document.write('</CENTER><b>Make Soap Opera Digest & Weekly your home page:</b><br>- Click below to go to our home page<br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.</CENTER>');
- }
- // End -->
- </script>
My first thought would be make a simple HTML page with this script included, but change the URL to the one you want set and tell them to click it.
In other words:
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
if (document.all){
document.write('<A HREF="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://charter.msn.com\');">');
document.write('<B><CENTER>Click This Link to Automatically <BR>Make CHARTER.MSN.COM Your Homepage</CENTER></B></a>');
}
else if (document.getElementById){
document.write('<a href="http://charter.msn.com"><CENTER>Drag this link onto your <B>Home</B> button to automatically <BR>make CHARTER.MSN.COM your Home Page.</CENTER></a>');
}
else if (document.layers){
document.write('<b><CENTER>Make CHARTER.MSN.COM your home page:</b><br>- Click below to go to our home page<br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.</CENTER>');
}
else {
document.write('</CENTER><b>Make CHARTER.MSN.COM your home page:</b><br>- Click below to go to our home page<br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.</CENTER>');
}
// End -->
</script>
- <SCRIPT LANGUAGE="JavaScript">
- <!-- Begin
- if (document.all){
- document.write('<A HREF="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://charter.msn.com\');">');
- document.write('<B><CENTER>Click This Link to Automatically <BR>Make CHARTER.MSN.COM Your Homepage</CENTER></B></a>');
- }
- else if (document.getElementById){
- document.write('<a href="http://charter.msn.com"><CENTER>Drag this link onto your <B>Home</B> button to automatically <BR>make CHARTER.MSN.COM your Home Page.</CENTER></a>');
- }
- else if (document.layers){
- document.write('<b><CENTER>Make CHARTER.MSN.COM your home page:</b><br>- Click below to go to our home page<br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.</CENTER>');
- }
- else {
- document.write('</CENTER><b>Make CHARTER.MSN.COM your home page:</b><br>- Click below to go to our home page<br>- Go to <b>Preferences</b> in the <B>Edit</B> Menu.<br>- Choose <b>Navigator</b> from the list on the left.<br>- Click on the <b>"Use Current Page"</b> button.</CENTER>');
- }
- // End -->
- </script>
That's probably not entirely perfect, but maybe something like that.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.