|
<%
cfile="G:\_SBYEDU\perdue\template\menu.htm"
strPath = Request.ServerVariables("PATH_INFO")
Set fs=Server.CreateObject("Scripting.FileSystemObject")
If fs.FileExists(cfile)=true Then
Set f=fs.OpenTextFile(cfile, 1)
readstart = 0
message = ""
do while f.AtEndOfStream = false
rline = f.ReadLine
If inStr(rline,"") <> 0 then
readstart = readstart + 1
End if
If readstart > 0 then
'rline = Replace(rline,"Times New Roman","",1,-1,1)
'rline = Replace(rline,"","",1,-1,1)
'Response.Write(rline & vbcrlf)
Else
message = ""
End if
if inStr(rline,"") <> 0 then
readstart = -1
Exit Do
if readstart = -1 then message = ""
End if
loop
f.Close
Set f=Nothing
Set fs=Nothing
response.write message
Else
Response.Write "File has been moved or no longer exists"
Set Mail = Server.CreateObject("Persits.MailSender")
Mail.Host = "mail2.salisbury.edu"
Mail.From = "webserver@salisbury.edu"
Mail.FromName = "Web Server Notification - mba"
Mail.AddAddress "tvsmith@salisbury.edu"
'Mail.AddAddress cc
Mail.Subject = "Missing file - on page: " & strPath & " file name: " & cfile
Mail.Body = "Missing file - on page: " & strPath & " file name: " & cfile
Mail.Send ' send message
End If
%>
|
 |
Masters of Business Administration
Regulations and
Procedures for Graduate Credit Senior Year
(applicable to Salisbury University undergraduate
students only)
Please review the following guidelines regarding graduate credit during your
senior year so that you fully understand the process. The guidelines are
as follows:
- Students must be within 7-9 credit hours or less of completing their 120 credit hours of their
undergraduate degree requirements, for the final semester of their senior year, to be eligible to take a
maximum of 3 graduate credits. Students within 6 credit hours or less of completing their
undergraduate degree requirements may take a maximum of 6 graduate credit hours. No more than 6
graduate credit hours may be taken.
- The student must have a cumulative grade point average of 3.25 or higher.
- The student must complete all application requirements for the MBA program, including GMAT examination,
by September 1st for graduate credit in the spring semester and by March 1st for
graduate credit in the fall semester. Students must also complete the “graduate credit senior
year” form.
- If authorization is given for graduate credit in the senior year, the student may only enroll in
graduate classes in which space is available.
- Permission to take graduate credit senior year is NOT a guarantee of admission to the MBA program. The
MBA application will be placed in the competitive pool of applicants if the student wishes to pursue the
full degree.
- Under no circumstances may graduate credit be applied toward the student's undergraduate degree.
- Students will be billed separately for the graduate course at the graduate tuition and fee rate.
If you have any further questions or concerns regarding graduate credit
senior year, please contact the graduate program director:
Sharon Harrington, MBA Director
Perdue School of Business
Salisbury University
1101 Camden Avenue
Salisbury, MD 21801 USA
Phone: 410-548-3983
Fax: 410-548-2908
Email: srharrington@salisbury.edu
|
|
|