123 Eng

Engineering the engineers™


Latest Jobs   Forum Map

 


Home

Source Codes

Engineering Colleges

BE Students

Training  Reports (updated)

Seminar Reports (updated

Placement Papers (updated)

Forums

   Computer Science / IT

   Electronics

   Electrical

   Mechanical

   Chemical

   Civil

   CAT / MBA

   GMAT / Foreign MBA

Latest Jobs

Engineering Jobs / Technical Jobs

Management Jobs

Sitemap

About-Us

Terms of use

Displaying  Source Code(s)  
 

 
Parse and Pull domain

--------------------------------------------------------------------------------

Description : This will pull the domain out of a string. Increase the length if you want to pull domains over 14 characters

<%
sNewURL = "http://www.src.org/members/default.asp"
site = Split(sNewURL, "/") 'Parse the data
domain = Left(site(2), 14)
Response.Write(domain)
%>

 

Contribute content or training reports / feedback / Comments
job placement papers
All rights reserved © copyright 123ENG