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 IamaSherpa 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. Brett123

    Anyone use Beanshell?

    We're using Beanshell (<A HREF="http://www.beanshell.org" TARGET="_new">www.beanshell.org</A>) to quickly test a java-based application.&nbsp;&nbsp;The only problem is that we're unable to import any external classes (and thus it is useless).&nbsp;&nbsp;I've messed around with the classpath for...
  2. Brett123

    How to get the size of a textarea element?

    Thanks Andre, but I actually needed the element to be a textarea, because the user can submit up to a full page of text.&nbsp;&nbsp;I was able to do a simple validation using javascript by getting the value of the textarea element and then checking it's length to make sure it wasn't too...
  3. Brett123

    How to get the size of a textarea element?

    I'm probably just overlooking something simple, but is there a way to get the size (i.e. the number of characters) of a TEXTAREA element?&nbsp;&nbsp;Or a way to set the maximum size like the MAXLENGTH property of input text fields?&nbsp;&nbsp;I haven't been able to find any commands like...
  4. Brett123

    SQL Server 7 - Need the value of an identity just inserted

    In a web-based app. designed using Bluestone's Sapphire/Web (Yes, I know...) I enter a new row to a table with its key automatically inserted via the identity_insert option in SQL Server.&nbsp;&nbsp;Immediately after this row is inserted, I need to know what value was just inserted (I don't feel...

Part and Inventory Search

Back
Top