Results 1 to 2 of 2

Thread: Frame id within current form to be used as hyperlink target

  1. #1
    Join Date
    Dec 2007
    Posts
    88
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Question Frame id within current form to be used as hyperlink target

    Hi, I need help please!

    I have an hyperlink object which i want the navigateurl to open within the current form below the object.

    so is there a way to create a frame within the current form & use it's id
    for the target property of the hyperlink object.

    please assist!

  2. #2
    Join Date
    Sep 2008
    Location
    Whiteford, MD
    Posts
    39
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default

    Most browsers do not use this attribute in any way. The target attribute I mean. Why not pass the ID in the original hyperlink as normal, and in the other frame just use a PHP GET method + if statement to determine if the query string is there?

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
  •