Accessing the online software modules – JMC Installing Online Software User Manual

Page 46

Advertising
background image

JMC Online Software

Page 46 of 81

Last update on 7/17/08

Accessing the Online Software Modules

To gain access to the different modules within the CGI you use slightly varying URLs.
At the end of the URL you specify a module parameter. To select the Parent Access
module, the parameter "?module=Parent" is appended to the URL. For Course
Registration, "?module=CourseReg" is appended. For the Online Office,
"?module=office" is appended. For the Online Homeroom, "?module=homeroom" is
appended. For the Online GradeBook, "?module=GBK" is appended. Online
Attendance is the default module thus no module parameter is necessary, although
"?module=CAE" will work.

You can have users type the URLs directly into a web browser and then bookmark the
page, or you can place hyperlinks from your school's web site to each of the modules.

The following are examples of URLs a user might type directly into a web browser:

To access Online Attendance, a teacher might type

http://192.168.1.1/JMC_CGI_XXYY.acgi (where XXYY is the school

year, e.g. 0607)

To access Online GradeBook, a teacher might type

http://192.168.1.1/JMC_CGI_XXYY.acgi?module=GBK

To access Online Parent Access, a parent might type

http://192.168.1.1/JMC_CGI_XXYY.acgi?module=Parent

To access Online Student Access, a parent might type

http://192.168.1.1/JMC_CGI_XXYY.acgi?module=Student

To access Online Course Registration, a student might type

http://192.168.1.1/JMC_CGI_XXYY.acgi?module=CourseReg

To access Online Office, an administrator might type

http://192.168.1.1/JMC_CGI_XXYY.acgi?module=Office

To access Online Homeroom, a teacher might type

http://192.168.1.1/JMC_CGI_XXYY.acgi?module=Homeroom

The following are examples of HTML hyperlinks you might create on your school's web
site. Please note that the XXYY in the filename JMC_CGI_XXYY.acgi refers to a school
year. For example, for the 2006-2007 school year, the filename would actually be
JMC_CGI_0607.acgi:

<

a

href="http://192.168.1.1/JMC_CGI_XXYY.acgi">Click here for Online

Attendance<

/a

>

<

a

href="http://192.168.1.1/JMC_CGI_XXYY.acgi?module=GBK">Click here for

the Online GradeBook<

/a

>

<

a

href="http://192.168.1.1/JMC_CGI_XXYY.acgi?module=STUDENT">Click here

for Online Student Access<

/a

>

<

a

href="http://192.168.1.1/JMC_CGI_XXYY.acgi?module=PARENT">Click here

for Online Parent Access<

/a

>

<

a

href="http://192.168.1.1/JMC_CGI_XXYY.acgi?module=COURSEREG">Click

here for Online Course Registration<

/a

>

<

a

href="http://192.168.1.1/JMC_CGI_XXYY.acgi?module=OFFICE">Click here

for Online Office<

/a

>

<

a

href="http://192.168.1.1/JMC_CGI_XXYY.acgi?module=HOMEROOM">Click here

for Online Homeroom<

/a

>

Advertising