HTML Code ClinicDo you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I am looking for an VBSCRIPT example for a function called by an OnKeyPress or OnKeyDown event associated with an input field or textarea. The example should contain only indirect references to the field in question so that other properties of the field can be referenced - IOW, no hard-coded field names anywhere in the fnuction.
My attempts to translate JavaScript to VBScript have been unsuccessful and frustrating, so I'd appreciate ONLY VBScript examples, please. Thanks!