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 have this code:
<% If Request.Form("POSTED") AND Request.Form("other_lang_chk") = "true" Then
Response.Write "<input name='other_org' type='checkbox' id='other_org' value='true' checked >"
else
Response.write "<input name='other_org' type='checkbox' id='other_org' value='true'>"
End If %>
please help im really stuck .......... your help will be much apprieciated
i have this code:
<% If Request.Form("POSTED") AND Request.Form("other_lang_chk") = "true" Then
Response.Write "<input name='other_org' type='checkbox' id='other_org' value='true' checked >"
else
Response.write "<input name='other_org' type='checkbox' id='other_org' value='true'>"
End If %>
please help im really stuck .......... your help will be much apprieciated