Posted February 24, 201411 yr Dear friends i have question.i want to know is there any way so we can bypass a Textbox input like name = class = i want to bypass class texbox and want to submit.
March 2, 201411 yr Hello,as always it really depends on the specific situation. I just guess you can't submit because there's some kind of javascript (if it's not a flash application) that checks the value of those INPUTs ... and dealing with them is a first step: you could save the page and "disable" all the js and try to submit. I'm sure, however, that there are server-side checks for the emptiness of those fields, especially if those are somewhat important for the [next] server-side processing. Regards,Tony
Create an account or sign in to comment