Re: How to Hide the source code (html source) created in runtime

2002-08-09 Thread Mike Appleby
ll do the trick and keep your javascript source code away from un-motivated prying eyes. The only 2 times you really want to hide stuff (in my opinion) is data; in the form of images or data that is printed out that a competitor might harvest. 1. Images There is 3rd party software out there

Re: How to Hide the source code (html source) created in runtime

2002-08-08 Thread Ravisankar.N
iven by us. Regards, Ravisankar.N - Original Message - From: "Andy Engle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 08, 2002 9:05 PM Subject: Re: How to Hide the source code (html source) created in runtime Juha Halmu <[EMAIL PROTECTED]&g

Re: replaceAll Source Code

2001-11-10 Thread Dmitry Namiot
See String taglib from Coldtags suite: http://www.servletsuite.com/servlets/strtag.htm --- We (and our clients) are running JDK 1.3. JDK 1.4 add a very use function replaceAll which replaces substrings. -- Coldbeans Software - server-side Java (tm) components http://www.servletsuite.c

Re: replaceAll Source Code

2001-11-09 Thread Dr. Evil
> We (and our clients) are running JDK 1.3. JDK 1.4 add a very use function > replaceAll which replaces substrings. Is the source for the JDK available > anywhere or does anyone have something equivalent they wouldn't mind > sharing? I'm not sure if you can download JDK 1.4 yet, but there are man

replaceAll Source Code

2001-11-09 Thread Brad Rhoads
We (and our clients) are running JDK 1.3. JDK 1.4 add a very use function replaceAll which replaces substrings. Is the source for the JDK available anywhere or does anyone have something equivalent they wouldn't mind sharing? ===

Re: Where is FTP JAVA Applet Source Code?

2001-05-03 Thread Mayuresh Kadu
try jars.com -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of VENKATACHALAPATHY Duraiswamy Sent: Thursday, May 03, 2001 20:16 To: [EMAIL PROTECTED] Subject: Re: Where is FTP JAVA Applet Source Code? check

Where is FTP JAVA Applet Source Code?

2001-05-03 Thread Waleed Dabbour
Where can I find FTP JAVA Applet Source Code? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". S

Re: How to hide a user from seeing source code of web page...

2001-04-27 Thread sufi malak
ation > and reference <[EMAIL PROTECTED]> > >Sent by: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> > > >To: [EMAIL PROTECTED] >cc: >Subject: How to hide a user from seeing source code of web page...

Re: How to hide a user from seeing source code of web page...

