[KLUG Members] Opening a popup with Java Script

Michael Lueck mlueck at lueckdatasystems.com
Tue Jun 21 07:09:04 EDT 2005


On 20 Jun 2005 23:05:20 -0400, bill wrote:

>try
>onClick=return(window.open('yoururl.html'))

I do roughly the same idea, here is the full <a> tag...

<a href="http://www.lueckdatasystems.com/Nehemiah/00000015.html" onClick="javascript:window.open('/datacentertour/datacenter.html','EnlargeView','width=503,height=518,scrollbars=0','_blank')">

I reload the same page with the href tag, the onClick event takes care of opening the new window, and the of course some various options for how the popup window is formatted. This is basically an "onClick splitter" as both the href and the onClick actually happen.



Michael Lueck
Lueck Data Systems
http://www.lueckdatasystems.com/



More information about the Members mailing list