Information Systems

College of Business Administration
University of Missouri - St. Louis


Windowing Example - Part 1
Look at Part 2

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

<SCRIPT LANGUAGE="JavaScript">
function windowOpen()
{
height=.5*screen.availHeight
width=.5*screen.availWidth

myWindow = window.open("","windowRef","width=" + width
+ ",height=" + height+",top=0,left=0,screenX=0,screenY=0, focus=yes");
myWindow.location.href = "windowing1.html";
}

</SCRIPT>

</HEAD>

<BODY TEXT="#000000" link="000000" VLINK="#000000" BACKGROUND="background.jpg" >
<FONT FACE="ARIAL">
<CENTER><TABLE WIDTH="100%">
<TR>
<td width=15%></td>

<TD width=67%>
<CENTER><H2><FONT FACE="Beehive"><FONT COLOR="#C100C1"><FONT SIZE=+4>
A Sample DSS</FONT></FONT></FONT></H2></CENTER> </TD>
<td width=15%></td>
</TR>
</TABLE></CENTER>

<h3><p>

<center>
<A HREF="myWindow.location.href"
onClick="windowOpen('',width,height);return false">Open First New Window</A><p>
</center>

<P>
<HR>

<P>
<H5>
<CENTER>| <A href="http://www.umsl.edu/index.html">UM-St. Louis Home Page</A> | <A href="http://www.umsl.edu/business/General_Business.html">College of Business Page</A> | <A href="http://www.umsl.edu/business/mis/index.html">IS Home Page</A> |</CENTER>
<P> <HR> <P>

<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.