Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sigrney

    .NET developer with a newbie Java compiler query

    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...
  2. sigrney

    J2EE security?

    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
  3. sigrney

    Which is best IDE for development

    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...
  4. sigrney

    Differences between JSP and Servlets

    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.
  5. sigrney

    Converting JavaScript to VBScript for a newbie.

    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!!
  6. sigrney

    Converting JavaScript to VBScript for a newbie.

    Hi all, I am pretty new to VBscript. Can anyone help me convert the following JavaScript to VBScript: <SCRIPT LANGUAGE=&quot;JavaScript&quot;> function checkRequired_onsubmit() { var returnValue = false; var newValue; if (document.theForm.textbox.value == &quot;&quot;) {...
  7. sigrney

    I can call a VBScript function inside JavaScript function?????

    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!!

Part and Inventory Search

Back
Top