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 wOOdy-Soft 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 Wunderbar

  1. Wunderbar

    signal handler in Java

    Hi, I'd like to know if there is a signal handler class in Java similar to signal handlers in C to trap Ctrl-C from the keyboard. Been searching on the net but have only found documentation and not the package itself. Thanks.
  2. Wunderbar

    Is there a way to print a file to the screen similar to "more in UNix?

    Hi, Just wondering if there is a way to control the output of a file to a screen so that a user can hit enter and see the next page of a text file. Something like using the "more" command in Unix. Thx.
  3. Wunderbar

    Reading characters without using LEN()

    is there a basic way of counting the number of characters entered by user. Say a user enters 1234. The number of characters read is suppose to be 4. I'm looking for a simple solution to this.
  4. Wunderbar

    Help with System.in.read() function

    Hi, I'm writing a program with a do while loop..ending on the condition that the user doesn't enter 'c' or 'C' but after the second iteration, the program just ends after asking the user to enter c or C to continue. here's what I have: import java.io.*; import javax.swing.*; import...
  5. Wunderbar

    How do i print HTML <SCRIPT> tag

    Hi fortytwo,<br>&nbsp;&nbsp;&nbsp;Basically, when i look at the error log, i get could not execute script. However, I've checked the read/write/execute permission and they are fine. I've ran the script fine using just an HTML file. Also,the javascript works fine if I use Perl and print the code...
  6. Wunderbar

    How do i print HTML &lt;SCRIPT&gt; tag

    Hi,<br>&nbsp;&nbsp;I've tried printing HTML code using a perl script. It works if I put the actually javascript inside the &lt;SCRIPT&gt; tags but if I link the script tag to a javascript file, I get an error &quot;failed to execute send_form.js&quot;<br>Anyone know how to fix this?<br><br>This...

Part and Inventory Search

Back
Top