COMPUTER INFORMATION SYSTEMS
The Computer Information Systems Department has 5 degree options and 5 certificates.
Degree Options
- Programming Career
- Networking Career
- Multimedia and Internet Career
- Microcomputers for Business Career
- Information Systems Transfer
Comments:
The syntax for the open() method is open("URL","name", options); where the URL
is the name of the page you want to open in the new window, the name is the name
of the new window and the options are things like the width and height of the new
window. Note that window.open can also be written as open in most cases.