Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2004
    Posts
    183
    Tokens
    0

    Default Help Me I Need Pop Up Help

    Does any1 know how i can get the pages on my site to appear in a pop up window? i reall y need to know this as i am making a professional site

  2. #2
    Join Date
    Jun 2004
    Location
    Worthing, England
    Posts
    349
    Tokens
    0

    Default

    <a onclick="window.open('the page u want to open', 'popupwin', 'toolbar=0, location=0, status=0, menubar=0, scrollbars=1, resizable=0, width=850, height=600, left=20,top=20')" href="javascript:void(0);">Link to open popup</a>

    just change the 0's to 1's to enable/disable and the height and width etc.
    :wav:

    _S___K__A__K___I___D__77

    My Space


    If you can read this, you are a Douche! (Damn the change of style...to hell)

  3. #3
    Join Date
    Aug 2004
    Posts
    183
    Tokens
    0

    Default

    Dude that doesnt work :@

  4. #4
    Join Date
    Jun 2004
    Location
    Worthing, England
    Posts
    349
    Tokens
    0

    Default

    <a href="javascript:void(0); onclick="window.open('the page u want to open', 'popupwin', 'toolbar=0, location=0, status=0, menubar=0, scrollbars=1, resizable=0, width=850, height=600, left=20,top=20')">Link to open popup</a>
    k try that way round..

    u have to get it exactly right, damn javascript
    :wav:

    _S___K__A__K___I___D__77

    My Space


    If you can read this, you are a Douche! (Damn the change of style...to hell)

  5. #5
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    <script language='JavaScript' type="text/javascript">

    function buddy_pop() { window.open('link ','BLA','toolbar=0, location=0, status=0, menubar=0, scrollbars=1, resizable=0, width=500, height=200, left=20,top=20'); }

    </script>

    <a href='javascript:buddy_pop();' title=' BLA BLA BLA '> LINK NAME </a>

    ^^ the pop up . works when has real links in place

  6. #6
    Fedoracore Guest

    Talking

    Now Now No Taking the Mick !!!

    Nice advice Mentor!

    Keep all the Happy Posts
    Last edited by Mr..Mitch; 15-08-2004 at 11:51 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •