Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] Javascript digest, Vol 1 #459 - 5 msgs
- From: javascript@xxxxxxxxxx (javascript@xxxxxxxxxx)
- Subject: [Javascript] Javascript digest, Vol 1 #459 - 5 msgs
- Date: Tue, 17 Dec 2002 11:40:45 -0600
--0__=0ABBE19ADFF05D3A8f9e8a93df938690918c0ABBE19ADFF05D3A
Content-type: text/plain; charset=US-ASCII
(Embedded image moved to file: pic06618.jpg)
Send Javascript mailing list submissions to
javascript@xxxxxxxxxx
To subscribe or unsubscribe via the World Wide Web, visit
http://www.LaTech.edu/mailman/listinfo/javascript
or, via email, send a message with subject or body 'help' to
javascript-request@xxxxxxxxxx
You can reach the person managing the list at
javascript-admin@xxxxxxxxxx
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Javascript digest..."
Today's Topics:
1. Re: self.opener and IE6 (Rodney Myers)
2. Loading two frames on one link (Weber, M (Michael))
3. RE: Loading two frames on one link (Filipiak, Bob (Contractor))
4. disable "ctrl+n" (Dan Costea)
5. Re: disable "ctrl+n" (.ben)
--__--__--
Message: 1
Date: Mon, 19 Nov 2001 11:44:11 +0000
From: Rodney Myers <rodney@xxxxxxxxxxxxxxxx>
Organization: Hodgson Myers Associates Ltd / Shop@ssistant eCommerce
Solutions
To: javascript@xxxxxxxxxx
Subject: Re: [Javascript] self.opener and IE6
Reply-To: javascript@xxxxxxxxxx
Further tests with IE6 on another machine worked OK - pointing to a
localised problem with first colleague's IE6 installation, as suspected.
Rodney
Rodney Myers wrote:
> Hello,
>
> I have a popup window in which I put a control panel which has various
> links, all to javascript functions in the main window.
>
> It works in my IE5.5 and NN4.7
> My colleague has IE6 and has had problems with it which I verified when
> I visited yesterday and was unable to fix.
>
> On entry to the file this var is set:
>
> var SASSTOP=false;
>
> Lower down the script we have
>
> if(self.opener){SASSTOP=self.opener.top;} else{nosass();}
>
> This appears to succeed since the alert generated by function nosass()
> does not appear.
> (I am not familar with IE6 and it possible that there are errors that
> are being logged or signalled in a way that was not apparent to me - as
> it might be in NN if one did not know about the console)
>
> A link in the file to javascript:version() calls this function which is
> intended to call a function of the same name in the main window if the
> file was popped.
>
> function version(){
> if(SASSTOP){SASSTOP.version();comeBack();}else{nosass();} }
>
> comeBack() restores focus to the popped panel if it gets the chance!
>
> typeof(SASSTOP) gives "object"
>
> opener shows up as a property with for(var p in window){ ... }
>
> What happens when above function is called is that the alert in nosass()
> displays.
>
> I am suspicious of such problems in new versions of IE particularly
> where an installation was upgraded.
> Too often there have been problems connected with windows. But I have
> not heard of this one. If it were something I could control I would be
> happier even if the code was a few lines longer.
>
> Comments or suggestions gratefully received
>
> Thanks in advance
>
> Rodney
> Oxford, England
>
> _______________________________________________
> Javascript mailing list
> Javascript@xxxxxxxxxx
> http://www.LaTech.edu/mailman/listinfo/javascript
--
Shop@ssistant Add-ons and Developer Workshops
http://www.aflyingstart.net/addons/
Enquiries regarding Shop@ssistant Classic training :
Call 01256 880770
Rodney Myers
Based in Oxford, England
Technical Director, Shop@ssistant eCommerce Solutions
--__--__--
Message: 2
From: "Weber, M (Michael)" <MWeber@xxxxxxxxxxxxxxx>
To: "'javascript@xxxxxxxxxx'" <javascript@xxxxxxxxxx>
Date: Mon, 19 Nov 2001 09:41:12 -0500
Subject: [Javascript] Loading two frames on one link
Reply-To: javascript@xxxxxxxxxx
Hello gang,
This is really and HTML question.
Is there any way to change information in two frames using one Hyperlink?
I need to do this without using client-side scripting.
Any help would be appreciated.
Thanks.
Mike
Michael Weber
Web Designer
Marketing Department
De Lage Landen
(610) 386-5000 ext 3362
MWeber@xxxxxxxxxxxxxxx <mailto:MWeber@xxxxxxxxxxxxxxx>=20
=A0
**********************************************************************
The information transmitted via this e-mail is intended only for the
person or entity to which it is addressed and may contain confidential=20
and/or privileged material. Any review, retransmission, dissemination
or other use of, or taking of any action in reliance upon this
information by persons or entities other than the intended recipient is
prohibited. If you received this in error, please contact the sender
and delete the material from any computer.
**********************************************************************
--__--__--
Message: 3
From: "Filipiak, Bob (Contractor)" <filipiab@xxxxxxxxxxxxx>
To: "'javascript@xxxxxxxxxx'" <javascript@xxxxxxxxxx>
Subject: RE: [Javascript] Loading two frames on one link
Date: Mon, 19 Nov 2001 09:55:48 -0500
Reply-To: javascript@xxxxxxxxxx
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C1710A.46460490
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Need a little more specific details but the link could use a query =
string
appended to the URL and the targeted page would have to use server side
script to read the query string.
Bob Filipiak
(Contractor)=20
-----Original Message-----
From: Weber, M (Michael) [mailto:MWeber@xxxxxxxxxxxxxxx]
Sent: Monday, November 19, 2001 9:41 AM
To: 'javascript@xxxxxxxxxx'
Subject: [Javascript] Loading two frames on one link
Hello gang,
This is really and HTML question.
Is there any way to change information in two frames using one =
Hyperlink?
I need to do this without using client-side scripting.
Any help would be appreciated.
Thanks.
Mike
Michael Weber
Web Designer
Marketing Department
De Lage Landen
(610) 386-5000 ext 3362
MWeber@xxxxxxxxxxxxxxx <mailto:MWeber@xxxxxxxxxxxxxxx>=20
=A0
**********************************************************************
The information transmitted via this e-mail is intended only for the
person or entity to which it is addressed and may contain confidential=20
and/or privileged material. Any review, retransmission, dissemination
or other use of, or taking of any action in reliance upon this
information by persons or entities other than the intended recipient is
prohibited. If you received this in error, please contact the sender
and delete the material from any computer.
**********************************************************************
_______________________________________________
Javascript mailing list
Javascript@xxxxxxxxxx
http://www.LaTech.edu/mailman/listinfo/javascript
------_=_NextPart_001_01C1710A.46460490
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2652.35">
<TITLE>RE: [Javascript] Loading two frames on one link</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=3D2>Need a little more specific details but the link =
could use a query string appended to the URL and the targeted page =
would have to use server side script to read the query =
string.</FONT></P>
<BR>
<P><FONT SIZE=3D2>Bob Filipiak</FONT>
<BR><FONT SIZE=3D2>(Contractor) </FONT>
</P>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<P><FONT SIZE=3D2>-----Original Message-----</FONT>
<BR><FONT SIZE=3D2>From: Weber, M (Michael) [<A =
HREF=3D"mailto:MWeber@xxxxxxxxxxxxxxx">mailto:MWeber@xxxxxxxxxxxxxxx</A>=
]</FONT>
<BR><FONT SIZE=3D2>Sent: Monday, November 19, 2001 9:41 AM</FONT>
<BR><FONT SIZE=3D2>To: 'javascript@xxxxxxxxxx'</FONT>
<BR><FONT SIZE=3D2>Subject: [Javascript] Loading two frames on one =
link</FONT>
</P>
<BR>
<P><FONT SIZE=3D2>Hello gang,</FONT>
</P>
<P><FONT SIZE=3D2>This is really and HTML question.</FONT>
</P>
<P><FONT SIZE=3D2>Is there any way to change information in two frames =
using one Hyperlink?</FONT>
</P>
<P><FONT SIZE=3D2>I need to do this without using client-side =
scripting.</FONT>
</P>
<P><FONT SIZE=3D2>Any help would be appreciated.</FONT>
</P>
<P><FONT SIZE=3D2>Thanks.</FONT>
</P>
<P><FONT SIZE=3D2>Mike</FONT>
</P>
<P><FONT SIZE=3D2>Michael Weber</FONT>
<BR><FONT SIZE=3D2>Web Designer</FONT>
<BR><FONT SIZE=3D2>Marketing Department</FONT>
<BR><FONT SIZE=3D2>De Lage Landen</FONT>
<BR><FONT SIZE=3D2>(610) 386-5000 ext 3362</FONT>
<BR><FONT SIZE=3D2>MWeber@xxxxxxxxxxxxxxx <<A =
HREF=3D"mailto:MWeber@xxxxxxxxxxxxxxx">mailto:MWeber@xxxxxxxxxxxxxxx</A>=
> </FONT>
<BR><FONT SIZE=3D2>=A0</FONT>
</P>
<BR>
<P><FONT =
SIZE=3D2>***************************************************************=
*******</FONT>
<BR><FONT SIZE=3D2>The information transmitted via this e-mail is =
intended only for the</FONT>
<BR><FONT SIZE=3D2>person or entity to which it is addressed and may =
contain confidential </FONT>
<BR><FONT SIZE=3D2>and/or privileged material. Any review, =
retransmission, dissemination</FONT>
<BR><FONT SIZE=3D2>or other use of, or taking of any action in reliance =
upon this</FONT>
<BR><FONT SIZE=3D2>information by persons or entities other than the =
intended recipient is</FONT>
<BR><FONT SIZE=3D2>prohibited. If you received this in error, please =
contact the sender</FONT>
<BR><FONT SIZE=3D2>and delete the material from any computer.</FONT>
<BR><FONT =
SIZE=3D2>***************************************************************=
*******</FONT>
</P>
<P><FONT =
SIZE=3D2>_______________________________________________</FONT>
<BR><FONT SIZE=3D2>Javascript mailing list</FONT>
<BR><FONT SIZE=3D2>Javascript@xxxxxxxxxx</FONT>
<BR><FONT SIZE=3D2><A =
HREF=3D"http://www.LaTech.edu/mailman/listinfo/javascript" =
TARGET=3D"_blank">http://www.LaTech.edu/mailman/listinfo/javascript</A><=
/FONT>
</P>
</BODY>
</HTML>
------_=_NextPart_001_01C1710A.46460490--
--__--__--
Message: 4
From: "Dan Costea" <costea@xxxxxxxxxxxxxxxxxxxxxx>
To: <javascript@xxxxxxxxxx>
Subject: [Javascript] disable "ctrl+n"
Date: Mon, 19 Nov 2001 16:18:39 -0800
Reply-To: javascript@xxxxxxxxxx
Hi,
I work with IE5.5 and I don't want to let the user to use ctrl+n. I made a
function that I call from <body> on onKeyDown event:
function notAllowed (nKeyCode)
{
if ( (78 == nKeyCode) && (event.ctrlKey) ) {
alert ("Sorry, not allowed!");
}
}
The problem is that page has many objects and it is loading slowly. So the
user can press ctrl+n before the page is load. How can I stop him to do
that?
Thankyou, Dan Costea
--__--__--
Message: 5
From: ".ben" <ben@xxxxxxxxxxxxxxx>
To: <javascript@xxxxxxxxxx>
Subject: Re: [Javascript] disable "ctrl+n"
Date: Mon, 19 Nov 2001 16:42:43 -0000
Reply-To: javascript@xxxxxxxxxx
Just out of interest, how do you intend to stop them doing File|New or
simply opening another browser from the desktop/program group shortcut?
.b
----- Original Message -----
From: "Dan Costea" <costea@xxxxxxxxxxxxxxxxxxxxxx>
To: <javascript@xxxxxxxxxx>
Sent: Tuesday, November 20, 2001 12:18 AM
Subject: [Javascript] disable "ctrl+n"
> Hi,
>
> I work with IE5.5 and I don't want to let the user to use ctrl+n. I made
a
> function that I call from <body> on onKeyDown event:
>
> function notAllowed (nKeyCode)
> {
> if ( (78 == nKeyCode) && (event.ctrlKey) ) {
> alert ("Sorry, not allowed!");
> }
> }
>
> The problem is that page has many objects and it is loading slowly. So
the
> user can press ctrl+n before the page is load. How can I stop him to do
> that?
>
>
> Thankyou, Dan Costea
>
> _______________________________________________
> Javascript mailing list
> Javascript@xxxxxxxxxx
> http://www.LaTech.edu/mailman/listinfo/javascript
>
--__--__--
_______________________________________________
Javascript mailing list
Javascript@xxxxxxxxxx
http://www.LaTech.edu/mailman/listinfo/javascript
End of Javascript Digest
--0__=0ABBE19ADFF05D3A8f9e8a93df938690918c0ABBE19ADFF05D3A
Content-type: image/jpeg;
name="pic06618.jpg"
Content-Disposition: attachment; filename="pic06618.jpg"
Content-transfer-encoding: base64
/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsK
CwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQU
FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAARCAAEAjkDASIA
AhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQA
AAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3
ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWm
p6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEA
AwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSEx
BhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElK
U1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3
uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD6p/4Y
F/6uN/aA/wDC5/8AtFH/AAwL/wBXG/tAf+Fz/wDaKKKAD/hgX/q439oD/wALn/7RR/wwL/1cb+0B
/wCFz/8AaKKKAD/hgX/q439oD/wuf/tFH/DAv/Vxv7QH/hc//aKKKAD/AIYF/wCrjf2gP/C5/wDt
FH/DAv8A1cb+0B/4XP8A9ooooAP+GBf+rjf2gP8Awuf/ALRR/wAMC/8AVxv7QH/hc/8A2iiigA/4
YF/6uN/aA/8AC5/+0Uf8MC/9XG/tAf8Ahc//AGiiigA/4YF/6uN/aA/8Ln/7RR/wwL/1cb+0B/4X
P/2iiigA/wCGBf8Aq439oD/wuf8A7RR/wwL/ANXG/tAf+Fz/APaKKKAD/hgX/q439oD/AMLn/wC0
Uf8ADAv/AFcb+0B/4XP/ANooooAP+GBf+rjf2gP/AAuf/tFH/DAv/Vxv7QH/AIXP/wBooooAP+GB
f+rjf2gP/C5/+0Uf8MC/9XG/tAf+Fz/9ooooAP8AhgX/AKuN/aA/8Ln/AO0Uf8MC/wDVxv7QH/hc
/wD2iiigA/4YF/6uN/aA/wDC5/8AtFH/AAwL/wBXG/tAf+Fz/wDaKKKAD/hgX/q439oD/wALn/7R
R/wwL/1cb+0B/wCFz/8AaKKKAD/hgX/q439oD/wuf/tFH/DAv/Vxv7QH/hc//aKKKAD/AIYF/wCr
jf2gP/C5/wDtFH/DAv8A1cb+0B/4XP8A9ooooAP+GBf+rjf2gP8Awuf/ALRR/wAMC/8AVxv7QH/h
c/8A2iiigA/4YF/6uN/aA/8AC5/+0Uf8MC/9XG/tAf8Ahc//AGiiigA/4YF/6uN/aA/8Ln/7RR/w
wL/1cb+0B/4XP/2iiigA/wCGBf8Aq439oD/wuf8A7RR/wwL/ANXG/tAf+Fz/APaKKKAD/hgX/q43
9oD/AMLn/wC0Uf8ADAv/AFcb+0B/4XP/ANooooAP+GBf+rjf2gP/AAuf/tFH/DAv/Vxv7QH/AIXP
/wBooooAP+GBf+rjf2gP/C5/+0Uf8MC/9XG/tAf+Fz/9ooooAP8AhgX/AKuN/aA/8Ln/AO0Uf8MC
/wDVxv7QH/hc/wD2iiigA/4YF/6uN/aA/wDC5/8AtFH/AAwL/wBXG/tAf+Fz/wDaKKKAD/hgX/q4
39oD/wALn/7RR/wwL/1cb+0B/wCFz/8AaKKKAD/hgX/q439oD/wuf/tFH/DAv/Vxv7QH/hc//aKK
KAD/AIYF/wCrjf2gP/C5/wDtFH/DAv8A1cb+0B/4XP8A9ooooAP+GBf+rjf2gP8Awuf/ALRR/wAM
C/8AVxv7QH/hc/8A2iiigA/4YF/6uN/aA/8AC5/+0Uf8MC/9XG/tAf8Ahc//AGiiigA/4YF/6uN/
aA/8Ln/7RR/wwL/1cb+0B/4XP/2iiigA/wCGBf8Aq439oD/wuf8A7RR/wwL/ANXG/tAf+Fz/APaK
KKAD/hgX/q439oD/AMLn/wC0Uf8ADAv/AFcb+0B/4XP/ANooooAP+GBf+rjf2gP/AAuf/tFH/DAv
/Vxv7QH/AIXP/wBooooAP+GBf+rjf2gP/C5/+0Uf8MC/9XG/tAf+Fz/9ooooA1fCf7En/CKeKtG1
v/hfnxw1n+zb2G9/s7VvGXn2d15bh/Knj8kb4m27WXIypIzzX0rRRQB//9k=
--0__=0ABBE19ADFF05D3A8f9e8a93df938690918c0ABBE19ADFF05D3A--
- Prev by Date: [Javascript] Javascript digest, Vol 1 #460 - 14 msgs
- Next by Date: [Javascript] Javascript digest, Vol 1 #462 - 5 msgs
- Previous by thread: [Javascript] Javascript digest, Vol 1 #460 - 14 msgs
- Next by thread: [Javascript] Javascript digest, Vol 1 #462 - 5 msgs
- Index(es):