
December 7th, 2000, 11:41 AM
|
|
Junior Member
|
|
Join Date: Dec 2000
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I have a problem with NS6 when I'm submitting data with a form method=get. It works perfect on IE, NS4.7 and Opera. The following piece is part of a combobox where one of the values is " " (a single space). Let's suppose that value for the parameter P_PROJTOM.
<-cut->
<td height=9 colspan=2>
<td colspan=9 rowspan=3><SELECT name="P_PROJTOM" size=1> <OPTION value=" "> - <OPTION value="0"> 0 - Nollställn kk 9 <OPTION value="1111101"> 1111101 - Civing o arkutb gem <OPTION value="1111102">
<-cut->
When NS6 posts this it looks like this
http://xxx/ows-bin/rwcgi60?report100s&P_PERIODFOM=2000-12-01&P_PROJFOM=45910003&P_PROJTOM=&P_KSTFOM=&P_KSTTOM=&P_AKTFOM=&
<-cut->
As you can see P_PROJTOM is not a single space but nothing, blank, null. With IE it would say ...P_PROJTOM=+... and with Opera it would be ...P_PROJTOM=%27%20%27...
Is there a good explanation for this?
Is the transformation from selected value to what's posten part of the HTML specification?
|