| Author |
can we add or remove a form attribute by javascript ?
|
raminaa niilian
Ranch Hand
Joined: Jul 14, 2005
Posts: 550
|
|
Hi thank you for reading my post can we add or remove form attributes ( i mean for example things like password , username ,...) by using javascript ? for example when i post my jsf form to a 3rd pary web page it adds some more parameters than what i need , 3rd party web page does not accept post with more/less than 3 parameters so i need to remove those two parameters from the url in post method i should say that i use javascript to assign action and and submit the form thanks
|
 |
vishwanath nadimpally
Ranch Hand
Joined: Jan 25, 2005
Posts: 116
|
|
I don't know if this would serve any purpose for you but you can set the values of the unwanted parameters to empty strings. Like
|
 |
 |
|
|
subject: can we add or remove a form attribute by javascript ?
|
|
|