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 gkittelson 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. sgibbs

    TextBox - OnChange Event to validate input

    I have a form which requires a date to be input. Here is the control: <input type=&quot;text&quot; name=&quot;StopDate&quot; size=&quot;10&quot; maxlength=&quot;10&quot; onchange=&quot;ValidDate;&quot;> here is the sub which is supposed to be called: <% sub ValidDate() if...
  2. sgibbs

    Server Side Includes

    I'm hoping to get some guidance about this - I wrote a perl script which I want to execute from an html page. I'm using this line: <!--#exec cgi=&quot;/cgi-bin/headlines.pl&quot;--> When I run the HTML, it just includes the command rather than executing it. From my reading, it looks like...
  3. sgibbs

    Is user defined messages possible in MS SQL?

    You can use sp_addmessage to create the message and then refer to the message in the trigger just as if it had been a system error number. Good Luck!

Part and Inventory Search

Back
Top