Ajtessin
10-09-03, 01:25 PM
I am trying to get this page 'xml.html' to pop up to a specific size when the to it is clicked and it is not working..........Here is the code:
<script>
function pastArticle()
{
window.open("http://student2www.fullcoll.edu/00570562/xml.html","pastArticle","toolbar=no,width=800,height=100%,scroolbars=yes,me nubar=no,resize=yes");000
}
</script>
<body>
<li style="color:#000099"><a href="javascript:pastArticle('http://student2www.fullcoll.edu/00570562/xml.html')"><b>XML Home</a>
What am I doing wrong?
<script>
function pastArticle()
{
window.open("http://student2www.fullcoll.edu/00570562/xml.html","pastArticle","toolbar=no,width=800,height=100%,scroolbars=yes,me nubar=no,resize=yes");000
}
</script>
<body>
<li style="color:#000099"><a href="javascript:pastArticle('http://student2www.fullcoll.edu/00570562/xml.html')"><b>XML Home</a>
What am I doing wrong?