Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] Javascript digest, Vol 1 #476 - 8 msgs
- From: javascript@xxxxxxxxxx (javascript@xxxxxxxxxx)
- Subject: [Javascript] Javascript digest, Vol 1 #476 - 8 msgs
- Date: Tue, 17 Dec 2002 11:40:47 -0600
--0__=0ABBE189DFF086B48f9e8a93df938690918c0ABBE189DFF086B4
Content-type: text/plain; charset=US-ASCII
(Embedded image moved to file: pic28009.jpg)
Send Javascript mailing list submissions to
javascript@xxxxxxxxxx
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.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. question
parent.pagenavigator.document.location.replace('blank_tabfield.htm');
(Maria Lambert)
2. Window coordinates in Netscape (Victor Papp)
3. Quashing Email Spiders (vindaloo@xxxxxxxxxxxxxxxx)
4. Re: Quashing Email Spiders (Peter Brunone)
5. dynamically changing CSS in NN4.7 (Lau)
6. Re: dynamically changing CSS in NN4.7 (Peter-Paul Koch)
7. Re: Window coordinates in Netscape (Peter-Paul Koch)
8. Re: Window coordinates in Netscape (.ben)
--__--__--
Message: 1
Date: Wed, 5 Dec 2001 10:00:15 -0800 (PST)
From: Maria Lambert <mllam_98@xxxxxxxxx>
To: javascript@xxxxxxxxxx
Subject: [Javascript] question
parent.pagenavigator.document.location.replace('blank_tabfield.htm');
Reply-To: javascript@xxxxxxxxxx
We use this piece of code to replace a page inside of
a frame the problem we are running into is sometimes
when a page is loading everything comes up but the
status bar at the bottom keeps creeping along and the
blue bar never stops creeping. You can do anything you
want on the pages but it gives the appearence that it
is not done loading. This code is used all over the
page but it only does the status bar thing sometimes
we are not even sure if it is directly related to this
piece of code. Does anyone know why this is happening
parent.pagenavigator.document.location.replace('blank_tabfield.htm');
__________________________________________________
Do You Yahoo!?
Buy the perfect holiday gifts at Yahoo! Shopping.
http://shopping.yahoo.com
--__--__--
Message: 2
From: "Victor Papp" <victorpapp@xxxxxxxxx>
To: <javascript@xxxxxxxxxx>
Date: Wed, 5 Dec 2001 19:55:19 +0200
Subject: [Javascript] Window coordinates in Netscape
Reply-To: javascript@xxxxxxxxxx
This is a multi-part message in MIME format.
------=_NextPart_000_0023_01C17DC6.C45ADBD0
Content-Type: text/plain;
charset="koi8-r"
Content-Transfer-Encoding: quoted-printable
I am trying to determine the current position of the browser's window on =
the screen.
For IE I use
this.screenLeft and this.screenTop
But how to deal with Netscape? Is it possible at all?
Thanks in advance,
Victor Papp
------=_NextPart_000_0023_01C17DC6.C45ADBD0
Content-Type: text/html;
charset="koi8-r"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Dkoi8-r" http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.3315.2870" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3D"Arial CYR" size=3D2>I am trying to determine the =
current position=20
of the browser's window on the screen.</FONT></DIV>
<DIV><FONT face=3D"Arial CYR" size=3D2>For IE I use</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3D"Arial CYR" size=3D2>this.screenLeft and=20
this.screenTop</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3D"Arial CYR" size=3D2>But how to deal with Netscape? Is =
it possible=20
at all?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3D"Arial CYR" size=3D2>Thanks in advance,</FONT></DIV>
<DIV><FONT face=3D"Arial CYR" size=3D2>Victor =
Papp</FONT></DIV></BODY></HTML>
------=_NextPart_000_0023_01C17DC6.C45ADBD0--
--__--__--
Message: 3
Date: Wed, 05 Dec 2001 12:45:52 -0800
From: vindaloo@xxxxxxxxxxxxxxxx
To: Javascript <javascript@xxxxxxxxxx>
Subject: [Javascript] Quashing Email Spiders
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.
--Boundary_(ID_Elfo0rN4I/PwVZpVJp5mIQ)
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Hi Group!
I've just recently joined and thought I'd introduce myself, before asking a
question. My name is Kyla and I'm a web designer. I run my own web design
company in British Columbia, Canada and have been designing for the web for
about four years now. I'm not really a coder, but I like to understand the
basics of how something works, and so here I am ready to soak up all your
knowledage about javascript!
I just found some nifty code for hiding email addresses (thanks to
netmechanic) from Email Spiders. The only problems is that it uses HTML
text links and I'm using a link from an image. The code is this:
<p>Send your comments and questions to our
<script language=javascript>
<!--
var contact = "Newsletter Editor"
var email = "news"
var emailHost = "netmechanic.com"
document.write("<a href=" + "mail" + "to:" + email + "@" + emailHost+ ">"+
contact + "</a>" + ".")
//-->
</script>
</p>
Can you tell me if it'll still work if I take out the line that states:
var contact = "Newsletter Editor"
as this creates an HTML link on my page?
TIA and have a sunny day,
Kyla Phillips :o)
the pixie parlour
www.pixieparlour.com
--Boundary_(ID_Elfo0rN4I/PwVZpVJp5mIQ)
Content-type: text/html; charset=US-ASCII
Content-transfer-encoding: 7BIT
<HTML>
<HEAD>
<TITLE>Quashing Email Spiders</TITLE>
</HEAD>
<BODY>
<FONT SIZE="2">Hi Group!<BR>
<BR>
I've just recently joined and thought I'd introduce myself, before asking
a<BR>
question. My name is Kyla and I'm a web designer. I run my own
web design<BR>
company in British Columbia, Canada and have been designing for the web
for<BR>
about four years now. I'm not really a coder, but I like to
understand the<BR>
basics of how something works, and so here I am ready to soak up all
your<BR>
knowledage about javascript!<BR>
<BR>
I just found some nifty code for hiding email addresses (thanks to<BR>
netmechanic) from Email Spiders. The only problems is that it uses
HTML<BR>
text links and I'm using a link from an image. The code is this:<BR>
<BR>
<p>Send your comments and questions to our<BR>
<script language=javascript><BR>
<!--<BR>
var contact = "Newsletter Editor"<BR>
var email = "news"<BR>
var emailHost = "netmechanic.com"<BR>
document.write("<a href=" + "mail" + "to:"
+ email + "@" + emailHost+ ">"+<BR>
contact + "</a>" + ".")<BR>
//--><BR>
</script><BR>
</p><BR>
<BR>
Can you tell me if it'll still work if I take out the line that states:<BR>
<BR>
var contact = "Newsletter Editor"<BR>
<BR>
as this creates an HTML link on my page?<BR>
<BR>
TIA and have a sunny day,<BR>
<BR>
Kyla Phillips :o)<BR>
the pixie parlour<BR>
www.pixieparlour.com<BR>
</FONT>
</BODY>
</HTML>
--Boundary_(ID_Elfo0rN4I/PwVZpVJp5mIQ)--
--__--__--
Message: 4
From: "Peter Brunone" <peter@xxxxxxxxxxx>
To: <javascript@xxxxxxxxxx>
Subject: Re: [Javascript] Quashing Email Spiders
Date: Wed, 5 Dec 2001 15:01:02 -0600
Reply-To: javascript@xxxxxxxxxx
Sure; you'd just change contact to an image link, making sure to use
single quotes to avoid messing up the double-quote delimiters, e.g.
var contact = "<IMG SRC='whatever.gif'>";
----- Original Message -----
From: <vindaloo@xxxxxxxxxxxxxxxx>
To: "Javascript" <javascript@xxxxxxxxxx>
Sent: Wednesday, December 05, 2001 2:45 PM
Subject: [Javascript] Quashing Email Spiders
| Hi Group!
|
| I've just recently joined and thought I'd introduce myself, before asking
a
| question. My name is Kyla and I'm a web designer. I run my own web
design
| company in British Columbia, Canada and have been designing for the web
for
| about four years now. I'm not really a coder, but I like to understand
the
| basics of how something works, and so here I am ready to soak up all your
| knowledage about javascript!
|
| I just found some nifty code for hiding email addresses (thanks to
| netmechanic) from Email Spiders. The only problems is that it uses HTML
| text links and I'm using a link from an image. The code is this:
|
| <p>Send your comments and questions to our
| <script language=javascript>
| <!--
| var contact = "Newsletter Editor"
| var email = "news"
| var emailHost = "netmechanic.com"
| document.write("<a href=" + "mail" + "to:" + email + "@" + emailHost+
">"+
| contact + "</a>" + ".")
| //-->
| </script>
| </p>
|
| Can you tell me if it'll still work if I take out the line that states:
|
| var contact = "Newsletter Editor"
|
| as this creates an HTML link on my page?
|
| TIA and have a sunny day,
|
| Kyla Phillips :o)
| the pixie parlour
| www.pixieparlour.com
|
|
--__--__--
Message: 5
From: "Lau" <lau@xxxxxxxxxxxxxxxx>
To: <javascript@xxxxxxxxxx>
Date: Thu, 6 Dec 2001 18:17:57 +1100
Organization: GoldenWeb Internet Development
Subject: [Javascript] dynamically changing CSS in NN4.7
Reply-To: javascript@xxxxxxxxxx
I want to dynamically change the CLASS of a link when its clicked, I got it
working in IE but of
course NN4.7 is giving me grief again.
can anyone help?
<A HREF='#' CLASS=LkTopLx onclick='ChangeClass(this);'>hello</A>
function ChangeClass(p_this){
p_this.className="LkOptSel"
}
--__--__--
Message: 6
From: "Peter-Paul Koch" <gassinaumasis@xxxxxxxxxxx>
To: javascript@xxxxxxxxxx
Subject: Re: [Javascript] dynamically changing CSS in NN4.7
Date: Thu, 06 Dec 2001 12:21:29 +0000
Reply-To: javascript@xxxxxxxxxx
>I want to dynamically change the CLASS of a link when its clicked, I got
it
>working in IE but of course NN4.7 is giving me grief again.
You cannot change the class in NN4. (Well, you can, but nothing happens).
ppk
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
--__--__--
Message: 7
From: "Peter-Paul Koch" <gassinaumasis@xxxxxxxxxxx>
To: javascript@xxxxxxxxxx
Subject: Re: [Javascript] Window coordinates in Netscape
Date: Thu, 06 Dec 2001 12:24:20 +0000
Reply-To: javascript@xxxxxxxxxx
>I am trying to determine the current position of the browser's window on
>the screen.
>For IE I use
>
>this.screenLeft and this.screenTop
>
>But how to deal with Netscape? Is it possible at all?
self.screenX and self.screenY . I advice you to use 'self' instead of
'this'
in the IE properties too.
ppk
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
--__--__--
Message: 8
From: ".ben" <ben@xxxxxxxxxxxxxxx>
To: <javascript@xxxxxxxxxx>
Subject: Re: [Javascript] Window coordinates in Netscape
Date: Thu, 6 Dec 2001 12:43:29 -0000
Reply-To: javascript@xxxxxxxxxx
not sure if this is of any help but I've been using this:
if(window.screenY)
{
if(document.layers)
{
var intTopPos = window.screenY + 440;
var intLeftPos= window.screenX + 400;
}
else
{
var intTopPos = window.screenY + 435;
var intLeftPos= window.screenX + 390;
}
}
if(window.screenTop)
{
var intTopPos = window.screenTop + 325;
var intLeftPos= window.screenLeft + 375;
}
hth,
.b
----- Original Message -----
From: "Peter-Paul Koch" <gassinaumasis@xxxxxxxxxxx>
To: <javascript@xxxxxxxxxx>
Sent: Thursday, December 06, 2001 12:24 PM
Subject: Re: [Javascript] Window coordinates in Netscape
>
>
>
> >I am trying to determine the current position of the browser's window on
> >the screen.
> >For IE I use
> >
> >this.screenLeft and this.screenTop
> >
> >But how to deal with Netscape? Is it possible at all?
>
> self.screenX and self.screenY . I advice you to use 'self' instead of
'this'
> in the IE properties too.
>
> ppk
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp
>
> _______________________________________________
> Javascript mailing list
> Javascript@xxxxxxxxxx
> https://lists.LaTech.edu/mailman/listinfo/javascript
>
--__--__--
_______________________________________________
Javascript mailing list
Javascript@xxxxxxxxxx
https://lists.LaTech.edu/mailman/listinfo/javascript
End of Javascript Digest
--0__=0ABBE189DFF086B48f9e8a93df938690918c0ABBE189DFF086B4
Content-type: image/jpeg;
name="pic28009.jpg"
Content-Disposition: attachment; filename="pic28009.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__=0ABBE189DFF086B48f9e8a93df938690918c0ABBE189DFF086B4--
- Prev by Date: [Javascript] Javascript digest, Vol 1 #462 - 5 msgs
- Next by Date: [Javascript] Javascript digest, Vol 1 #481 - 11 msgs
- Previous by thread: [Javascript] Javascript digest, Vol 1 #462 - 5 msgs
- Next by thread: [Javascript] Javascript digest, Vol 1 #481 - 11 msgs
- Index(es):