cycyber
Jun 15th 2007, 2:37 pm
I can automatically fill forms on the page with HTML DOM code, but is it possible to fill forms on pages that you're being redirected to?
Like, a user clicks a submit button on your page, and it redirects you to some other domain that you don't own/have any association with, is it possible for the javascript on the 1st page to be on a timer or something to autofill out a textbox on the 2nd page that the user just got send to via your redirect button.
I'm trying to figure out how proxy.org/goodwaiter.com autofill forms on other pages then submit the form on that other page to show the user results.
I know they use perl and cgi, but anyone know of code on how it works, google isn't being too helpful tonight. Even perl/cgi code would be fine.
Like, a user clicks a submit button on your page, and it redirects you to some other domain that you don't own/have any association with, is it possible for the javascript on the 1st page to be on a timer or something to autofill out a textbox on the 2nd page that the user just got send to via your redirect button.
I'm trying to figure out how proxy.org/goodwaiter.com autofill forms on other pages then submit the form on that other page to show the user results.
I know they use perl and cgi, but anyone know of code on how it works, google isn't being too helpful tonight. Even perl/cgi code would be fine.