• Page 1 of 1
  • 1
uCoz Community » uCoz Modules » E-mail Forms » Email form in ucoz pop up window
Email form in ucoz pop up window
Soldierdevil
Posts: 154
Reputation: 1

Message # 1 | 7:21 AM
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
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 2 | 3:49 PM
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
Hajji
Posts: 4
Reputation: 0

Message # 3 | 2:09 PM
bigblog, this code is broken.
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 4 | 8:05 PM
Hajji, right. Thanks for noticing! I have updated the code now.
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
uCoz Community » uCoz Modules » E-mail Forms » Email form in ucoz pop up window
  • Page 1 of 1
  • 1
Search: