Results 1 to 8 of 8

Thread: Ack Pop Up Code Question..

  1. #1
    You do realize by 'gay' I mean a man who has sex with other men?
    Join Date
    Oct 2003
    Location
    New Orleans, Louisiana.
    Posts
    21,635

    Ack Pop Up Code Question..

    Okay whats the coding to make a pop up console work fro a specific link like if you click on the 'replies' count on a thread on the general forum on GWW?

    I cant find it anywhere on my HD

    Regards,

    Lee


  2. #2
    Dawgy
    Guest
    um, target=_blank ?


  3. #3
    You do realize by 'gay' I mean a man who has sex with other men?
    Join Date
    Oct 2003
    Location
    New Orleans, Louisiana.
    Posts
    21,635
    Yeah thats how i want it to work but its javascript isnt it?

    What im looking for is to make a window open thats say 100x200 in size specific to a link for a 'help' menu kinda thing.

    Regards,

    Lee


  4. #4
    Have an idea and make it come to life! Gary-Alan's Avatar
    Join Date
    Oct 2003
    Location
    Daytona Beach, Florida, USA
    Posts
    2,591
    I have the code sitting in my development folder, babe! I'll make it work.

    GA


  5. #5
    Dawgy
    Guest
    ah. yeah theres tons of js popup code thingies. i have one i use thats nifty... specific size, centered on screen, etc. try javascriptsource.com


  6. #6
    You do realize by 'gay' I mean a man who has sex with other men?
    Join Date
    Oct 2003
    Location
    New Orleans, Louisiana.
    Posts
    21,635
    See what happens when you go to the store without me.. i actualy need you to find me some code and your not around to help

    Regards,

    Lee


  7. #7
    DigitalJay
    Guest
    dynamicdrive.com has some fabulous popup codes that do all sorts of odd and cool things.


  8. #8
    Rainbo1956
    Guest
    This would go in your head =

    function doPopUp(){
    doPopUpWindow = window.open("http://somepage.html","George","resizable=yes,width=300,h eight=400");
    }



    I'm not sure if putting code in a thread will screw up the thread so I wont put the "whole" code in.

    You need to put the word "script" in before the code and after it, using the brackets naturally.


    This part goes in the body =

    a href="javascript:doPopUp()" Click Here</a>

    Make sure to place brackets < > before and after (after is before the "click here")

    If you have any problems, you can hit me up on yahoo mesg =
    Rainbowmichigan


Posting Permissions

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