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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by viajero

  1. viajero

    Program hangs in Mac version of Netscape

    Thanks Ackka, but I already developed a swing version but I don't want to use the plugin, so, I made a new version using AWT. Now, Netscape 4.5 for Mac has a JVM 1.1.5, the rare thing is my code works properly in the Netscape for Windows (JVM1.1.5) and in IE (JVM1.1.4) without plugin. I don't...
  2. viajero

    Program hangs in Mac version of Netscape

    Hi, I've written a java application using JDK 1.1. It works properly in Windows version of both IE and Netscape. It also works properly in Mac version of IE. But when i try loading this application using Netscape 4.5 in Mac, I have a security exception. And this is what i could see in the Java...
  3. viajero

    I need help with passing a password and username to another page

    Maybe, you don't need write&nbsp;&nbsp;&nbsp;&quot;form.UserId&quot;<br>it's better if you write:<br><br>&lt;cfparam&nbsp;&nbsp;name=&quot;UserId&quot; default=&quot;&quot;&gt;<br>&lt;cfparam&nbsp;&nbsp;name=&quot;Password&quot; default=&quot;&quot;&gt;<br><br>&lt;cfquery name=&quot;Check&quot...
  4. viajero

    I need help with passing a password and username to another page

    Maybe, you don't need write&nbsp;&nbsp;&nbsp;&quot;form.UserId&quot;<br>it's better if you define un parameter <br><br>&lt;cfparam&nbsp;&nbsp;name=&quot;UserId&quot; default=&quot;&quot;&gt;<br>&lt;cfparam&nbsp;&nbsp;name=&quot;Password&quot; default=&quot;&quot;&gt;<br>and then...

Part and Inventory Search

Back
Top