Swiftfeet8
ISP
I am working on a script that allows my users to log into their email or their junkmail using a single form. Their login information is the same for each. The form action gets changed dynamically for each.
The problem I am having is that I need to somehow dynamically change/add form "input" information to the form when the user pushes either button, but before the form is POST (obviously). So, based upon the button they push to login, specific "static" information will be added to the form before being posted.
I hope this isn't as hard to comprehend as it is to read. Thanks.
The problem I am having is that I need to somehow dynamically change/add form "input" information to the form when the user pushes either button, but before the form is POST (obviously). So, based upon the button they push to login, specific "static" information will be added to the form before being posted.
I hope this isn't as hard to comprehend as it is to read. Thanks.