Crash1hd
09-27-2003, 03:29 AM
Ok I am having trouble with the following code if the main page is loaded it works fine but if you goto a another page within the site and click the bookmark button it doesnt work?
<td width="33%"><a href="javascript:if(ie){window.external.AddFavorite(http://www.website.com/Page.asp','<%response.write RS.fields("FNameField") & " "&Flink&" Page"%>')}else{}" title="Click here to bookmark" onClick="Bookmark()" style="text-decoration: none" onMouseOver="window.status='Click here to Bookmark Page'; return true" onMouseOut="window.status=''; return true"><font color="#000000"><%response.write RS.fields("FNameField") & " "&Flink&" Page"%></font></A></td>
How can I make this work on all pages?
<td width="33%"><a href="javascript:if(ie){window.external.AddFavorite(http://www.website.com/Page.asp','<%response.write RS.fields("FNameField") & " "&Flink&" Page"%>')}else{}" title="Click here to bookmark" onClick="Bookmark()" style="text-decoration: none" onMouseOver="window.status='Click here to Bookmark Page'; return true" onMouseOut="window.status=''; return true"><font color="#000000"><%response.write RS.fields("FNameField") & " "&Flink&" Page"%></font></A></td>
How can I make this work on all pages?