Results 1 to 2 of 2

Thread: Should be easy

  1. #1

    Thread Starter
    Hyperactive Member scuzymoto's Avatar
    Join Date
    Aug 1999
    Location
    Washington State
    Posts
    316
    I am new to ASP so bear with the beginner question. When I jump to a new active server page how do I script it to open in a new window? Thanks.
    SCUZ

  2. #2
    Hyperactive Member Kagey's Avatar
    Join Date
    Sep 2000
    Location
    The Wilderness of New Brunswick
    Posts
    294

    Thumbs up

    What method are you using to "jump"? if it is a simple link you can set the link to open in a new window.
    Code:
    <a href="newpage.asp" target="_new">Click here</a>
    later

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