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.
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.
Comment