Forum: JavaScript / DHTML / AJAX 16 Days Ago |
| Replies: 1 Views: 331 Hai,
I made a captcha verification in my php page and refresh the image using a simple javascript. Everything working fine in IE .. But in FF the refresh of image is not working... This is my... |
Forum: JavaScript / DHTML / AJAX May 12th, 2009 |
| Replies: 2 Views: 842 Hai all ,
I had a from in a php page with 3 fields. ie username, name and email.
I have to do a form validation using javascript.
My code is like this.
<script language="javascript">... |
Forum: JavaScript / DHTML / AJAX Apr 26th, 2009 |
| Replies: 1 Views: 1,497 Hi i had php form in a page and I make the submit function using a javascript function ( some thing like protypes.js ). It is working fine in IE , Opera ... Nut doesn't in Firefox. Here is the code.... |
Forum: JavaScript / DHTML / AJAX Apr 14th, 2009 |
| Replies: 0 Views: 837 Hi I had 2 div layers in my php page. One of them is dragable ( suppose div B ). I need to fade out all the items except div B. Because of that I can view the div A clearly inside div B. Please help... |
Forum: JavaScript / DHTML / AJAX Apr 6th, 2009 |
| Replies: 1 Views: 735 Hi I need to make a layer drag able in my html page. Please any one give me a tutorial for doing that please
Thanks
Rajeesh |
Forum: JavaScript / DHTML / AJAX Mar 15th, 2009 |
| Replies: 2 Views: 383 Hi i had a php page and some mysql connections in that page. I need to show a image named loading.gif until the page loads completely.. I tried many but cant... Please any one give an idea...
... |
Forum: JavaScript / DHTML / AJAX Mar 10th, 2009 |
| Replies: 2 Views: 848 Hi I had a form validation script with me. that is
<head>
<script type="text/javascript">
function validate_required(field,alerttxt)
{
with (field)
{
if (value==null||value=="")
... |
Forum: JavaScript / DHTML / AJAX Feb 8th, 2009 |
| Replies: 2 Views: 1,647 Hi i had a big image in my web page. I need to do a preload in that image. Actually I am new to javascript. I tried many scripts but didnt work.. Please guide me ...
Thanks
Rajeesh |
Forum: JavaScript / DHTML / AJAX Jan 17th, 2009 |
| Replies: 5 Views: 1,099 Hi i had a web form with an input text area in it I need to give some restrictions to user in that text area.
1. Need to deny users to type "<",">" these symbols in that text area.
2. Also deny... |