kevin schmidt

Ranch Hand
+ Follow
since Aug 24, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by kevin schmidt

Hi,

I'm writing a program for my work and I have run into a bit of a problem. I need to read a URL to retrieve some parameters that I am passing in it. I know that I can read them with javascript, but I want to read the url with Java. Is there anyway of reading this string with Java 1.3? The server that our portal sits on only supports Java 1.3.

Thanks and regards,

Kevin
19 years ago
Hi...

I want to use Java's JComboBox to create a editable combo/dropdown box. I was wondering if it is possible to use their example and place it in a javascript file or into an HTML page, or if anyone knows of any examples out there that do this. The closest example that I found was some code at www.ycode.com under combo box, but it doesn't work for me. Any ideas?

TIA.

kevin
Hi,
I was wondering if there was a way of creating a drop down box that acted like the address bar of a browser. so, you can either enter information or select information from the drop down list. I have been searching this site and the net, and haven't been to lucky with this. Any direction for help would be greatly appreciated.
TIA.
Kevin
Hi,
I was wondering if there was a way of creating a drop down box that acted like the address bar of a browser. so, you can either enter information or select information from the drop down list. I have been searching this site and the net, and haven't been to lucky with this. Any direction for help would be greatly appreciated.
TIA.
Kevin
20 years ago
JSP
Hi,
Just wondering if anyone knew of any good JSP web page counters... Anything would be appreciated. TIA.
Kevin
22 years ago
JSP
Thanks for the links, but it's not what I'm looking for. I AM able to retrieve the document summary if I parse the pdf as a text file, but the information is at the end of the file, ans some of the files are 200k+. Is there a fast way in Java to parse to the end of a file to get information or maybe start the search at the end of file - 3k (if that makes sense)? I hope someone can help me. TIA again.
Kevin
22 years ago
Hi,
I was wondering if there was a way to retrieve the "document summary" from a pdf file using java? TIA.
Kevin
22 years ago
Thanks a lot guys... this is REALLY appreciated!!
Kevin
22 years ago
I wasn't sure what to ask for, but, a bulletin board service for java (JSP/servlets) or ASP (I guess), actually, any platform, cgi, php, it really doesn't matter, Java is just a preference. I just want something to put on my website without having to pay for something, but if I have to pay, then I have to pay. I'm in a band so I want a set up a BBS to we can have different forums on us. Something like I Mother Earth's system. Thanks for the help.
Kevin
22 years ago
Hi...
I wasn't sure where to place this question, but here seemed ok. I was wondering if anyone knew of any good bullentin board systems on the internet that are free or close to being free? TIA.
Kevin
22 years ago
Hi...
I was wondering if someone could explain to me exactly what an .htx file is? I know that it is some kind of HTML template file... Does anyone know if this kind of file works in Netscape or if there is a viable replacement for this kind of file, like ASP or JSP or I don't know... TIA
kevin
Hi,
I was wondering if it is possible to place an HTML button within an anchor tag... like this:
<a href="display.html"><input type=button name=display></a>
TIA.
kevin
Hi,
I have a string of ten digits, some of the strings have leading zeros on them, but I don't want to display them to page, how do I go about removing those leading zeros? TIA.
kevin
Dave, this isn't a school assignment, I'm past that already... I'm learning Java at work... just trying to figure somethings out for help with building certain applications. I program in SAP under the ABAP/4 environment, and they now have a java side in the portals end of SAP and they are starting to incorporate java into their web enablement of their transactions
[ February 05, 2002: Message edited by: kevin schmidt ]
22 years ago
Hi,
I have a string with "x" number of letters in it, I want to record the occurrance of every letter, how do I do this? TIA.
Kevin
22 years ago