Correction - the form method is actually 'post', but the parameters still appear in the URL (both IE and Safari).

The hidden field is encoded <input type='hidden' name='f_ProductOption_1' value='&#163;&#32;10'>.

In the page below, clicking on 'buy' displays the error and the strange character in front of the £ sign following the 'ProductOption' parameter in the URL. (f%5FProductOption%5F1=£%20%205).

http://www.edinburghbicycle.com/ebwPNLqrymode.a4p?f%5FProductID=7740&f%5FSupersetQRY=C379&f%5FSortOrderID=1&f%5Fbct=c020154

The other day, I changed the output encoding to iso-8859 using 'set output charset' at the top of the Active4D library method that generates this page - that seemed to fix it. Now, for some reason the problem has returned and I can't see why.

Regards

Peter

_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to