|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
How do I have a pop up window displayed in my ASP <a href> code? |
From: |
Chris Rhodus |
Date: |
12/7/2000 1:21:43 PM |
IP: |
216.84.195.122 |
What is the correct syntax to insert into the a href tag, if I want to have a popup window displayed when the coupon.gif is clicked on? Thanks!
ASP CODE
<!--COUPON LINK--> <%if (rsAdLevel("Coupon")="Y" or rsAdLevel("Coupon")="1") and rsCouponCount("CouponCount")>0 then%>
<a href="../Dining/Coupon.asp?BusinessID=<%=BusinessID%>&FromPage=Profile">
<img src="../icons/coupon.gif" hspace="3" border="0" width="72" height="19"></a>
<%end if%>
POP UP WINDOW HTML CODE
target=Franchione_window onClick="window.open(, Franchione_window, toolbar=no,scrollbars=yes,resizable=no,width=365,height=500)"><img src="http://www.montgomeryadvertiser.com/images/misc/logos/rosa_museum.gif" width="120" height="50" border="0"
|
|
|
|
|
|
|
|
|
|
|
|
|