Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Quick Help: inserting target=_blank

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
<a href=&quot;URL&quot; onclick=&quot;NewWindow(this.href,'//.. title','446','480','no','center');return false&quot; onfocus=&quot;this.blur()&quot;>


I have this code and I was wondering how I could insert

target=&quot;_blank&quot;
 
Why would you want to insert target=&quot;_blank&quot;? It looks like that link is supposed to open another window anyway, which is what the target=&quot;_blank&quot; does, only with the NewWindow function call it appears you're also passing the size and some other attributes of the new window that you don't have control over with the target. Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard. [dragon]
 
Okay, here is what I am trying to do, but I cant seem to do it.

I'm using the DHTML Window Script, and here's the website that shows how with an example included.

Now I want to use a Popup Window that looks like the one shown here.

And when I use a link by using this Popup window inside DHTML window, the popup window stays inside the DHTML Window Script instead of outside the DHTML window.

So what I am trying to figure out is how to use a link that opens a new Popup window (by using this code &quot; OUTSIDE the DHTML Window.


Thank you for your time.
 
Please help me on this one!
My problem is posted above this post!


Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top