Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Simple Javascript for IE 3.02 or lower? |
From: | Sidney Maestre |
Date: | Sat, 22 Aug 1998 00:09:23 +0100 |
Hi Dave,
Not sure about a using "javascript:" with IE 3.0.
How about using frames?
1. create a set of frame pages
<frameset with rows=100%,*>
<frame name=top>
<frame name=hidden>
2. The "top" frame has an href with the target hidden
3. The src for the hidden frame has an onLoad(win('main.html')) function
in the body tag.
See if this solves the problem with IE 3.0
-Sid
--------------------------
David Gary wrote:
>
> Hiya guys,
>
> Im trying to have an image click open a window with JS.
> however the JavaScript Im using isnt working with I.E. 3.0
> or 3.02
>
> In NS3 and up, Its a jewel. But I gota have it working for those
> who still have I.E.3.0(including myself<g>)
>
> Does anyone have a script that will open a window with and image click
> for I.E.3.0 and up.
>
> How is it the more I try to develop for Internet Explorer the more I dont like
> it?!
>
> Heres the script Im using now:
>
> <script LANGUAGE="JavaScript"><!--
> function win(fileName) {
> myFloater =
> window.open('','myWindow','scrollbars=no,status=no,location,menubar')
> myFloater.location.href = fileName;
> }
> //--></script>
>
> <body>
>
> <a HREF="javascript:win('main.html')"><img
> SRC="file:///c:/www.testing.com/test_icon.GIF" BORDER="0" width="100"
> height="150"></a>
>
> Again this script doesnt work with IE3.2 or under.
>
> Anyone got one that will?
>
> Thanks for any help. you could mail me privately
> dgarystudiosnetwide [dot] net (mailto:dgarystudiosnetwide [dot] net)
>
> -DG-
>
> ------------------------------------------------------------------------
> To UNSUBSCRIBE send: unsubscribe flasher in the body of an
> email to list-managershocker [dot] com. Problems to: ownershocker [dot] com
> N.B. Email address must be the same as the one you used to subscribe.
> For info on digest mode send: info flasher to list-managershocker [dot] com
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managershocker [dot] com. Problems to: ownershocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-managershocker [dot] com
Replies
Re: FLASH: Simple Javascript for IE 3.02, David Gary
Replies
RE: FLASH: frames, Kevin Swan
FLASH: Simple Javascript for IE 3.02 or , David Gary
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]