Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FrontPage Link Bar

Status
Not open for further replies.

Phudsen

Technical User
Mar 7, 2003
136
A2
Hi all,

I am using FrontPage Link Bar. I want to open some of the links in a new window and some in the same window.

Link bar does not allow me like the normal hyperlink to specify the target.

Any ideas.

Thanks
Paulin
 
Hi Paulin,
in your <head> section include the following Javascript text

<script language=&quot;JavaScript&quot;>
<!--//BEGIN Script
function new_window(url) {link = window.open(url,&quot;Link&quot;);}
//END Script-->
</script>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Now when you want a link to open in a new window change the hyperlink properties to the following:

&quot;javascript:new_window('pagetolinkto.htm')&quot;

If you can help, GREAT
If I can help, EVEN BETTER
 
Liamm,

Thanks a lot 1000,000 x 1000,000. Perfect, worked like a charm.

Thanks again
Paulin
 
Hi everyone and Liamm,
As I posted before, you code worked greate. When I view the website from a computer running Windows 2000 Pro., XP Pro., or any Win 2000 or XP it works great. But If I use a computer that has Windows Me, the code does not do anything.

Why?, I know that IE or NN are involved not the Operating system.

Thanks
Paulin
 
Hi Phudsen,
I'm not 100% sure but it may be that you do not have Microsoft Virtual Machine (support for Java) installed for Windows ME. Try windows update to see if your browser has this support.

Liam

If you can help, GREAT
If I can help, EVEN BETTER
 
Hi Liamm,

Thanks a lot for your support and help. :) :)

I did not have the virtual machine. Now I have it and the Script is working.

Thanks a lot
paulin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top