PDA

View Full Version : target = "_blank"


Baleric
06-24-2006, 05:23 AM
hey guys,
can someone please tell me how you use response.redirect to open a page using "target = _blank",

cheers

baleric

Brandoe85
06-24-2006, 06:01 PM
You're going to have to use javascript to open the window. Look up window.open(). Let us know how it goes.

Good luck;