Hi,
I've got a coding problem that is driving me crazy. I have
a page that opens up a little window when the visitor clicks
on a small image. Everything works great in Netscape,
but IE6.0 is being picky.

IE 6.0 refuses to open the first two movies, no matter how
I arrange them, although it has no problems with the other
4. I have tried using a table to enclose the images, also
using individual tables, and still no go.

Another weird thing I noticed with IE 6.0, when the mouse
is over the first two movie images nothing shows in the
status bar, however, when the mouse is over any of the
last 4 movie images, it does show javascript: void(0)
in the status bar, and those movie puws open with no problem.

Maybe I have errors in my code, but I can't see it.

Here is my javascript code:

<script language="javascript" type="text/javascript">
<!-- Begin
function openWindow(mypage,myname,w,h,scroll) {
var winl=(screen.width-w)/2;
var wint=(screen.height-h)/2;
winprops =
'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
// End -->
</script>

Here is the code for each individual movie:

<a href="javascript: void(0)" onClick="openWindow('videos/batman2.html','batmanmovie','160','120','no')" onFocus="if(this.blur)this.blur()" target="_self"><img src="videos/batman_thumb.jpg" alt="Batman" width="50" height="50" border="1"></a>

The code is identical for all of the movies.

If you would like to check out the actual page, you can go
here:

http://www.outrageousevents.net/videoclips2.html

.....................help.................. :o(
tia

Jan
--
http://www.jdvisions.com
Web Development and Design


____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

________________ http://www.wdvl.com _______________________

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to