Results 1 to 3 of 3

Thread: how to build a top navigation that opens new windows?

  1. #1
    Join Date
    Nov 2004
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation how to build a top navigation that opens new windows?

    Gday!
    I was wondering if I could get some instructions.
    I just downloaded the top navigation bar 1 works great. But what I would like is, click on the links and they open in a new window.

    I’m pretty new to Java and I’m pretty prog savy I thought I could paste something like this in 1 of the 2 .js –

    <a href="#null"
    onclick="window.open('yngwietabs.html',
    'welcome','width=300,height=400,menubar=yes,status =yes')">
    Yngwie J Malmsteen</A><br>

    Or on click open new window..

    I don’t know. Have I confused anyone yet? my source code is here.. http://dynamicdrive.com/dynamicindex1/sm/index.htm

    Marty

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Answered in other thread.
    Try not to double-post, see the rules.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    Nov 2004
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post

    Fixed it with "_blank"); at the end of the link. But, I can't control the size of the next window. I would like 300 x 450 for example. I can’t see any code I can edit in both the JScript Script Files

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •