
January 24th, 2007, 02:41 AM
|
|
Contributing User
|
|
Join Date: Jan 2007
Posts: 113
Time spent in forums: 1 Day 21 h 42 m 24 sec
Reputation Power: 0
|
|
|
Pass variable to pop up window !
 hi,
i want to pass a variable on the URL to a pop up window, i write down the code below but it does not work, i don't know if what i'm doing true ?
Code:
Response.write "<TD><A HREF = 'javascript:void(window.open('CircuitDetail.asp?Id Value=" & objRS("CIRCUIT_ID")& "','example','width=500, height=400, location=no, menubar=no, status=no, toolbar=yes, scrollbars=yes, resizable=yes, left=600,top=50'))'> CIRCUIT_ID </A></TD></TR>"
|