Is this not distributed computing at its best ?

;-)

> -----Original Message-----
> From: T.A. Flores [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 03, 2001 3:35 PM
> To: [EMAIL PROTECTED]
> Subject: Re: off topic( javascrpt + jsp) ???Urgent Please
>
>
> It occurred to me after seeing your particular name that I
> have seen it
> many times before.
>
> A quick search of the archieves yielded some interesting
> results.  More
> specifically I stopped at over 200 hits on your name.  It is that you
> have people on the list doing your job for you?  If so then may I
> suggest that you forward those who have assisted you your paycheck.
>
> http://archives.java.sun.com/cgi-bin/wa?S2=jsp-
> interest&q=&s=&f=sufi&a=&b=
>
>
> ----- Original Message -----
> From: sufi malak <[EMAIL PROTECTED]>
> Date: Tuesday, April 3, 2001 1:00 pm
> Subject: Re: off topic( javascrpt + jsp) ???Urgent Please
>
> > Here is what I did but still does not work :
> > <%
> >        String requestUri = request.getRequestURI();
> >        int indexOfqm = requestUri.indexOf('?');
> >        if (indexOfqm != -1)
> >                requestUri = requestUri.substring(0, indexOfqm);
> >
> >        String category = request.getParameter("category");
> > %>
> >
> > <%
> > if (category !=null)
> > {
> >  category = (String)request.getParameter("flag");
> > }
> > else //If category wasn't in the query string, set it to a default
> > value.{
> >  category = "All"; //Fill in the default value here. I just used
> > an empty
> > string.
> > }
> > %>
> >
> > <center>
> > <script language="JavaScript">
> > function gotoFunction() {
> >        self.location =
> > document.productGoto.productList.options
> [document.productGoto.productList.selectedIndex].value;
> > }
> >
> > </script>
> > <table  width="90%" cellpadding="4">
> > <tr >
> > <td bgcolor="#eeeeff">
> > <FORM NAME="productGoto">
> > <FONT FACE="Arial,Helvetica" SIZE="-2">
> > Select By Category:
> > <SELECT NAME="productList" onChange="gotoFunction()" onBlur="return
> > options[0].selected = true">
> > <OPTION VALUE="">Select a Category
> > <OPTION VALUE="<%= requestUri %>?category=All ">All Categories
> > <OPTION VALUE="<%= requestUri %>?category=Computing ">Computing
> > <OPTION VALUE=" ">Competition
> > <OPTION VALUE=" ">Commerce
> > <OPTION VALUE=" "> Audit Firms
> > <OPTION VALUE=" ">Government
> > <OPTION VALUE=" ">Health
> > <OPTION VALUE=" ">Industry
> > <OPTION VALUE=" ">Investment Advisors
> > <OPTION VALUE=" ">Law Firms
> > <OPTION VALUE=" ">Mutual Fund Pages
> > <OPTION VALUE=" ">News/Views
> > <OPTION VALUE=" ">Reference
> > <OPTION VALUE=" ">Transportation
> > <OPTION VALUE=" ">Travel
> > <OPTION VALUE=" ">Web Research
> > <OPTION VALUE=" ">WebPage Technology
> >
> > </SELECT>
> > </FORM>
> > </td>
> > <td width="100%">
> >
> > </td>
> > </tr>
> > </table>
> > <% System.out.println(">>>>>>>>>>>>>>> category = " + category); %>
> >
> >

===========================================================================
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