Author Topic: Feedback Form with Captcha  (Read 9902 times)

0 Members and 1 Guest are viewing this topic.

Offline admin

  • Administrator
  • *****
  • Posts: 57
  • Karma: +2/-0
  • Gender: Male
Feedback Form with Captcha
« on: September 14, 2008, 12:55:54 AM »
PopUp Code HEAD Selection:
Code: [Select]

<script language="JavaScript">
var goPopX = (screen.width/2)-250;
var goPopY = (screen.height/2)-250;
var loc = "left="+goPopX+",top="+goPopY;
function goPop(){
goPopWindow = window.open("http://www.example.com/cform/index.php","",
"scrollbars=no,resizable=yes,width=500,height=500,"+loc);
}
</script>


PopUp Link Code:
Code: [Select]
<a href="javascript:goPop()">Feedback</a>



Download: Members
« Last Edit: February 05, 2010, 03:56:46 AM by admin »

Offline vivandmars

  • Supporter
  • **
  • Posts: 2
  • Karma: +0/-0
Re: Feedback Form with Captcha
« Reply #1 on: January 29, 2009, 10:29:27 PM »
i needed that

Offline akohistani

  • Supporter
  • **
  • Posts: 1
  • Karma: +0/-0
Re: Feedback Form with Captcha
« Reply #2 on: June 16, 2010, 09:56:18 PM »
What is this? I read download members I thought the download is available only for members now I sign up but there is no link to download where to download it?