|
uCoz Community uCoz Modules E-mail Forms Email form in ucoz pop up window |
Email form in ucoz pop up window |
Hello, is it possible for me to achieve this? placing an mail form in the default ucoz pop up window so a user click a link and the form pops up
Systems developer
|
Soldierdevil, use the following code:
Code <script> function EmailFrm1() { new _uWnd('EmailFrm1', 'Send us a message!',400,400,{min:1,shadow:1,header:1,max:0,resize:0},'$MFORM_1$'); } </script> <a href="javascript://" onclick="EmailFrm1()">Send us a message!</a> …where you need to replace "Send us a message" with any text you want to be shown and "$MFORM_1$" with the code of your e-mail form. hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau sometimes i lurk here |
| |||
| |||