derbra1513
10-12-2006, 04:09 PM
Hi all, im having a problem. I have two diffrent links that i want to open in two popup windows one a normal window size popup and the secound 100 by 200. Is this at all possible? Here is what i have so far
<code><script type="text/javascript">
function twoWindows (one,two) {
window.open(one);
window.open(two);
}
</code>
<code><body>
<a href="http://nucrisp.com/home.html" onclick="twoWindows('http://www.apparelcatalog.net/asi/','http://nucrisp.com/Untitled.html'); return false">hi</a>
</body></code>
<code><script type="text/javascript">
function twoWindows (one,two) {
window.open(one);
window.open(two);
}
</code>
<code><body>
<a href="http://nucrisp.com/home.html" onclick="twoWindows('http://www.apparelcatalog.net/asi/','http://nucrisp.com/Untitled.html'); return false">hi</a>
</body></code>