shard
11-01-2003, 02:41 PM
Hi there everyone!
can we open two popups simultaneously from one link?
like this is the normal way... this script in head tag:
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
and then this script on link:
<a href="#" onClick="MM_openBrWindow('index.htm','','resizable=yes,width=800,height=600')"></a>
but can you open two windows with just this link.... if yes... how? can anyone please temme that??!!
thanx in advance!
can we open two popups simultaneously from one link?
like this is the normal way... this script in head tag:
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
and then this script on link:
<a href="#" onClick="MM_openBrWindow('index.htm','','resizable=yes,width=800,height=600')"></a>
but can you open two windows with just this link.... if yes... how? can anyone please temme that??!!
thanx in advance!