Randome Popup (Help)

Discussion in 'JavaScript' started by D3Si, Oct 8, 2006.

  1. #1
    Well I was trying to make new site with bunch of video and my most videos will come from youtube site.. so i want is like when user click on any video link it will start the video in the popup box. so insted of make all the popup for each ads i was think youtube has only 7-8 letter diffrent at the end of every links so make a small java script that when they use click on the video link it will take the last 7 -8 letter for that video and send it to popup player and play it over there... i hope you understnad and i m newbe @ programming.. so please help..

    thanx
    D3Si
     
    D3Si, Oct 8, 2006 IP
  2. jawednazarali

    jawednazarali Guest

    Messages:
    254
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    if you give a name to your popup, no matter how many popup window you try to open it will open in the same popup window.

    mypopup = window.open();

    something like this.
     
    jawednazarali, Oct 8, 2006 IP