PDA

View Full Version : automatic homepage setting


suriya6in
10-29-2002, 09:38 AM
hi

is there any javascript to make our website as visitors homepage?
there should be no link for making this.
it should automatically makeit when the visitor enters my web address in the address bar.

regards
suriya

aEr_aEr
10-29-2002, 10:01 AM
if you have the script with a link

You can try this: Instead of hanging the code behind te link try to
call it when the body loads


<script>
function homepage(){
script for making homepage
}
</script>

<body onload="hompage()">


i think this would work

PauletteB
10-29-2002, 10:02 AM
suriya6in

No there will be a prompt. Maybe a VB Script...

This is called an exploit, and, as such, I won't comment further on it.

Roy Sinclair
10-29-2002, 05:21 PM
<sarcasm>Just think how nice it would be if every portal site or other site withour best interests in mind would automatically set our home page to the place on the web they felt was the best home page so we wouldn't ever have to deal with such problems.</sarcasm>

Do you understand why this capability doesn't exist?