Hi,
I want to popup aspx page using jquery. I have written the following code
I have called
but in that thickbox.css there is no class with name thickbox.
can you please tell me the what is the procedure to popup page using jquery.
Thanks in Advance
Pavani
I want to popup aspx page using jquery. I have written the following code
Code:
<a href="Contactus.aspx?TB_iframe=true&height=250&width=200" class="thickbox" >AboutUs</a>
Code:
<script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/thickbox.js"></script> <link rel="stylesheet" href="js/thickbox.css" type="text/css" media="screen" />
can you please tell me the what is the procedure to popup page using jquery.
Thanks in Advance
Pavani
Comment