V
Vince C.
Hi.
We are facing a strange problem that occurs with ASP HTML that is viewed in
MSIE6. The HTML has INPUT tags with both "name" and "id" set to the same
value. The ASP is called with arguments, such as:
http://myserver/folder/?arg1=val1&arg2=val2.
In the HTML there is an A tag that refers to an INPUT tag with just the hash
sign and the link name: <a href="#FieldName">...</a>. When the hyperlink is
clicked the whole page is reloaded but as though no arguments were present:
http://myserver/folder/#FieldName which is a completely different thing.
Is this behaviour by design or a bug in MSIE?
Thanks in advance.
Vince C.
We are facing a strange problem that occurs with ASP HTML that is viewed in
MSIE6. The HTML has INPUT tags with both "name" and "id" set to the same
value. The ASP is called with arguments, such as:
http://myserver/folder/?arg1=val1&arg2=val2.
In the HTML there is an A tag that refers to an INPUT tag with just the hash
sign and the link name: <a href="#FieldName">...</a>. When the hyperlink is
clicked the whole page is reloaded but as though no arguments were present:
http://myserver/folder/#FieldName which is a completely different thing.
Is this behaviour by design or a bug in MSIE?
Thanks in advance.
Vince C.