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
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
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...
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 =...
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...
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...
im getting the error msg that i created ......
errorMessage = errorMessage & "<p class=red><strong>You must enter details of your other language</strong></p>"
<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>...
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...
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...
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 !!!!!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.