PDA

View Full Version : UCJ Question...


QuietMike
10-21-2001, 08:21 PM
Does anyone know how to make links to the out script work in multiple windows?

I mean, lets say I have a link, once it is clicked it will open up a small console with multiple links to my out script. When the links on the console are clicked, it will go to my trades in a new window. How do I do this so that the hit is tracked right?

there are also going to be lots of out links on the main page...

QuietMike
10-22-2001, 03:46 PM
anyone???

Chosen
10-22-2001, 05:59 PM
Well, you may try something like that on your main page:

<a href="#" onclick="javascript:window.open('http://yourdomain.com/popup_with_links_to_trades.htm','','height=10,widt h=10')">Your link</a>

Change height & width to whatever you want to.

Hope it helps :)