2001-04-27 Thread John Neil N. Sangalang
Hi If you only want your users not to access the source code by right clicking on your webpage, then you can use javascript code, BUT it is NOT FOOL PROOF !!! Here is the code: <!-- var message="Sorry, Function Disabled"; function click(e) { if (document.all) { if (ev

Re: How to hide a user from seeing source code of web page...

2001-04-27 Thread Hamid
ecification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Padmakar Neelapareddy Sent: Friday, April 27, 2001 11:14 AM To: [EMAIL PROTECTED] Subject: How to hide a user from seeing source code of web page... Dear All, I wanna know if there is any way to restrict the user from seeing source code o

Re: How to hide a user from seeing source code of web page...

2001-04-27 Thread Hoorn, Michiel van
OTECTED] > Subject: Re: How to hide a user from seeing source code of web > page... > > It's only working with basic users... > You can go to the "display" menu of your browser and click on "view > source" ... > > > Thierry > > > ---

Re: How to hide a user from seeing source code of web page...

2001-04-27 Thread Geert Van Damme
ence > [mailto:[EMAIL PROTECTED]]On Behalf Of Padmakar Neelapareddy > Sent: vrijdag 27 april 2001 8:14 > To: [EMAIL PROTECTED] > Subject: How to hide a user from seeing source code of web page... > > > Dear All, > > I wanna know if there is any way to restrict the user from

Re: How to hide a user from seeing source code of web page...

2001-04-27 Thread BERWART Thierry
: Re: How to hide a user from seeing source code of web page... plese try this function right(e) { var msg = "Sorry, you don't have permission to right-click."; if (navigator.appName == 'Netscape' && e.which == 3) { alert(msg); retu

Re: How to hide a user from seeing source code of web page...

2001-04-26 Thread Prakasan OK
out Java Server Pages specification and reference <[EMAIL PROTECTED]> Sent by: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject: How to hide a user from seeing source code of web page... Dear All, I

How to hide a user from seeing source code of web page...

2001-04-26 Thread Padmakar Neelapareddy
Dear All, I wanna know if there is any way to restrict the user from seeing source code of web page (i.e by right clicking on page).I.e whenever he gives rigth click on page he shouldn't see the pop-up menu usually comes,instead he should be warned with a message/alert pop-up window menti

Re: resource (JSP, java source code) for message board example

2001-01-16 Thread Le van Thu
To: <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001 6:04 AM Subject: resource (JSP, java source code) for message board example > Hello, > > I am looking for some examples that enable me to do something like yahoo message > board. The main thing I am looking for is how t

resource (JSP, java source code) for message board example

2001-01-16 Thread Thang Nguyen
: resource (JSP, java source code) for message board example I have a program that is a simple servlet bb that writes to a flat file. It's obvious that you could take this program and have it write to a database and augment it to your taste. To get the next 50 or the previous 50 would be a

Re: resource (JSP, java source code) for message board example

2001-01-16 Thread Pete Ehli
llenge. -- Pete -- [EMAIL PROTECTED] - Original Message - From: "Thang Nguyen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 16, 2001 3:04 PM Subject: resource (JSP, java source code) for message board example > Hello, > > I am looking for

Re: resource (JSP, java source code) for message board example

2001-01-16 Thread Bhushan Bhangale
PROTECTED]> Sent: Tuesday, January 16, 2001 11:04 PM Subject: resource (JSP, java source code) for message board example > Hello, > > I am looking for some examples that enable me to do something like yahoo message > board. The main thing I am looking for is how to implement the Previous

Re: resource (JSP, java source code) for message board example

2001-01-16 Thread Jayson Falkner
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 16, 2001 3:04 PM Subject: resource (JSP, java source code) for message board example > Hello, > > I am looking for some examples that enable me to do something like yahoo message > board. The main thing I

resource (JSP, java source code) for message board example

2001-01-16 Thread Thang Nguyen
Hello, I am looking for some examples that enable me to do something like yahoo message board. The main thing I am looking for is how to implement the Previous 50 button or Next 50 button. Let's say all my messages are stored in an database, and there are a lot of them. I would like to get only

Re: strange behaviour - JSP page dumps the source code

2000-09-10 Thread subramanian Athimoolam
hi yaa really missing some where in tags like <% %> check the tags properly. subu _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public pro

Re: strange behaviour - JSP page dumps the source code

2000-09-10 Thread Bansal Peeyush
Hello All Can u tell me please my guess was ok or not. I will be very greatful to u. Thanx in advance. Bye Peeyush __ Reply Separator _ Subject: Re: strange behaviour - JSP page dumps the source code

Re: strange behaviour - JSP page dumps the source code

2000-09-07 Thread Bansal Peeyush
__ Reply Separator _ Subject: strange behaviour - JSP page dumps the source code Author: Rathna <[EMAIL PROTECTED]> at INTERNET Date:9/6/00 7:06 PM I'm sick of this problem,i have a jsp page with some .js includes and when i loa

strange behaviour - JSP page dumps the source code

2000-09-06 Thread Rathna
I'm sick of this problem,i have a jsp page with some .js includes and when i load the page it dumps the source code in the browser instead of interpreting the code that too it is not happening consistenly.I really wanted to make it work... please help me out to get out of this pr

Re: Source code

2000-07-21 Thread Ritu Kama
Thanks a ton! Very useful sites. Ritu -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of subramanian Athimoolam Sent: Friday, July 21, 2000 2:57 PM To: [EMAIL PROTECTED] Subject: Re: Source code hi

Re: Source code

2000-07-21 Thread subramanian Athimoolam
hi go through following websites: www.jspin.com www.jsptaglib.com or orther wise just search yahoo you got lot of websites.. now market(india) also one book available try all the best .. subu Get

Source code

2000-07-21 Thread Ritu Kama
Hi all, Where can I find the sample JSP source codes for reference. Thank you Ritu === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http:/

Source Code

2000-07-12 Thread arun
Hi All, Can any body send some good mini project done in jsp from that can u please sent to me the source code. It will be very help for me start working in jsp. Thanks, Arun === To unsubscribe: mailto [EMAIL

Re: WebServer Source Code

2000-06-28 Thread V.Vasant
17/jad.html > > > > -Original Message- > From: Ritesh_Srivastava [mailto:[EMAIL PROTECTED]] > Sent: 28 June, 2000 8:56 AM > To: [EMAIL PROTECTED] > Subject: Re: WebServer Source Code > > > where is this decompiler available. > > > -- > >

Re: WebServer Source Code

2000-06-28 Thread Roongnapa Chadtianchai
about Java Server Pages specification and > > reference > > Sent: Saturday, January 02, 1999 2:56 PM > > To: [EMAIL PROTECTED] > > Subject: Re: WebServer Source Code > > > > use decompiler "jad". > > > > You can download it for free.

Re: WebServer Source Code

2000-06-28 Thread Uwe Hanisch
Ritesh_Srivastava wrote: > where is this decompiler available. http://www.geocities.com/SiliconValley/Bridge/8617/jad.html === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on

Re: WebServer Source Code

2000-06-28 Thread Cogley, Jonathan
A search on any popular search engine would not go amiss! :) http://www.geocities.com/SiliconValley/Bridge/8617/jad.html -Original Message- From: Ritesh_Srivastava [mailto:[EMAIL PROTECTED]] Sent: 28 June, 2000 8:56 AM To: [EMAIL PROTECTED] Subject: Re: WebServer Source Code where is

Re: WebServer Source Code

2000-06-28 Thread Ritesh_Srivastava
> Subject: Re: WebServer Source Code > > use decompiler "jad". > > You can download it for free. > > Regards, > prabhakar > > - Original Message - > From: Khem Chand Sachdeva <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> &

Re: WebServer Source Code

2000-06-28 Thread Prabhakar Vardhan Ojha
use decompiler "jad". You can download it for free. Regards, prabhakar - Original Message - From: Khem Chand Sachdeva <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 28, 2000 2:39 PM Subject: Re: WebServer Source Code > use any decompiler

Re: WebServer Source Code

2000-06-28 Thread Khem Chand Sachdeva
use any decompiler - Original Message - From: V.Vasant <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 28, 2000 3:05 PM Subject: WebServer Source Code > hi, > I would like to have a look at the source of the JavaWebServer > Can someone tel

WebServer Source Code

2000-06-28 Thread V.Vasant
hi, I would like to have a look at the source of the JavaWebServer Can someone tell me where I can find these. I have got the jswdk-1.0.1, but I am unable to find it's source . All I see is only .class files. Can someone please help me? -V.Vasant =

zip code distance source code

2000-03-27 Thread Sean Moore
I want to add "find mystore within y miles of your zipcode z" to my jsp/servlet web site. Does anyone know where I can find java solution preferably with code. Thanks, Sean Moore === To unsubscribe: mailto [EMAIL PROTECTED

Re: Source code for JSP engine

1999-11-01 Thread Hans Bergsten
greg wrote: > > Hello > > Is the source code available for the JSP-engine. It depends on which implementation you're talking about. The one used in the Tomcat server is available at http://jakarta.apache.org -- Hans Bergsten [EMAIL PROTECTED] Gefion Soft

Source code for JSP engine

1999-11-01 Thread greg
Hello Is the source code available for the JSP-engine. Thanks Greg Boswell === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/pr

Re: Searching for source code

1999-09-15 Thread Craig R. McClanahan
se scriplets, etc. > I am very interested in information about connection pools, security , and > where I can find source code for accessing to databases. > > Thanks in advance. > IBM has some very useful white papers and other discussion about the architecture of web based applicatio

Re: Searching for source code

1999-09-15 Thread Michael Blair
- From: Gonzalo José <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 15, 1999 4:56 AM Subject: Searching for source code > Hi all. > I am working in a project with JSP using WebSphere 2.0/JSP 0.92. > I've been reading about JSP/Servlets/JavaBeans

Searching for source code

1999-09-15 Thread Gonzalo José
about connection pools, security , and where I can find source code for accessing to databases. Thanks in advance. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be

Q? How to use 2byte source code in JSP1.0ea2

1999-06-14 Thread Yoshiyuki Kumadaki
Hi, I am testing JSP1.0 ea2. This version seems to support setContentType. I wrote JSP using SJIS code. SJIS x82a0 (unicode= u3042) Genetrated .java codes were unicode highbyte=00. u0042 -->"B" SJIS x93fa (unicode= u65e5) --> u00e5 System.getProperty("file.encoding") was MS932 (=SJIS

ANN: WebApp-Framework 0.9.3 - source code release - book published

1999-03-05 Thread Peter Rossbach
Hi! We are proud to announce the release 0.9.3 of The WebApp Framework. In the new version the German documentation has been renovated. But the most important news is that the source code is now available on our website. Also we would like to announce that our book "Java Server und Servlet

Comments on the SQL Tags and example source code (PR2)

1999-01-16 Thread Volker Turau
Hi, I tested the example source code for the SQL tags using the orion application server. I am aware the stuff is only included for pedagogical reasons. I found it usefull to experiment with the code. There are a few things I had to change: -- ConnectionTag and QueryTag are using DefaultTEI as