Information Systems

College of Business Administration
University of Missouri - St. Louis


Example 5
Open a New Window


<HTML>
<HEAD>
<Title>A Sample DSS</title>
</HEAD>

<BODY TEXT="#000000" link="000000" VLINK="#000000" BACKGROUND="background.jpg">
<FONT FACE="ARIAL">
<CENTER><TABLE WIDTH="79%" >
<TR>
<TD>
<CENTER><H2><FONT FACE="Beehive"><FONT COLOR="#C100C1"><FONT SIZE=+4>
A Sample DSS</FONT></FONT></FONT></H2></CENTER>
</TD>
</TR>
</TABLE></CENTER>

<h3><p>
<h3><FONT FACE="ARIAL"><CENTER>
I will open a new window with information about the window.open command. <br>
Look at the parameters to generate this new window.

<SCRIPT>
//the window.blur command takes the user's attention from the current screen
//this will have the effect of moving the user's attention to the new window that
//is being opened

window.blur()
myWindow = window.open ("fivea.html","UMSL","location=no,toolbar=no,directories=no,
menubar=no,status=no,scrollbars=yes,focus=yes,height=600,width=750")

</SCRIPT>

</center>
<p><p><p><P><hr><p>
<h4><strong><img src="button2.jpg" width = 20>
<a href="index.html">Return to Index</a>
<p><br><p>
<h6><i>Page Owner:</i> <a href="http://www.umsl.edu/~sauter/">Professor Sauter</a> (<a href="mailto:Vicki.Sauter@umsl.edu">Vicki.Sauter@umsl.edu</a>)<br>

<SCRIPT LANGUAGE = "JavaScript">
// This automatically updates the last modified date for the page.
//
when = document.lastModified
document.write("<i>This page was last modified on:</i> " + when + "<br>")
//
// This automatically updates the location documentation on the page.
where = document.location
document.write("<i>URL:</i> " + where)
</script>

<br>
© Vicki L. Sauter. All rights Reserved.
</html>


| UM-St. Louis Home Page | College of Business Page | IS Home Page |



Page Owner: Professor Sauter (Vicki.Sauter@umsl.edu)
© Vicki L. Sauter. All rights Reserved.