thanks to all who responded :-) -----Original Message----- From: Bill [mailto:bill@;radiantideas.com] Sent: Tuesday, November 05, 2002 9:29 AM To: ActiveServerPages Subject: RE: what does this mean?
Tiffany, I don't know if this got answered or not, but any good HTML and VB Script book will have the answers. Tabindex is a value that can be set so that if someone is using the TAB key to move between form fields in HTML --- so, for this, focus would end up in this dropdown after having been in whatever form element had the preceding and lower (1,2,...5) tabindex value. Mid is a VB Script function that takes the middle X number of characters out of a string. HTH, Bill >-----Original Message----- >From: Tiffany Blake [mailto:Tiffany_Blake@;gap.com] >Sent: Monday, November 04, 2002 7:27 PM >To: ActiveServerPages >Cc: Chris Martin >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.unsub%% > --- You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
