Results 1 to 4 of 4

Thread: need script help with this popup

  1. #1
    Join Date
    Jan 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question need script help with this popup

    Does anyone know the script that would make this popup work?
    <a href="#"onclick="Popup(this.href);return false;">
    It opens into same window, so no popups. That's what I want.
    I'm starting a resaler website and found this on it. It works great for what I want, accept I don't know the js that would go into the header.
    Last edited by MoZarko; 01-31-2006 at 03:46 PM.

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    What do you mean here:
    It opens into same window, so no popups. That's what I want.
    Also, have you just tried setting target="_blank"?
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    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

    One possibility:

    HTML Code:
    <a href="#" onclick="window.scrollTo(0, 0);return false;">To Top</a>
    - John
    ________________________

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

  4. #4
    Join Date
    Jan 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile Thanks for the help

    appreciate your info thanks alot

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
  •