Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have a XSLT that builds a set of drop down list items, select and option tags. When the form is submitted with FireFox 3.0.5 the url looks like: [code]http://sitename/pagename?skill=PR§or=Construction&location=France[/code] with IE7 the URL is: [code]http://sitename/pagename?skill=PR§or=Construction&location=France[/code] with just the ampersand character between the form elements and values, whereas FF3 is putting in &. This means that in the template [@location] is not picking up the value of location and in the macro the call does not get the value either. Anyone else seen this and have a solution? Thanks
I resolved this issue. The submit button was of type "button", when I changed it to a type "submit", the form behaved as instructed as a POST and values are read by standard Umbraco notation.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Reading form values from QueryString - FireFox issue
I have a XSLT that builds a set of drop down list items, select and option tags. When the form is submitted with FireFox 3.0.5 the url looks like:
[code]http://sitename/pagename?skill=PR§or=Construction&location=France[/code]
with IE7 the URL is:
[code]http://sitename/pagename?skill=PR§or=Construction&location=France[/code]
with just the ampersand character between the form elements and values, whereas FF3 is putting in &.
This means that in the template [@location] is not picking up the value of location and in the macro the call does not get the value either.
Anyone else seen this and have a solution?
Thanks
I resolved this issue. The submit button was of type "button", when I changed it to a type "submit", the form behaved as instructed as a POST and values are read by standard Umbraco notation.
is working on a reply...