There is a page where I am trying to confirm an order. Well the info they pull from their database is sort of wrong. Of course they mark the fields as unedittable using an HTML tag.
<input name="address2"
value="A"
size="30"
maxlength="30"
READONLY >
Is there a way to remove READONLY as the page is being downloaded so that I could submit the form with the correct info.
If you must know why, here is the reason. I am trying to upgrade to bellsouth fastaccess xTreme DSL. Well Bellsouth has one screwed up database. It throws an error that my address doesn't exist. Well that is because the database they pull the info from abbreviates my city. So it doesn't match anything. Their order program just throws a whole list of javascript errors.
After spending honestly about 7 hours trying to get this resolved, I am going to try something myself.
I am just curious if there is a proxy program that allows you to specify words you want removed from the HTML.
<input name="address2"
value="A"
size="30"
maxlength="30"
READONLY >
Is there a way to remove READONLY as the page is being downloaded so that I could submit the form with the correct info.
If you must know why, here is the reason. I am trying to upgrade to bellsouth fastaccess xTreme DSL. Well Bellsouth has one screwed up database. It throws an error that my address doesn't exist. Well that is because the database they pull the info from abbreviates my city. So it doesn't match anything. Their order program just throws a whole list of javascript errors.
After spending honestly about 7 hours trying to get this resolved, I am going to try something myself.
I am just curious if there is a proxy program that allows you to specify words you want removed from the HTML.
