User Profile

Collapse

Profile Sidebar

Collapse
closser
closser
Last Activity: Nov 8 '12, 04:56 PM
Joined: Nov 7 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • closser
    replied to [Urgently] Form Validation If & then!
    i fixed it already, thank you so much Rabbit sir, honestly. Cheers.
    See more | Go to post

    Leave a comment:


  • closser
    replied to [Urgently] Form Validation If & then!
    Please check out this LINK, use view-source too , to understand it..thank you so much once again.
    See more | Go to post

    Leave a comment:


  • closser
    replied to [Urgently] Form Validation If & then!
    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();
    ...
    See more | Go to post

    Leave a comment:


  • closser
    replied to [Urgently] Form Validation If & then!
    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>
    ...
    See more | Go to post

    Leave a comment:


  • closser
    replied to [Urgently] Form Validation If & then!
    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.
    See more | Go to post

    Leave a comment:


  • closser
    replied to [Urgently] Form Validation If & then!
    P.S: I don't want to make complications when they choose A to get B option javascripts.
    See more | Go to post

    Leave a comment:


  • closser
    started a topic [Urgently] Form Validation If & then!

    [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>
    ...
    See more | Go to post
No activity results to display
Show More
Working...