funky php link takes me to favorites

J

Jens Peter Karlsen[FP MVP]

Post the source of the PHP page and we can tell you.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
J

Jon Spivey

Hi Sandra,

There must be some javascript code on the page to add the page to
favourites. It will look like this
window.external.AddFavorite(location.href, document.title)

Find this code and deep six it
 
S

Sandra

That's exactly what it was. Why would anybody want to do that? It makes
people answer the popup every thime they visit the page.

Thanks
 
Top