TCL Logo
 
Area Libraries
Copyright Information
Copyright (Faculty Information)
Copyright Tutorial
Criteria for Evaluating Websites
Fines and Fees
Hours
Interlibrary Loan
Job Board
Noodletools
Using Microsoft Word to create works cited
 

WebAdvisor

 
Blackboard
 
 
 

Learning Resources Center <% Dim fullPath, lenPath, StartSpot, mainDoc mainDoc = "Home" 'What do you wish to call the default home page? fullPath = Replace(Request.ServerVariables("Path_Info"),"index.asp","") ' This is the current full URL 'path, excluding the default document lenPath = Len(fullPath) fullPath = Mid(fullPath,2,LenPath) 'Here we just snip the 'leading / away. lenPath = (lenPath -1) ' because we just snipped the above char. StartSpot = 1 'This is where we start looking. 'StartSpot is updated as we go on. 'If the page is some other than the main page "/index.asp", 'display link to it. If fullPath <> "" Then _ Response.Write "" & mainDoc _ & " | " 'This loop is the actual script that parses the current URL. Dim i, dotA, endSpot, partDirPath, wholeDirPath For i = 1 to lenPath dotA = Mid(fullPath,i,1) If dotA = "/" Then ' Found first start character EndSpot = i 'Mark the end partDirPath = _ Mid(fullPath,startSpot,endSpot-(startSpot-1)) wholeDirPath = wholeDirPath & partDirPath Response.Write "" & _ Replace(partDirPath,"/","") _ & " | " StartSpot = (i+1) 'Set new starting 'character, which is next to current. End If Next %>

 

Online Catalog (LRC Resources)

NetLibrary
Electronic Books

Databases
Periodical Indexes

 

 
Library | Site Index | Statement of Policy | Terms & Conditions of the Website | Official Reports | Comments | Employment | Accreditation
 
     
 

Affirmative Action/Equal Employment Opportunity It is the policy of the Technical College of the Lowcountry that no discrimination on the grounds of race, color, religion, sex, disability, veteran’s status, age or national origin will exist in any area of the College.

© 2006 Technical College of the Lowcountry, 921 Ribaut Rd, Beaufort, SC 29902 •   843.525.8211 • 800.768.8252