POP UP open in a new window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nitindel
    New Member
    • Dec 2007
    • 67

    POP UP open in a new window

    Hi guys..!!

    Greetings..!!!

    I am working on ASP VBScript and Javascript..... .
    I have a link on the web page in which i have to open that window in a new page.

    I used two ways and find problem in both..:-

    function Contribution()
    {
    window.open ("http://226.58.256.256/Test/Eid/Contribution.ht m","mywindow"," location=1,stat us=1,scrollbars =1,width=1000,h eight=1000");

    }

    <a href="Contribut ion.htm" class="link" target="_blank" >

    but it is opening in the new window on each click.. i mean on every click new window is opened..


    2:If i use
    <a href="contribut ion.htm" class="link" target="new">

    then the window remain the same but foucs should pop from the task bar and window should be opened.

    Please let me know the solution

    Thanks in advance.
  • hsriat
    Recognized Expert Top Contributor
    • Jan 2008
    • 1653

    #2
    Originally posted by nitindel
    Hi guys..!!

    Greetings..!!!

    I am working on ASP VBScript and Javascript..... .
    I have a link on the web page in which i have to open that window in a new page.

    I used two ways and find problem in both..:-

    function Contribution()
    {
    window.open ("http://226.58.256.256/Test/Eid/Contribution.ht m","mywindow"," location=1,stat us=1,scrollbars =1,width=1000,h eight=1000");

    }

    <a href="Contribut ion.htm" class="link" target="_blank" >

    but it is opening in the new window on each click.. i mean on every click new window is opened..


    2:If i use
    <a href="contribut ion.htm" class="link" target="new">

    then the window remain the same but foucs should pop from the task bar and window should be opened.

    Please let me know the solution

    Thanks in advance.
    What's wrong with this?
    <a href="Contribut ion.htm" class="link" target="_blank" >

    PS: The IP address seems interesting.

    Comment

    Working...