J
JasonLFunk
The form action is just the name of the page. My Form looks like this
<form name="hidden" method="Post" action="scholarshipselection.asp"><input type="hidden" name="StudentID"><input type="hidden" name="Password"></form
I set the values of the hidden forms with Javascript from imformation from a cookie. I want to use those two forms as my Database Critera Search Results which uses the webbot. I want the page to think that the user entered the two values and pushed the submit button when the page loads so the data is automatically there. But I dont want a submit button or the textbox. I added a line in my javascript like this 'document.hidden.submit()' and it got recursive I guess and kept reloading itself over and over agian. Help Pleas
<form name="hidden" method="Post" action="scholarshipselection.asp"><input type="hidden" name="StudentID"><input type="hidden" name="Password"></form
I set the values of the hidden forms with Javascript from imformation from a cookie. I want to use those two forms as my Database Critera Search Results which uses the webbot. I want the page to think that the user entered the two values and pushed the submit button when the page loads so the data is automatically there. But I dont want a submit button or the textbox. I added a line in my javascript like this 'document.hidden.submit()' and it got recursive I guess and kept reloading itself over and over agian. Help Pleas