Results 1 to 3 of 3

Thread: HTML with JS :I need help fast please...help to open window

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2005
    Posts
    53

    Exclamation HTML with JS :I need help fast please...help to open window

    Ok, Im making a web page. First i have the page set up so I can click two buttons. Each button I want to open a seperate page ive designed. Im using TomCat. How do I set the buttons up so they open the page i want. For example. My welcome page has a button to click to bring user to another page to read. Im not sure on how about doing so please help its urgent. Thank you very much
    Last edited by noycwild; May 17th, 2005 at 10:41 PM. Reason: fixing header

  2. #2
    Member
    Join Date
    Mar 2005
    Posts
    56

    Re: HTML with JS :I need help fast please...help to open window

    You could use window.open() to open a new window, or location.href.
    window.open()

  3. #3
    Fanatic Member Valleysboy1978's Avatar
    Join Date
    Nov 2004
    Location
    Planet Xeoroaniar CC Posts:1,928,453,459,361
    Posts
    770

    Re: HTML with JS :I need help fast please...help to open window

    target="_blank"

    e.g.
    HTML Code:
    <a href="http://www.microsoft.com" target="_blank">Link</A>
    Last edited by Valleysboy1978; May 25th, 2005 at 05:46 AM.
    Life is one big rock tune

Posting Permissions

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



Click Here to Expand Forum to Full Width