Web Server vs History Question

2003-01-23 Thread KEITH KOSMICKI
A user has indicated that even though a new item was added to a particular area, the list would not reflect that when going back to that screen. Those lists are application lists that only change if the administrator makes a change to that list in the table. There is code there to set that ap

AdvAPI32.DLL and GetUserName

2003-01-14 Thread KEITH KOSMICKI
Can anyone provide some sample code that could handle this situation? TIA, Keith Kosmicki Keith E. Kosmicki Applications Consultant State of IL Human Services STL Technology Partners >>> CARL AWE 01/14/03 10:03AM >>> NO. not yet. The java could be helpful, but he is forcing

Location.href

2003-01-09 Thread KEITH KOSMICKI
I have a button on a page that uses location.href to go to other pages. One of these buttons options goes to the previous page. However, it loads the page out of history rather than loading a new page from the server.url Replace does not work and gives syntax error and other options so far loa

Nested If Code

2002-12-20 Thread KEITH KOSMICKI
reciated. Thank you, Keith Kosmicki function Validate(frmSuppAgenUpdate){ fUUAC=document.frmSuppAgenUpdate.SACode.value; fUUAN=document.frmSuppAgenUpdate.SAName.value; fUUAF=document.frmSuppAgenUpdate.SAFEIN.value; fUUCO=document.frmSuppAgenUpdate.SACounty.

Populate Action Value

2002-12-18 Thread KEITH KOSMICKI
Has anyone seen any code examples in VBScript that allow you to populate the action value of the form based on the validation that occurs when the submit button is clicked? Thanks Keith E. Kosmicki Applications Consultant State of IL Human Services STL Technology Partners

Another ASP Question

2002-12-05 Thread KEITH KOSMICKI
I am using an asp form post application to send numerous sql variables to a search asp page. The page will need to be broken down into numerous pages as the list obtained is too large for one page. Most of the examples that I have seen do an open of the same page by passing an URL with a q

Sorting Recordset

2002-12-05 Thread KEITH KOSMICKI
I have a requirement to provide to the end user in an ASP environment the capability to to identify sort requirments for a recordset. They must have at least the capability to select 4 levels of sorting. There are 14 fields provided for this with ascending and descending, making a total of

Re: jsp editor

2002-11-22 Thread KEITH KOSMICKI
Not Free but HotDog Professional: http://www.sausage.com ASP.NET is free and can be used for JSP or try XMLSpy for free 30 day trial Best, Keith E. Kosmicki Applications Consultant State of IL Human Services STL Technology Partners >>> [EMAIL PROTECTED] 11/22/02 07:27AM >>> Hi, I am new to

Directory Locations

2002-11-19 Thread KEITH KOSMICKI
We've encountered a situation with the latest TomCat 4.1.12 where a consultant hardcoded jsp pages pointing to the old directory and I was wandering which of these routes to go: a) The jsp files look to be hard coded with directory listings which do not include the port 8080 configurations. Soluti

Re: Array sort procedure using asp or jsp

2002-11-18 Thread KEITH KOSMICKI
>>> Keith, Finally, data is in MS access or in a array??? Bye, fsm -Mensaje original- De: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]] En nombre de KEITH KOSMICKI Enviado el: Lunes, 18 de Noviembre de 2002 18:16 Para: [EMAIL PROT

Re: Array sort procedure using asp or jsp

2002-11-18 Thread KEITH KOSMICKI
Data is in MS Access tables and yes we have the SELECT statement. Users want to be able to sort just as though their in Access but on a webpage. Thanx, Keith E. Kosmicki Applications Consultant State of IL Human Services STL Technology Partners >>> David Lloyd <[EMAIL PROTECTED]> 11/18/02 02:5

Array sort procedure using asp or jsp

2002-11-18 Thread KEITH KOSMICKI
I have a two-dimensional array with 16 columns and 1 or more records based on the results of a search. I want to give the searchers the ability to sort on one of 14 of the columns. The 15th column opens the document and is used in the href to open the document. The 16th column contains a comp

Re: Jsp Page Cleanup Tool

2002-11-15 Thread KEITH KOSMICKI
Try Hotdog Professional (Free for 30 Days), then download supertools especially LinkBot. Then run LinkBot against your site. Best, Keith E. Kosmicki Applications Consultant State of IL Human Services STL Technology Partners >>> [EMAIL PROTECTED] 11/15/02 10:38AM >>> Greetings~ Does anyone know

Apache Flaws

2002-11-14 Thread KEITH KOSMICKI
November 14, 2002 Apache Flaws Being Exploited By Ryan Naraine The Apache HTTP Server Project has warned that several security holes in the Apache source are being actively exploited on the Internet, urging IT managers to urgently upgrade to version 1.3.27 or 2.0.43 or higher. It is the secon

Re: errorPage

2002-11-05 Thread KEITH KOSMICKI
Sounds like a similiar problem here; hope this helps: http://dbforums.com/showthread.php?threadid=375070 Best, Keith E. Kosmicki Applications Consultant State of IL Human Services STL Technology Partners >>> [EMAIL PROTECTED] 11/05/02 09:40AM >>> That's strange. Check your application server's

Automate DSN Settings

2002-10-29 Thread KEITH KOSMICKI
I'm curious if there is a way to automate the process of setting a DSN on a client machine when someone hits an Intranet web page using JSP. I'm thinking it's done by writing the DSN directly to the registry. Any help / code would be appreciated. TIA Keith E. Kosmicki Applications Consultant Sta

Chili!Soft w/ Apache

2002-10-28 Thread KEITH KOSMICKI
Does anyone know if Chili!Soft works on the newest versions of Apache? TIA Keith E. Kosmicki Applications Consultant State of IL Human Services STL Technology Partners ==To unsubscribe: mailto [EMAIL PROTECTED] with body:

Re: Web FrontEnds

2002-10-25 Thread KEITH KOSMICKI
Trying to research the Pros/Cons of each. It's difficult to find websites that compare all, some sites come two against each other and other sites are very biased toward one specific product. (Sales people anyway) Thanks Keith E. Kosmicki Applications Consultant State of IL Human Services STL Tec

Web FrontEnds

2002-10-25 Thread KEITH KOSMICKI
Anyone willing to discuss pros/cons of each available editor out there? Our shop is looking at: DreamWeaver WebSphere XMLSpy Visual Interdev ASP Web Matrix HotDog Pro. HomeSite And we'd like to know the good/bad and ugly of each. TIA Keith E. Kosmicki Applications Consultant State of IL Human S

Re: UTF8 conversion - send mails from database : failUTF8Conv

2002-10-18 Thread KEITH KOSMICKI
Actually I think it's Japanese, try this site Looks like good info: http://tech.ymirlink.co.jp/perl/cpan/Unicode-Japanese-0.03/Japanese.html Let me know how it turns out. sounds interesting. Keith E. Kosmicki Applications Consultant State of IL Human Services STL Technology Partners >>> [EM

Re: Checking client connection speed

2002-10-17 Thread KEITH KOSMICKI
Java includes support for UDP and TCP sockets. PING requires support for the Internet Control Message Protocol (ICMP). Your only choice (at the moment), is to use native code, or to use java.lang.Runtime to execute an external ping application. You won't be able to develop a 100% Pure implementa

Re: Checking client connection speed

2002-10-16 Thread KEITH KOSMICKI
Isn't PING Still around?? Keith E. Kosmicki Applications Consultant State of IL Human Services STL Technology Partners ==To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMA

TomCat/Apache & Sun's One ASP Compatability

2002-10-16 Thread KEITH KOSMICKI
I see a TomCat ver 4.1.12 and Apache 2.0.43 on the web sites as being available. Are their concerns with them being ready to use in production or working together? I am not even sure if these are the latest and greatest. I would like to investigate to see if we wanted the newer versions insta

Re: Strange number formatting behavior

2002-10-11 Thread KEITH KOSMICKI
Here's a very good explanation site and it talks about BigDecimal: http://www2.hursley.ibm.com/decimal/decifaq.html Reminds me of a Bank Robber when I was stationed in North Carolina back in the 80s/early 90s. Not your gun weilding bank robber; this guy actually worked at the bank as a computer

Re: Strange number formatting behavior

2002-10-11 Thread KEITH KOSMICKI
Approximate numeric datatypes, used to store floating-point numbers, are inherently slightly inaccurate in their representation of real numbers—hence the name "approximate numeric". In order to use these datatypes, you must understand and accept their limitations. Any time a floating-point num

Re: Strange number formatting behavior

2002-10-11 Thread KEITH KOSMICKI
These sites might help: http://www.lcard.ru:8105/~nail/sybase/server/11026.htm http://docs.sun.com/source/806-6146/iapg_ref_man.html Keith Kosmicki Applications Consultant State of IL Human Services STL Technology Partners >>> [EMAIL PROTECTED] 10/11/02 02:39PM >>> Pa

Re: jsp editor

2002-10-10 Thread KEITH KOSMICKI
Try ASP.NET Web Matrix I know it's ASP not JSP BUT if you know how to program It'll work! Kos >>> [EMAIL PROTECTED] 10/10/02 05:47AM >>> Does anyone know of a freeware/opensource jsp editor? Anything that allow drag & drop for controls, etc.. Thanks =

Re: parsing an html document

2002-09-26 Thread KEITH KOSMICKI
We used XML to parse HTML documents for LexisNexis Document Solutions. Wouldn't know how with JSP, just learning JSP. Be interested in how to do this in JSP. Best, Keith Kosmicki Programmer Consulant STL Technical Partners >>> [EMAIL PROTECTED] 09/26/02 10:50AM >>&