signoff JSP-INTEREST

2004-03-19 Thread Gowda, Ramakrishna
-Original Message-
From: Balamurugan Krishnababu ,Tidel Park - Chennai
[mailto:[EMAIL PROTECTED]
Sent: 19 March 2004 04:25
To: [EMAIL PROTECTED]
Subject: Re: Help needed
Importance: High


hi,

1) Modify your design ,such a way make 2 htmls ,one contains the 4 tabs and
other contains menu links.
2) construct two frames and divide vertically.
3) load the 4 tabs page on the second frame and other page in the first
frame.
4) 4 tabs page,now write your prompt for submit code in a function and call
that on onMouseUp event of body or form.
5) menu link page,now write your auto submit code in a function and call
that on OnMouseUp event of body or form


I hope this will help u to some extent.

Thanks,
Bala


-Original Message-
From: Maya menon [mailto:[EMAIL PROTECTED]
Sent: Friday, March 19, 2004 3:07 AM
To: [EMAIL PROTECTED]
Subject: Help needed


All,
All suggestions welcome for designing this:
1. Have a web page with tabs [4 tabs] in the body and 2 menu links on the
left side. The requirement is if I modify anything in my page and click on
the tabs, I should prompt the user to do a form submit before proceeding.
But on the same time, if I am clicking on the menu links I should do a form
auto submit.
How can I accomplish this ?
Thanks


Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


built-in webserver

2004-03-19 Thread Sandeep Kachalia
Hi,

I want to write an application that will embed the webserver in itself.
The application will accept all HTTP request. In turn it will pass on
the request to webserver libraries to get response and the same response
will be pass on to requester client.
In short I need a built-in webserver. So my question is how can I access
the webserver libraries to do this job. I am currently using Tomcat4.1,
suggest any built-in webserver, the webserver should preferably be an
open source so that I can change the source as per my application
requirements.
Thanks for consideration.

Sandeep

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant archives, FAQs and Forums on JSPs can be found at:

http://java.sun.com/products/jsp
http://archives.java.sun.com/jsp-interest.html
http://forums.java.sun.com
http://www.jspinsider.com


Re: Help needed

2004-03-19 Thread Paul Copeland
You should be able to do this with a combination of onClick and onChange
events, but it is likely to be messy, especially if you have to support
very old versions of browsers. I think using Frames will make it even
more complicated...
- Paul Copeland

JOT Servlets - A Framework for Servlet Applications
http://www.jotobjects.com
 Date:Thu, 18 Mar 2004 13:36:47 -0800 From:Maya menon
 [EMAIL PROTECTED] Subject: Help needed

 All, All suggestions welcome for designing this: 1. Have a web page
 with tabs [4 tabs] in the body and 2 menu links on the left side. The
 requirement is if I modify anything in my page and click on the tabs,
 I should prompt the user to do a form submit before proceeding. But
 on the same time, if I am clicking on the menu links I should do a
 form auto submit. How can I accomplish this ? Thanks

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant archives, FAQs and Forums on JSPs can be found at:

http://java.sun.com/products/jsp
http://archives.java.sun.com/jsp-interest.html
http://forums.java.sun.com
http://www.jspinsider.com


Re: built-in webserver

2004-03-19 Thread Thomas OZENNE
I can recommend you a Java Network Book from oreilly, you'll probly just
need a server squeleton and there is one in the book :) O'Reilly Network
Java Programmng by Elliote Rusty Harold :) , I still didn't read it but I
will sometimes :)
or you can find a basic http server on google easily





Sandeep Kachalia [EMAIL PROTECTED]
19/03/2004 14:12
Please respond to
A mailing list about Java Server Pages specification and reference
[EMAIL PROTECTED]


To
[EMAIL PROTECTED]
cc

Subject
built-in webserver






Hi,

I want to write an application that will embed the webserver in itself.
The application will accept all HTTP request. In turn it will pass on
the request to webserver libraries to get response and the same response
will be pass on to requester client.

In short I need a built-in webserver. So my question is how can I access
the webserver libraries to do this job. I am currently using Tomcat4.1,
suggest any built-in webserver, the webserver should preferably be an
open source so that I can change the source as per my application
requirements.

Thanks for consideration.

Sandeep


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com




===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com