querystrings generated are not compatible with IE5/6
Brought to you by:
markrittman
There are more than several circumstances where the
querystring lacks the ampersand and name component
when multiple name value pairs are needed in a
querystring in at least the following procedures:
print_boards
print_message_headers
Currently something like:
procedure?name1=value1=value2=value3 is being
generated rather than procedure?
name1=value1&name2=value2&name3=value3
I have no idea if such querystring syntax works in other
browsers, but it certainly doesn't in my IE5/6 browsers.