Open facebox from c# codebehind
Posted
by diver-d
on Stack Overflow
See other posts from Stack Overflow
or by diver-d
Published on 2010-06-08T04:22:45Z
Indexed on
2010/06/08
4:32 UTC
Read the original article
Hit count: 310
Hi there, I am creating a basic contact us form that contains a few fields and a button. I am using the jquery facebox plugin which I want to open after the buttons click event is fired displaying a value from one of the textboxes within the div tag.
e.g.
<div id="info" style="display:none;"><h1>Thanks for your enquiry</h1><p>Thanks [NAMEFIELD],<br /> Someone will be in contact with you shortly.</p>
Any tips would be great!
© Stack Overflow or respective owner