Let's say i want to read a html formular, which consist on 2 page: in the first page i have to complete a radio option and in the second page, based on my option, return sec1.html or sec2.html
the first page have a submit button, which is hidden and masked with a image type button.
I want to programatically , using document.getEle mentById to complete the option, lets say with option2, but also, after that, to simulate the user push button, so the browser show the sec2.html. My problem is that I can't intercept that submit button.
Thanks in advance
the first page have a submit button, which is hidden and masked with a image type button.
I want to programatically , using document.getEle mentById to complete the option, lets say with option2, but also, after that, to simulate the user push button, so the browser show the sec2.html. My problem is that I can't intercept that submit button.
Thanks in advance
Comment