home/islapiiu/sites/forbes/contact-form/captchacode-widget.php 0000644 00000001373 15075447244 0020566 0 ustar 00 <?php
$captchacode = rand();
?>
<img src="contact-form/Generate_Captcha_Code.php?rand=<?php echo $captchacode; ?>" id='captchaimg' style=" margin-top: 17px;">
<a href='javascript: refreshCaptcha();' class="contact-details">
<div class="refreshbox">
<div class="refresh-img">
<img style="border:none;" src="contact-form/img/refresh.png" title="Click to change the code"/>
</div>
</div>
</a>
<script language='JavaScript' type='text/javascript'>
function refreshCaptcha() {
var img = document.images['captchaimg'];
var c = Math.round(Math.random() * 10000);
img.src = img.src.substring(0, img.src.lastIndexOf("?")) + "?rand=" + c;
}
</script>
home/islapiiu/sites/helpsrilankango/contact-form_1/captchacode-widget.php 0000644 00000001426 15077023544 0022701 0 ustar 00 <?php
$captchacode = rand();
?>
<img src="contact-form/Generate_Captcha_Code.php?rand=<?php echo $captchacode; ?>" id='captchaimg' alt="captcha" style=" margin-top: -10px;">
<a href='javascript: refreshCaptcha();' class="contact-detail">
<div class="refreshbox">
<div class="refresh-img">
<img style="border:none;" src="contact-form/img/refresh.png" alt="refresh" title="Click to change the code"/>
</div>
</div>
</a>
<script language='JavaScript' type='text/javascript'>
function refreshCaptcha() {
var img = document.images['captchaimg'];
var c = Math.round(Math.random() * 10000);
img.src = img.src.substring(0, img.src.lastIndexOf("?")) + "?rand=" + c;
}
</script>
home/islapiiu/sites/visitlanka/contact-form/captchacode-widget.php 0000644 00000001344 15077055202 0021440 0 ustar 00 <?php
$captchacode = rand();
?>
<img src="contact-form/Generate_Captcha_Code.php?rand=<?php echo $captchacode; ?>" id='captchaimg' style=" margin-top: 17px;">
<a href='javascript: refreshCaptcha();' class="contact-details">
<div class="refreshbox">
<div class="refresh-img">
<img style="border:none;" src="contact-form/img/refresh.png" title="Click to change the code"/>
</div>
</div>
</a>
<script language='JavaScript' type='text/javascript'>
function refreshCaptcha() {
var img = document.images['captchaimg'];
var c = Math.round(Math.random() * 10000);
img.src = img.src.substring(0, img.src.lastIndexOf("?")) + "?rand=" + c;
}
</script>
home/islapiiu/sites/visitlanka/booking-form/captchacode-widget.php 0000644 00000001343 15077055272 0021443 0 ustar 00 <?php
$captchacode = rand();
?>
<img src="contact-form/Generate_Captcha_Code.php?rand=<?php echo $captchacode; ?>" id='captchaimg' style=" margin-top: 17px;">
<a href='javascript: refreshCaptcha();' class="contact-detail">
<div class="refreshbox">
<div class="refresh-img">
<img style="border:none;" src="contact-form/img/refresh.png" title="Click to change the code"/>
</div>
</div>
</a>
<script language='JavaScript' type='text/javascript'>
function refreshCaptcha() {
var img = document.images['captchaimg'];
var c = Math.round(Math.random() * 10000);
img.src = img.src.substring(0, img.src.lastIndexOf("?")) + "?rand=" + c;
}
</script>
home/islapiiu/sites/bnb/booking/captchacode-widget.php 0000644 00000001401 15077113745 0017071 0 ustar 00 <?php
$captchacode = rand();
?>
<img src="../contact-form/Generate_Captcha_Code.php?rand=<?php echo $captchacode; ?>" id='captchaimg' style=" margin-top: 17px;">
<a href='javascript: refreshCaptcha();' class="contact-details">
<div class="refreshbox">
<div class="refresh-img">
<img style="border:none;" src="../contact-form/img/refresh.png" title="Click to change the code"/>
</div>
</div>
</a>
<script language='JavaScript' type='text/javascript'>
function refreshCaptcha() {
var img = document.images['captchaimg'];
var c = Math.round(Math.random() * 10000);
img.src = img.src.substring(0, img.src.lastIndexOf("?")) + "?rand=" + c;
}
</script>
home/islapiiu/sites/jetlinetravels/booking-form/captchacode-widget.php 0000644 00000001377 15106133264 0022327 0 ustar 00 <?php
$captchacode = rand();
?>
<img src="booking-form/Generate_Captcha_Code.php?rand=<?php echo $captchacode; ?>" id='captchaimg' style=" margin-top: 28px;">
<a href='javascript: refreshCaptcha();' class="contact-details">
<div class="refreshbox">
<div class="pull-right" style="margin-top: -28px;">
<img style="border:none;" src="booking-form/img/refresh.png" title="Click to change the code" />
</div>
</div>
</a>
<script language='JavaScript' type='text/javascript'>
function refreshCaptcha() {
var img = document.images['captchaimg'];
var c = Math.round(Math.random() * 10000);
img.src = img.src.substring(0, img.src.lastIndexOf("?")) + "?rand=" + c;
}
</script>
|