I tried to answer this post yesterday but responded to another thread that
was completely different. Sorry to the other thread.
You can do it manually with Code View.
Add between <head> </head>
<script type="text/javascript">
function new_window(url) {
link =
window.open(url,"Link","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=650,height=500,left=50,top=20");
link.focus()
}
</script>
Then with Design View highlight the text and and rightclick - Hyperlink...
javascript:new_window('
http://www.websiteaddress.com/')
Please note the parameters are controlable that you added to the head.
I hope this works and explained it properly.
I wish you were able to right and paste items in the Hyperlink Frontpage
menu. You can use shortcut keys. Control + V to paste after you copy the
proper javascript link. This will help with typing errors and speed things up
and make things just as faster maybe faster than the plug-in that was
mentioned.
Charles