
December 18th, 1999, 08:20 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
<script language="JavaScript">
<!--
function floater() {
window.open("","floater",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=640,height=48 0,left=50,top=25 ');
}
-->
</script>
<A onClick="floater()" HREF="slideshow.htm" TARGET="floater">AssetLink Methodology</a>
--
Note: It appears that string beginning with window.open is going to wrap no matter what I do. The string: ');
on the next line down belongs up at the end of the windows.open line.
[This message has been edited by Vernon Frazee (edited 12-18-99).]
|