Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jamica

    e-mail form

    I want to make my e-mail (which is generated by a PHP web form) in HTML so i can apply formatting to it?... does anyone have any ideas on how? I have searched the internet but didnt quite find what i wanted.... If any1 can help me would be much grateful thanks
  2. jamica

    deselecting a radio button.....

    thanks
  3. jamica

    deselecting a radio button.....

    any1 any ideas on how to deselect a radio button i have already used the onClick function and want to incorporate it into it.... ie if clicked twice then deslect
  4. jamica

    loop to disable radio buttons

    I have the follwoing javascript(the html's below)...... I am trying to disable the radio buttons in all radio groups which will total to more than 4 i've managed to get it to get a total of 4 but i now need to disable the radio buttons which will give a higher value than 4 ie if 3 is checked...
  5. jamica

    checking 4 different groups of radio buttons.....

    Hi i now have <html> function spots { var = optionNum var = val document.forms.getelementbyname("ol_" + optionNum + "_" + val ) spotsAvail[0] = 4; spotsAvail[1] = 4; spotsAvail[2] = 4; spotsAvail[3] = 4; workOutSpotsAvail { } greyOut { document.forms[0].r4.disabled =...
  6. jamica

    checking 4 different groups of radio buttons.....

    I have a form with four subjects answerable each with a set of radio buttons.... each line has 5 radio buttons labelled 0, 1,2,3,4. Between the 4 statements the maximum number of points to be allocated is 4.... I need some javascript which can help me to deselect options from the subjects below...
  7. jamica

    tick box query

    im trying to make a selection of tick boxes so that the user can select only one not mutliple. these tick boxes have a function already assigned to them for sending in an email and if the form is returned with null values on other fields if any of these boxes are checked they will retain the...
  8. jamica

    validating a textbox based on the value of a chkbox

    i have the delimiters around the whole validation
  9. jamica

    validating a textbox based on the value of a chkbox

    im getting the error msg that i created ...... errorMessage = errorMessage & "<p class=red><strong>You must enter details of your other language</strong></p>"
  10. jamica

    validating a textbox based on the value of a chkbox

    yeah ive added it in however the error mesage cums up and stays up still so if a user selects this option then the form will never submit
  11. jamica

    validating a textbox based on the value of a chkbox

    yeah its a self submiting form
  12. jamica

    validating a textbox based on the value of a chkbox

    the variables are in the code just was lazy and didnt copy them .....
  13. jamica

    validating a textbox based on the value of a chkbox

    <FORM name="mailer" method="post" action="/folder1/page1.asp"> <input type="hidden" name="POSTED" value="true"> and all other dims here Dim lang_error If other_lang_chk = "Yes" AND other_lang = "" then lang_error = "true" errorMessage = errorMessage & "<p class=red><strong>...
  14. jamica

    validating a textbox based on the value of a chkbox

    hey guys i really appriecate this .... do u want to c the entire code in the form or just the form tag? ?
  15. jamica

    validating a textbox based on the value of a chkbox

    posted is my form element .... i get as far as steven has mentioned but my problem is the actual validation once i try to put in the if statement it all goes wrong .... what I want is that if the chkbox is ticked keep it ticked on posted and also chk if there is a value in the textbox and if...
  16. jamica

    validating a textbox based on the value of a chkbox

    hi can anyone help me imreally stuck dont no what im doing wrong .... what im trying to do is server side vaildation in vbscript to see if a chkbox is chked then the textbox cannot be empty... i also need to maintain the values in the fields if onsubmit there are otehr errors on the page i...
  17. jamica

    validating a textfield based on the value of a ckhbox

    Hi please help i've been trying to create serverside validation in vbscript to chk that if a chkbox is ticked then the textfield below must be filled too can any1 help please !!!!!

Part and Inventory Search

Back
Top