BRAHUN1985
06-29-2007, 08:02 AM
I have a wap. site that I use all the time on my phone and I switch log on names frequently. To reduce data useage, is there a way for me to submit my info from a saved page that will re-DIRECT me to another Page saved on my phone (so I don't have to navigate on-line to it and exclude loading some pictures) Currently, Immediately I am directed to a huge page with pictures. They do it on purpose too!
Thanks for you help.
Here is the first saved page.
<form method="post" action="http://www.***.***/***/login ">
<input type="text" name="username" value="mulitiple names">
<input type="password" name="password" value="multiple passwords">
<input type="submit" value="Submit">
</form>
And the second page. I also would like to choose where I go from here.
<form method="post" action="http://www.***.***/***"/different >
<input type="text" name="default" value="multiple">
<input type="submit" value="Submit">
</form>
Or I wouldn't mind combining the two pages as long as no new pages open when they are submitted. Thank everybody! I'm interested in what you think
Thanks for you help.
Here is the first saved page.
<form method="post" action="http://www.***.***/***/login ">
<input type="text" name="username" value="mulitiple names">
<input type="password" name="password" value="multiple passwords">
<input type="submit" value="Submit">
</form>
And the second page. I also would like to choose where I go from here.
<form method="post" action="http://www.***.***/***"/different >
<input type="text" name="default" value="multiple">
<input type="submit" value="Submit">
</form>
Or I wouldn't mind combining the two pages as long as no new pages open when they are submitted. Thank everybody! I'm interested in what you think