User Profile
Collapse
-
i fixed it already, thank you so much Rabbit sir, honestly. Cheers. -
Please check out this LINK, use view-source too , to understand it..thank you so much once again.Leave a comment:
-
Yea i meant <input>-s, how do i use the on change event please ?
I'm currently using this way:
...Code:<SCRIPT language=JavaScript> <!-- function check(form) { if (form.Password.value == "") { alert("Please enter your Password."); form.Password.focus(); return;} if (form.Password.value.length < 8) { alert("Please enter a valid Password."); form.Password.focus();Leave a comment:
-
i'm so sorry for ur time, please listen... i will try to explain .... i want the javascript to be shown if we don't fill input-s on the form , so the first INPUT (selcet tag) is the main one that includes Option A and Option B, like this:
...Code:<select name="AorB" > <option value="" selected="selected">Select...</option> <option value="A" >Option A</option>
Leave a comment:
-
Hi Rabbit, thank for your reply, i mean if We select OPTION A there will be shown some Input-s ....and javascript will ask only for the shown input-s so it means OPTION A input-s ... but not to ask for OPTION B input-s too even that they're not shown cause we didnt select OPTION B ... i hope i explained a little for you.Leave a comment:
-
P.S: I don't want to make complications when they choose A to get B option javascripts.Leave a comment:
-
[Urgently] Form Validation If & then!
Hi guys, first i hope u will understand me...
So i want to make a javascript to be shown if somebody chooses option A to show the javascripts for the A1,A2,A3 and if they choose B to show javascripts for the B1,B2,B3. So the A and B it will firstly asked as options from a <select> tag
eg.
...Code:<select name="AorB" > <option value="" selected="selected">Select...</option>
No activity results to display
Show More
Leave a comment: