1234567890
05-21-2009, 10:38 AM
what is the code to open a link in a new window using asp code?
|
Click to See Complete Forum and Search --> : open link in new window? 1234567890 05-21-2009, 10:38 AM what is the code to open a link in a new window using asp code? KDLA 05-21-2009, 11:36 AM <a href="" target="blank">link</a> or <% window.open=""%> 1234567890 05-22-2009, 09:34 AM Hey, we live in the same state! How can I get a link to open in a new window if I am using the following code (used for a hover nav menu): <div id="divbloglink" class="bloglinkoff" onclick="document.location='<%=pathstart%>/blog/'; target='_blank'; " onmouseover="this.className='bloglinkon';" onmouseout="this.className='bloglinkoff';"> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |