Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ,
I want to open a popup when we click on an i frame ,i tried something like
XML
<a id="A6"   runat="server" href='<%# ConfigurationManager.AppSettings["ProductDetailsPage"]+ "rec=" + DataBinder.Eval(Container.DataItem, "p_SUPPLIER_AID").ToString()+"&PageName=" + PageName%>'>
<div id="a1" >
   <iframe id="ifrmCenterTopZone" runat="server" src="HTMLPage1.htm"
                                               marginheight="0" marginwidth="0" height="280px" width="580px" frameborder="0"
                                               scrolling="no"></iframe>
 </div>

but it didn't work.

Any help would be highly appreciated as i am stuck on this since a long time.
Posted
Updated 10-Jan-12 19:52pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900