my form method is post but if i am passing some parameters with a link then
the parameters are visible

-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Gavin Meehan
Sent: Tuesday, April 24, 2001 3:38 PM
To: [EMAIL PROTECTED]
Subject: Re: program the addresss bar


Hi
If your form action is set to post then the query string will not be
appended to the url. so you will just see www.yoursite.com not
www.yoursite.com?name=harry&age=23.....

Damien


>From: Manish <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
>     reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: program the addresss bar
>Date: Tue, 24 Apr 2001 15:02:08 +0530
>
>hi
>i want the value in the address bar of my browser to be constant thruout my
>application.
>eg www.abc.com
>i might go to any page but the value displayed in the address bar shd
>remain
>constant.
>is there anyway to do this in JSP or JavaScript.
>pls send me the script or the url frm where i can get such a script
>thanx
>manish
>
>-----Original Message-----
>From: A mailing list about Java Server Pages specification and reference
>[mailto:[EMAIL PROTECTED]]On Behalf Of Lee Turner
>Sent: Tuesday, April 24, 2001 2:46 PM
>To: [EMAIL PROTECTED]
>Subject: Re: Textarea wrap newlines to <BR>
>
>
>I have just had a look in Dreamweaver and setting the wrap tag to VIRTUAL
>seems to work better.  wrap="VIRTUAL"
>
>Hope this helps
>Lee
>
>_________________________________
>
>Lee Turner
>Systems Developer
>Information Technology Leeds
>_________________________________
>
>Watt Gilchrist Ltd
>Ring Road, West Park
>Leeds, LS16 6RA
>Tel: 0113 288 3200
>Fax: 0113 275 1690
>http://www.wattgilchrist.co.uk
>_________________________________
>
>
> > -----Original Message-----
> > From: Gavin Meehan [SMTP:[EMAIL PROTECTED]]
> > Sent: Tuesday, April 24, 2001 10:04 AM
> > To:   [EMAIL PROTECTED]
> > Subject:      Textarea wrap newlines to <BR>
> >
> > Hi
> > I have a class called Filter that substitutes newline characters with
>the
> > html <BR> tag so data entered on the form will be diplayed properly.
> > This works fine if the enter key is hit in the textarea the substitution
> > is
> > made. My problem is when someone continues typeing and the text goes on
>to
> > the newline automatically. I thought that when the WRAP attribute on the
> > tag
> > was set to PHYSICAL that a new line character is automatically added.
>Can
> > anyone tell me if this is the case and if so what might i be doing
>wrong.
> >
> > Thanks
> > Gav
> >
> >
>_________________________________________________________________________
> > Get Your Private, Free E-mail from MSN Hotmail at
>http://www.hotmail.com.
> >
> >
>==========================================================================
> > =
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> > DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to