As an additional note, when you duplicate any component such as Java on the PATH or CLASSPATH environment variables, the first found will be used. For instace, if you want to use your C:\j2sdk1.4.0_03\bin\ version, but the .NET SDK appears before it in the PATH, the C:\j2sdk1.4.0_03\bin\ will...
Wrap your database logic up in a set of EJB and use the best, open-spurce (free) J2EE app server out there:
One word says it all- JBoss ( http://jboss.org)
See this link for a discussion of setting up security:
http://jboss.org/faq.jsp#FAQ-ADMIN-SECURITY
Here is a link to Forte For Java, a Sun product, and yes, it is definitely for Java:
http://www.sun.com/forte/ffj/overview.html
Also, I have heard some good things about an IDE from IBM called Eclipse:
http://eclipse.org/
My personal favorite right now is IDEA by Intellij...
In addition, JSP and servlets are platform independent ( they can run on any operating system and web server that supports them--most do) whereas ASP's are neatly tied to M$ and IIS.
Hmmm, well that works fine for one field, but what if I need to check multiple fields before allowing the submit? I tried using End if and Else if in different places. I am getting scripting errors. Thanks!!
Hi all, I am pretty new to VBscript. Can anyone help me convert the following JavaScript to VBScript:
<SCRIPT LANGUAGE="JavaScript">
function checkRequired_onsubmit() {
var returnValue = false;
var newValue;
if (document.theForm.textbox.value == "") {...
I have this same need, but your solution is unclear to me. What I have is some JavaScript which performs validation, but I need to call a spell checker sub in VBScript before submitting. Can you clarify the syntax for calling a VBScript sub from within JavaScript? Thanks!!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.