See, heres my issue. I have taken information from a cookie and put it into hidden forms. I used the hidden forms as criteria for some database results. The only way I could figure out how to do that is to make the database do a search with those two hidden form values, but the user still has to click the button to activate the webbot or whatever. I dont want them to click the button, i just want it to be there when the page open. Get it?
p.s.(How do you make the page go to a different page in Java? document.open("www.whatever.com") ?? )