tabindex means that this will be the Nth stop for pressing the tab key in the form (in this case 6)
Mid() is a VBScript function. If you don't have the VBScript docs, get them from my signature below. David L. Penton, Microsoft MVP JCPenney Technical Specialist / Lead "Mathematics is music for the mind, and Music is Mathematics for the Soul. - J.S. Bach" [EMAIL PROTECTED] Do you have the VBScript Docs or SQL BOL installed? If not, why not? VBScript Docs: http://www.davidpenton.com/vbscript SQL BOL: http://www.davidpenton.com/sqlbol -----Original Message----- From: Tiffany Blake [mailto:Tiffany_Blake@;gap.com] can someone interpret this block of code? specifically, what is "tabindex" and =mid(...) thanks <select size="1" name="CourseLevel" tabindex="6"> <option selected value="<%=strCourseLevel%>"><%=mid(strCourseLevel,3)%></option> <option value="2-Beginner">Beginner</option> <option value="3-Intermediate">Intermediate</option> <option value="4-Advanced">Advanced</option> <option value="5-Refresher">Refresher</option> </select> --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
