I am using a piece of javascript which changes the page it's in according to what selection is made from a drop down menu.
all is fine, but i'd like it so that all the information that was in all the fields to still be there after it has changed.
i modified the script to create a url for the browser to point to, the thing is certain characters(' # " trip up the broweser, and also IE doesn't like it if there is too much text in some fields.
What i'm trying to do is execute a form submission using the drop down menu, so that the informtaion in the form is carried over to the new version of itself.
another complication is that i need the value of the drop down menu for another form, and have been unable to embed one form within another - is this just not possible?
i hope that's clear enough
any help would be very much appreciated.
thank you
Ewan Gibb
all is fine, but i'd like it so that all the information that was in all the fields to still be there after it has changed.
i modified the script to create a url for the browser to point to, the thing is certain characters(' # " trip up the broweser, and also IE doesn't like it if there is too much text in some fields.
What i'm trying to do is execute a form submission using the drop down menu, so that the informtaion in the form is carried over to the new version of itself.
another complication is that i need the value of the drop down menu for another form, and have been unable to embed one form within another - is this just not possible?
i hope that's clear enough
any help would be very much appreciated.
thank you
Ewan Gibb