Re: [OT]httpservletrequest parameters in netscape
From: Raymond DeCampo (rdecampo_at_spam.twcny.spam.rr.spam.com.spam)
Date: 04/04/04
- Next message: Zuel: "Threading. Is this an Issue?"
- Previous message: Raymond DeCampo: "Re: Extending java.util.Stack?"
- In reply to: sookean: "Re: httpservletrequest parameters in netscape"
- Next in thread: hiwa: "Re: httpservletrequest parameters in netscape"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 04 Apr 2004 16:52:36 GMT
sookean wrote:
> Some more info...
>
> Here's some snippet for the list box:
> <select name="mylistbox" id="select2" onchange="setLang()">
>
> And here's a simplified version of my setLang()
> function setLang()
> {
> document.location.href="www.myserver.com?page=mypage&page2="+document.listbox[listbox.selectedIndex].value;
> }
Two points:
1) This question is off-topic for this (non-existent) group.
2) Does the version of Netscape you are using claim to be XHTML
compliant? Are you identifying your document as as XHTML document and
not simply an HTML document?
Ray
- Next message: Zuel: "Threading. Is this an Issue?"
- Previous message: Raymond DeCampo: "Re: Extending java.util.Stack?"
- In reply to: sookean: "Re: httpservletrequest parameters in netscape"
- Next in thread: hiwa: "Re: httpservletrequest parameters in netscape"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]