Visual InterDev

D

Dave F

I give up. How do I add a bookmark to an ASP page in VID?

I found the commands to move to and from bookmarks and to toggle bookmarks
on and off, but how do I set them?

(My VID does not have the MSDN Help files installed so I am a bit lost)
 
M

Maarten

<script LANGUAGE="Javascript">
var txt = "ADD TO FAVORITES"
var url = "http://www.juchadis.com";
var who = "Juchadis - Port Grimaud - Côte D'azur - France"

var ver = navigator.appName
var num = parseInt(navigator.appVersion)
if ((ver == "Microsoft Internet Explorer")&&(num >= 4)) {
document.write('<A HREF="javascript:window.external.AddFavorite(url,who);"
');
document.write('onMouseOver=" window.status=')
document.write("txt; return true ")
document.write('"onMouseOut=" window.status=')
document.write("' '; return true ")
document.write('">'+ txt + '</a>')
}else{
txt += " (Ctrl+D)"
document.write(txt)
}
</script>
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top