View Full Version : Can anyone help?
RiskBreaker
24-09-2000, 16:13
I'm helping to make a webpage for my Q3 clan using Frontpage 98. What I need to know is how do you allow someone to click on a link (in this case an image) which will bring up the 'add to favourites' form in I.E. Any help would be greatly appreciated. Cheers :)
try this m8y
<script>
<!--
if ((navigator.appVersion.indexOf("MSIE") > 0)
&& (parseInt(navigator.appVersion) >= 4)) {
document.write("<U><SPAN STYLE='color:black;cursor:hand;'onclick='window.external.AddFavor ite(location.href, document.title);'>Bookmark This Site</SPAN></U>");
}
//-->
</script>
:)
Yeah looks right.
However, dont use Frontpage mate. Its s**t
Get Dreamweaver from http://www.macromedia.com
Its the best WYSIWYG out.
RiskBreaker
24-09-2000, 19:11
.
[Edited by RiskBreaker on 24-09-2000 at 07:27 PM]
RiskBreaker
24-09-2000, 19:13
Thanx for the help SPAWNO, I really appreciate it :) I'll give that script a go tonight.
Your right Shaun, Frontpage 98 does suck, I've made two websites with it now so I've come to realise that :D But, its not too bad and I can use it for free (my father has a web business site made with FP 98). But I will check out Dreamweaver at the site you mentioned.
Cheers :)
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.