Results 1 to 3 of 3

Thread: setting target

  1. #1
    Join Date
    Jun 2010
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default setting target

    Hello

    I have some html code where I need to put the value = to a url.

    <input type=hidden name="retURL" value="http://mysite.com/?page_id=1193">

    How do I set the target to _top?

    Thank you.

  2. #2
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    you can't: it's not a hyperlink.
    perhaps you can explain a little more about what you're trying to accomplish?

  3. #3
    Join Date
    Apr 2012
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i think your just after a hyperlink?
    try <a href="http://google.com/" target="_top">Link Name</a>

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
  •