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> 

 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286737
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