funky php link takes me to favorites

  • Thread starter Thread starter Sandra
  • Start date Start date
S

Sandra

I have a link to a web page at http://myserver/menu2.php?redir=y When I
click it on the web page it takes me to the add to favorites popup. I click
cancel and then it takes me to the right page. What's going on and how can I
fix it?
 
Post the source of the PHP page and we can tell you.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top