Hi..
i m new to Mac... i m developing one intranet application in ASP, when i m using hidden tag in the page its working fine in PC, but not in MAC, first i though its because of javascript, but javascript is working fine like client validation script alert and all fine ...but i found the following is problem
<input type="hidden" value="0" name="CmdAction">
<%Response.Write "<input type=""image"" onClick=""document.getElementById('CmdAction').value = 'Change Password';"" id=""CmdAct"" name=""CmdAct"" src=""images/save.gif"" >" %>
in the above code i m assigning the value to hidden Tag "cmdaction" as "Change Password", after submitting the value is taking to next page for password change.. this page work well in PC, but in Mac the value is not getting.....
strAction = request.Form("CmdAction")
in Mac "strAction " is empty but in PC i m getting "Change Password"
can u help me out in this issue.....
Bahrudeen
i m new to Mac... i m developing one intranet application in ASP, when i m using hidden tag in the page its working fine in PC, but not in MAC, first i though its because of javascript, but javascript is working fine like client validation script alert and all fine ...but i found the following is problem
<input type="hidden" value="0" name="CmdAction">
<%Response.Write "<input type=""image"" onClick=""document.getElementById('CmdAction').value = 'Change Password';"" id=""CmdAct"" name=""CmdAct"" src=""images/save.gif"" >" %>
in the above code i m assigning the value to hidden Tag "cmdaction" as "Change Password", after submitting the value is taking to next page for password change.. this page work well in PC, but in Mac the value is not getting.....
strAction = request.Form("CmdAction")
in Mac "strAction " is empty but in PC i m getting "Change Password"
can u help me out in this issue.....
Bahrudeen