missing a comma after left=450   ?

On 8/21/07, Steve LaBadie <[EMAIL PROTECTED]> wrote:
> I have created a mouse over effect and it works fine.  The only problem
> I am having is that the top= in the below example does not work in
> Firefox.  Are there any ideas to resolve this issue? The window stay at
> the top instead of coming down 350px.
>
>
>
>
>
> Code:
>
> <script type="text/javascript">
> <!--
> function openWindow(url, name) {
> myWin = window.open("","", "width=200,height=100,left=450 top=350");
> myWin.document.write ("<body><font style='font-size: 11px; font-family:
> verdana;'>Blah Blah Blah.</font>");
> myWin.document.write ("</body></html>");
> myWin.document.close();
> }
> function closeIt() {
> if (!myWin.closed)
> myWin.self.close()
> }
> //-->
> </script>
>
>
>
>
>
> Calling Link:
>
> <a href="https://ssl.esu.edu/1card/"; target="_blank"
> onMouseOver="openWindow()" onMouseOut="closeIt()" onClick="return
> false">Link</a>
>
>
>
>
>
> Steve LaBadie, Web Manager
> East Stroudsburg University
> 200 Prospect St.
> East Stroudsburg, Pa 18301
> 570-422-3999
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> http://www.esu.edu <http://www3.esu.edu>
>
>
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286743
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to