Results 1 to 3 of 3

Thread: Inernal pop-up modification

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

    Exclamation Inernal pop-up modification

    Hi, I have created a search box that opens in an internal pop-up, but when I inserted the key-words and pressed enter, the results of the search open in the same pop-up, check this out (no spam intended): http://kozmynstestforum.new-forum.net/-h8.htm

    I would like that when you press enter, the internal pop-up (the thick box) will close, and the results of the search will open in the active tab. (or in a new tab)

    Here's the javascript that is used by the thickbox: http://kozmyn.bravehost.com/sarciisgood.js

    Can anybody help me ? Thank you for your time.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    On the kozmynstestforum.new-forum.net/h7-sarciisgood page, where you have:

    Code:
    <form action="/search.forum" method="get">
    Make that (for open in the current tab):

    Code:
    <form target="_top" action="/search.forum" method="get">
    for open in a new tab (subject to the user's settings):

    Code:
    <form target="_blank" action="/search.forum" method="get">
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jun 2010
    Posts
    40
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    That solved it

    Thank you very much !

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
  •