I use the following in one of my cf pages :
<a
href="email_ notification. cfm?urdn_ number=#url.
urdn_number# &coming_from_ screen=view_ urdn"
target="_blank" ><img src="../images/ email.gif"
border="0">< /a>
When the user clicks on the link, it opens a new
window on top of the exisitng one. If they click the x
on the top right, it closes the window.
Is there a function/button that I can place on this
page that will do the same thing ?
Basically, there are too many windows opening ontop of
each other.