Log in

View Full Version : How do I get a forum link to open in a new window?


tgmorris
12-17-2003, 03:04 PM
In vb3 Gamma, when entering a URL for the link to use there's no place to enter a TARGET parameter. In my situation it's OK for most links to reuse the current window. But, I've got some links that would be better to open in their own window.

Is there a work-around for this? Seems like it could be a nice feature for RC1 :nervous:

g-force2k2
12-17-2003, 08:47 PM
You could make your own javascript code to get windows to open in a function using the onclick command.

Regards,
g-force2k2