> Hi, VK, thanks a lot for your hint. I tried exactly as you instructed.
> It still does not work. This one is really hard. Not sure why
> Firefox does this.
> [,,,]
> > Hi, VK, thanks a lot for your hint. I tried exactly as you instructed.
[quoted text clipped - 18 lines]
> --
> Rob
Thanks. Rob,
The problem seems to be this: I need to include
<html><head><title>Test</title></head><body> before <form> and then
</body></html> after </form>
for firefox to work. Whereas, IE does not care about "incomplete" HTML
page.
I tried this, if I don't make the HTML page complete with those basic
tags, then Firefox won't work for this snippet of code, otherwise, it
works.
A great lesson to learn.
RobG - 30 Sep 2006 12:19 GMT
> > [,,,]
> > > Hi, VK, thanks a lot for your hint. I tried exactly as you instructed.
[quoted text clipped - 28 lines]
> for firefox to work. Whereas, IE does not care about "incomplete" HTML
> page.
There must be more to this than you've posted - head, body and HTML
tags are all optional. The code that I posted works in Firefox even it
that's all that's in the page. Add a doctype and title element and
it's valid HTML.

Signature
Rob