TabIndex is a HTML property. You can find out what it's about by looking in any decent HTML reference. http://www.google.com/search?q=HTML+Reference
<%=...%> is the same as <%Response.Write ... %>. The = is shorthand for Response.Write Mid() is a VBScript function. I have posted a link to download the VBScript documentation twice today already. Here is it for the third time: http://download.microsoft.com/download/winscript56/Install/5.6/W982KMeXP/EN- US/scrdoc56en.exe Cheers Ken ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From: "Tiffany Blake" <[EMAIL PROTECTED]> Subject: what does this mean? 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]
