Search found 1 match

by wimn
Thu Nov 13, 2003 2:34 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Using "#" and the onClick
Replies: 7
Views: 9711

It goes wrong on the quotes.
javascript:window.external.AddFavorite(window.location,document.title) works fine, but javascript:window.external.AddFavorite('page.html','My Great Page') does not. A workaround might be to call a method, that does the job, like javascript:addMyFavorite() and define the ...