, eg:
Eg, something like this does not work in NS4, while it works in NS6/7 a,d IE.
If NS4 does not support it, is there any known tricks / workaround?
Thanks.
Reuben D. Budiardja
From olivier.marie at ulysse.u-bordeaux.fr Tue Oct 22 09:19:20 2002
From: olivier.marie at ulysse.u-bordeaux.fr (Olivier Marie)
Date: Tue, 22 Oct 2002 16:19:20 +0200
Subject: [Javascript] How to go to the end of my page ?
Message-ID: <016b01c279d6$067728f0$389dd293@hercule>
Hello everybody
I would like to scroll down my long page generated from php (this page is in
a frame).
So i put a anchor at the end :
And in some case ( according to php results) I write a javascript command at
the end of my html body to ask browser to scroll down :
It works fine with netscape 4.7 and 6, explorer 5 and 6 (pc) but
it doesn't work with Explorer 5.2 Mac.
Is there any way to make it working on it ?
Thanks for answers
Olivier
From olivier.marie at ulysse.u-bordeaux.fr Tue Oct 22 09:40:08 2002
From: olivier.marie at ulysse.u-bordeaux.fr (Olivier Marie)
Date: Tue, 22 Oct 2002 16:40:08 +0200
Subject: [Javascript] How to go to the end of my page ?
Message-ID: <020a01c279d8$ee07a350$389dd293@hercule>
(Sorry if this post has been posted twice : I'm not sure it has been sent
correctly)
Hello everybody
I would like to scroll down my long page generated from php (this page is in
a frame).
So i put a anchor at the end :
And in some case ( according to php results) I write a javascript command at
the end of my html body to ask browser to scroll down :
It works fine with netscape 4.7 and 6, explorer 5 and 6 (pc) but
it doesn't work with Explorer 5.2 Mac.
Is there any way to make it working on it ?
Thanks for answers
Olivier
From greg at krieser.com Tue Oct 22 09:59:08 2002
From: greg at krieser.com (greg at krieser.com)
Date: Tue, 22 Oct 2002 09:59:08 -0500
Subject: [Javascript] getting form fields by name
Message-ID: <200210221459.JAA04474@ppk.siteprotect.com>
Here is a great resource for you to do what you are trying to do:
http://www.xs4all.nl/~ppk/js/
Select Forms, the Introduction to forms. Scroll down to the check box area.
Greg
The following message was sent by "Alastair Moore"
on Mon, 21 Oct 2002 13:54:32 +0100.
> Hi all,
>
> I have a form such as below -
>
>
>
> What I'm trying to do is check if all the "culture_chk" checkboxes have
> been
> checked and if so check the culture_all check box. Should a user unclick
> one
> of the culture_chk checkboxes, the culture_all checkbox will not be checked.
> Does anyone have any suggestions how this can be done?
>
> Thanks!
>
> Welly
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript
>
From gassinaumasis at hotmail.com Tue Oct 22 10:09:38 2002
From: gassinaumasis at hotmail.com (Peter-Paul Koch)
Date: Tue, 22 Oct 2002 15:09:38 +0000
Subject: [Javascript] onMouseOver event handler on in NS4
Message-ID:
>Does anyone know if NS4 support onMouseOver event handler for , eg:
>Eg, something like this does not work in NS4, while it works in NS6/7 a,d
>IE.
>
>
>
>If NS4 does not support it, is there any known tricks / workaround?
You must make it a layer by giving it position: absolute (or maybe relative
works, too). I don't think the HTML syntax is going to work here, though, I
think you should do
document.layers['test'].document.onmouseover = function () {alert('test')}
See www.xs4all.nl/~ppk/js/index.html?events_tradmod.html for this way of
event registration.
All in all making this work in NN4 is a pretty difficult job, though it
shouldn't be impossible.
ppk
_________________________________________________________________
Get a speedy connection with MSN Broadband.? Join now!
http://resourcecenter.msn.com/access/plans/freeactivation.asp
From Car1357ol at stiffyproductions.net Tue Oct 22 15:01:28 2002
From: Car1357ol at stiffyproductions.net (Carol S)
Date: Tue, 22 Oct 2002 20:01:28 UT
Subject: [Javascript] hi
Message-ID: <20021022220210.625D757C5B@uber6.geektech.com>
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL:
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From CGardner at JohnBurnham.com Tue Oct 22 16:51:51 2002
From: CGardner at JohnBurnham.com (Craig Gardner)
Date: Tue, 22 Oct 2002 14:51:51 -0700
Subject: [Javascript] Multicolored text in textarea
Message-ID: <67B06D59C5D2614B8DFF46A8AF4D6E46E439F7@Exchange>
How about CSS?
Text outside is one color Text Inside is
another
color
Something like that.
| -----Original Message-----
| From: Danik Sygrove [mailto:Danik at thomtech.co.nz]
| Sent: Tuesday, October 22, 2002 2:54 PM
| To: 'javascript at LaTech.edu'
| Subject: [Javascript] Multicolored text in textarea
|
|
| > Hi, I have a webpage which displays the contents of an HTML
| file in a
| > Textarea. I'd like to display everything within the HTML tags as a
| > different color to the other text. Is this possible? Any ideas?
| >
| > Thanks a lot,
| > Danik
| _______________________________________________
| Javascript mailing list
| Javascript at LaTech.edu
| https://lists.LaTech.edu/mailman/listinfo/jav| ascript
|
======================================
Confidentiality Notice: The information contained in this electronic
document is considered a confidential and/or privileged communication
between John Burnham Insurance Services and the addressee(s). If the
recipient(s) of this email communication is not the addressee(s), such
recipient(s) is strictly prohibited from photocopying, distributing or
otherwise using this email or its contents and/or attachment(s) in any
way. If you received this message in error, please contact the sender
listed above by any contact means listed. Thank you!
From Danik at thomtech.co.nz Tue Oct 22 16:53:57 2002
From: Danik at thomtech.co.nz (Danik Sygrove)
Date: Wed, 23 Oct 2002 10:53:57 +1300
Subject: [Javascript] Multicolored text in textarea
Message-ID:
> Hi, I have a webpage which displays the contents of an HTML file in a
> Textarea. I'd like to display everything within the HTML tags as a
> different color to the other text. Is this possible? Any ideas?
>
> Thanks a lot,
> Danik
From alex.yap at str.com.au Tue Oct 22 19:58:46 2002
From: alex.yap at str.com.au (Alexander Yap)
Date: Wed, 23 Oct 2002 10:58:46 +1000
Subject: [Javascript] Convert Web page to GIF/JPG image?
Message-ID: <20021023005756.1006E308AC3@LaTech.edu>
Hi all,
Does any one know whether it is possible to automatically convert a Web page to GIF/JPG image using Javascript? I'm not talking about using a screen-capture tool, because I have a Web page that is displayed inside a frame (with scrollbars) and screen capture will not get everything. I'm thinking about clicking a button that calls a Javascript function that converts the entire Web page to an image. The user is then prompted to save it to harddisk.
Any ideas?
Thanks in advance.
--
Alexander Yap
Melbourne, Australia
From tsimmons at employmentlawadvisors.com Tue Oct 22 20:31:03 2002
From: tsimmons at employmentlawadvisors.com (William T. Simmons)
Date: Tue, 22 Oct 2002 20:31:03 -0500
Subject: [Javascript] Convert Web page to GIF/JPG image?
References: <20021023005756.1006E308AC3@LaTech.edu>
Message-ID: <012601c27a33$da3d5ad0$0000a398@sndmgr122>
Alexander,
There is no method within JavaScript to do such a thing. It's a
cool-sounding idea, though.
Tommy Simmons
Employment Law Advisory Network
www.employmentlawadvisors.com
----- Original Message -----
From: "Alexander Yap"
To:
Sent: Tuesday, October 22, 2002 7:58 PM
Subject: [Javascript] Convert Web page to GIF/JPG image?
> Hi all,
>
> Does any one know whether it is possible to automatically convert a Web
page to GIF/JPG image using Javascript? I'm not talking about using a
screen-capture tool, because I have a Web page that is displayed inside a
frame (with scrollbars) and screen capture will not get everything. I'm
thinking about clicking a button that calls a Javascript function that
converts the entire Web page to an image. The user is then prompted to save
it to harddisk.
>
> Any ideas?
>
> Thanks in advance.
> --
> Alexander Yap
> Melbourne, Australia
From trojani2000 at hotmail.com Wed Oct 23 09:45:05 2002
From: trojani2000 at hotmail.com (BEKIM BACAJ)
Date: Wed, 23 Oct 2002 14:45:05 +0000
Subject: [Javascript] Only visible in Internet Explorer
Message-ID:
There are several ways to hide an element in any browser, but diifferent
browsers got different syntax to hide or view elements, so this way you
could go crazy determining and telling to the specific browser how to hide
an element 'if this=that', but if we presume that you're question is
standing up-side-down, the solution to the problem becomes very simple:
....somewhere in the body....
...can add some explicit style and position to this div in
....
This way, only the IE versions of Browsers will show the "Bookmark" link.
Regards
-------------------------------------------------------
>From: ws
>Reply-To: javascript at LaTech.edu
>To: javascript at latech.edu
>Subject: [Javascript] Only visible in Internet Explorer
>Date: Mon, 21 Oct 2002 15:53:37 +0200
>
>Hi there,
>
>How do I make the link "invisible" in other browsers than Internet
>Explorer?
>
>href="javascript:window.external.AddFavorite('http://www.urlgoeshere.com',
>'Example bookmark link')">
>Bookmark
>
>Regards,
>Lars Johansson
>
>_______________________________________________
>Javascript mailing list
>Javascript at LaTech.edu
>https://lists.LaTech.edu/mailman/listinfo/javascript
_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
From Subscriber_Services78061 at yahoo.com Wed Oct 23 10:34:38 2002
From: Subscriber_Services78061 at yahoo.com (WALL STREET BULLETIN…..47346)
Date: Wed, 23 Oct 2002 10:34:38 -0500
Subject: [Javascript] NEW STOCK PICK: PRCT - LAST PICK UP 233%, NNCO............................................................................................................................................................................................... jtwah
Message-ID: <20021023153249.14A59308D96@LaTech.edu>
An HTML attachment was scrubbed...
URL:
From merchant at LATECH.EDU Wed Oct 23 11:15:05 2002
From: merchant at LATECH.EDU (David Merchant)
Date: Wed, 23 Oct 2002 11:15:05 -0500
Subject: [Javascript] NEW STOCK PICK: PRCT
In-Reply-To: <20021023153249.14A59308D96@LaTech.edu>
Message-ID: <5.1.0.14.2.20021023111308.03bc5ec0@mail.latech.edu>
These last two spam posts have been added to the blocked addresses file.
Sorry for the surge of spam getting through, it's a constant battle to keep
up...
TTFN,
David
JavaScript List Administrator
Director of Integrated Technology
Project LIFE Office
Louisiana Tech University
projectlife.latech.edu
c3.latech.edu
catalyst.latech.edu
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From hassan at webtuitive.com Wed Oct 23 11:23:44 2002
From: hassan at webtuitive.com (Hassan Schroeder)
Date: Wed, 23 Oct 2002 09:23:44 -0700
Subject: [Javascript] Only visible in Internet Explorer
References: <5.1.1.6.0.20021021155150.009f08c0@pop.chello.se>
Message-ID: <3DB6CD10.3080808@webtuitive.com>
ws wrote:
> Hi there,
>
> How do I make the link "invisible" in other browsers than Internet
> Explorer?
Actually, you don't even need JavaScript; IE recognizes what are
called "conditional comments" -- for example,
Non-IE browsers will treat this as a standard HTML coment, but IE
will display it.
HTH!
--
Hassan Schroeder ----------------------------- hassan at webtuitive.com
Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
--- ---
--- dream. code. ---
From john at jwarner.com Wed Oct 23 11:36:24 2002
From: john at jwarner.com (John)
Date: Wed, 23 Oct 2002 12:36:24 -0400
Subject: [Javascript] NEW STOCK PICK: PRCT
In-Reply-To: <5.1.0.14.2.20021023111308.03bc5ec0@mail.latech.edu>
Message-ID:
I'm impressed that this doesn't happen more often. Thank you for your
efforts in this regard!
John Warner
address: mailto:john at jwarner.com
-----Original Message-----
From: javascript-admin at LaTech.edu [mailto:javascript-admin at LaTech.edu]On
Behalf Of David Merchant
Sent: Wednesday, October 23, 2002 12:15 PM
To: javascript at LaTech.edu
Subject: Re: [Javascript] NEW STOCK PICK: PRCT
These last two spam posts have been added to the blocked addresses file.
Sorry for the surge of spam getting through, it's a constant battle to
keep up...
TTFN,
David
JavaScript List Administrator
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From fisher at volstate.net Wed Oct 23 20:32:02 2002
From: fisher at volstate.net (Alvin Fisher)
Date: Wed, 23 Oct 2002 21:32:02 -0400
Subject: [Javascript] NEW STOCK PICK: PRCT
References: <5.1.0.14.2.20021023111308.03bc5ec0@mail.latech.edu>
Message-ID: <008c01c27afd$28049a20$2a108142@alvin>
Thanks for your diligence, Dave.
Alvin
----- Original Message -----
From: David Merchant
To: javascript at LaTech.edu
Sent: Wednesday, October 23, 2002 12:15 PM
Subject: Re: [Javascript] NEW STOCK PICK: PRCT
These last two spam posts have been added to the blocked addresses file.
Sorry for the surge of spam getting through, it's a constant battle to keep up...
TTFN,
David
JavaScript List Administrator
Director of Integrated Technology
Project LIFE Office
Louisiana Tech University
projectlife.latech.edu
c3.latech.edu
catalyst.latech.edu
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From hannum at ohio.edu Thu Oct 24 07:19:08 2002
From: hannum at ohio.edu (David Hannum)
Date: Thu, 24 Oct 2002 08:19:08 -0400
Subject: [Javascript] NS Table BGCOLOR & DHTML
Message-ID: <012301c27b57$8d6c2040$bd08eb84@HERCULESE>
I have an application where I have a navagation block that is "included" in
every page. This block has a nested table with select boxes and the tables
have background colors. It works fine in every page except the home page
where the background colors show up only until the DTHML headline fader
kicks in. I figure it has somehthing to do with the layers generated by the
headline fader, but I don't know how to control it. Does anybody have an
ideas where I can start looking? JS/DHTML is not my strong point - but I'm
working at it! 8-)
Thanks,
Dave
===============================
David R. Hannum
Web Analyst/Programmer
Ohio University Computer Services
Administrative Systems
(740) 597-2524
"If your wife is having fun, and you're not . . .
You're still having a lot more fun than if
you're having fun, and she's not!" (Red Green)
From trojani2000 at hotmail.com Thu Oct 24 14:59:47 2002
From: trojani2000 at hotmail.com (BEKIM BACAJ)
Date: Thu, 24 Oct 2002 19:59:47 +0000
Subject: [Javascript] NS Table BGCOLOR & DHTML
Message-ID:
Try refreshing the table (fi), re-declaring table possition at the and of
the fader.
Regards
>From: "David Hannum"
>Reply-To: javascript at LaTech.edu
>To: "JavaScript at LaTech"
>Subject: [Javascript] NS Table BGCOLOR & DHTML
>Date: Thu, 24 Oct 2002 08:19:08 -0400
>
>I have an application where I have a navagation block that is "included" in
>every page. This block has a nested table with select boxes and the tables
>have background colors. It works fine in every page except the home page
>where the background colors show up only until the DTHML headline fader
>kicks in. I figure it has somehthing to do with the layers generated by
>the
>headline fader, but I don't know how to control it. Does anybody have an
>ideas where I can start looking? JS/DHTML is not my strong point - but I'm
>working at it! 8-)
>
>Thanks,
>Dave
>
>
>===============================
>David R. Hannum
>Web Analyst/Programmer
>Ohio University Computer Services
>Administrative Systems
>(740) 597-2524
>
>"If your wife is having fun, and you're not . . .
>You're still having a lot more fun than if
>you're having fun, and she's not!" (Red Green)
>
>_______________________________________________
>Javascript mailing list
>Javascript at LaTech.edu
>https://lists.LaTech.edu/mailman/listinfo/javascript
_________________________________________________________________
Surf the Web without missing calls!?Get MSN Broadband.
http://resourcecenter.msn.com/access/plans/freeactivation.asp
From trojani2000 at hotmail.com Thu Oct 24 15:10:24 2002
From: trojani2000 at hotmail.com (BEKIM BACAJ)
Date: Thu, 24 Oct 2002 20:10:24 +0000
Subject: [Javascript] How to go to the end of my page ?
Message-ID:
An HTML attachment was scrubbed...
URL:
From hannum at ohio.edu Thu Oct 24 16:41:17 2002
From: hannum at ohio.edu (David Hannum (Ohio University))
Date: Thu, 24 Oct 2002 17:41:17 -0400
Subject: [Javascript] NS Table BGCOLOR & DHTML
References:
Message-ID: <005401c27ba6$17fed740$cb4d6f0a@HERCULESE>
OK, that sounds great. But HOW do I do that. Remember, I said DHTML is not
my strong point. 8-)
Dave
----- Original Message -----
From: "BEKIM BACAJ"
To:
Sent: Thursday, October 24, 2002 3:59 PM
Subject: Re: [Javascript] NS Table BGCOLOR & DHTML
>
>
> Try refreshing the table (fi), re-declaring table possition at the and of
> the fader.
> Regards
>
>
>
> >From: "David Hannum"
> >Reply-To: javascript at LaTech.edu
> >To: "JavaScript at LaTech"
> >Subject: [Javascript] NS Table BGCOLOR & DHTML
> >Date: Thu, 24 Oct 2002 08:19:08 -0400
> >
> >I have an application where I have a navagation block that is "included"
in
> >every page. This block has a nested table with select boxes and the
tables
> >have background colors. It works fine in every page except the home page
> >where the background colors show up only until the DTHML headline fader
> >kicks in. I figure it has somehthing to do with the layers generated by
> >the
> >headline fader, but I don't know how to control it. Does anybody have an
> >ideas where I can start looking? JS/DHTML is not my strong point - but
I'm
> >working at it! 8-)
> >
> >Thanks,
> >Dave
> >
> >
> >===============================
> >David R. Hannum
> >Web Analyst/Programmer
> >Ohio University Computer Services
> >Administrative Systems
> >(740) 597-2524
> >
> >"If your wife is having fun, and you're not . . .
> >You're still having a lot more fun than if
> >you're having fun, and she's not!" (Red Green)
> >
> >_______________________________________________
> >Javascript mailing list
> >Javascript at LaTech.edu
> >https://lists.LaTech.edu/mailman/listinfo/javascript
>
>
> _________________________________________________________________
> Surf the Web without missing calls! Get MSN Broadband.
> http://resourcecenter.msn.com/access/plans/freeactivation.asp
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript
>
From trojani2000 at hotmail.com Thu Oct 24 16:56:58 2002
From: trojani2000 at hotmail.com (BEKIM BACAJ)
Date: Thu, 24 Oct 2002 21:56:58 +0000
Subject: [Javascript] NS Table BGCOLOR & DHTML
Message-ID:
An HTML attachment was scrubbed...
URL:
From merchant at LATECH.EDU Fri Oct 25 15:01:17 2002
From: merchant at LATECH.EDU (David Merchant)
Date: Fri, 25 Oct 2002 15:01:17 -0500
Subject: [Javascript] NEW STOCK PICK: PRCT
In-Reply-To: <008c01c27afd$28049a20$2a108142@alvin>
References: <5.1.0.14.2.20021023111308.03bc5ec0@mail.latech.edu>
Message-ID: <5.1.0.14.2.20021025145756.02b31ec0@mail.latech.edu>
At 09:32 PM 10/23/2002 -0400, you wrote:
>Thanks for your diligence, Dave.
It's just my job as list admin, but thanks anyway for the complimentary
comments from list members both on and off list!
TTFN,
David
Director of Integrated Technology
Project LIFE Office
Louisiana Tech University
Carson Taylor Hall, Rm. 120
PO Box 3179
Ruston, LA 71272
Tel: (318) 257-4772
Fax: (318) 257-3852
projectlife.latech.edu
c3.latech.edu
catalyst.latech.edu
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From gschafer at robandger.com Sun Oct 27 20:15:21 2002
From: gschafer at robandger.com (Gerald Schafer)
Date: Sun, 27 Oct 2002 18:15:21 -0800
Subject: [Javascript] acrobt plugin
Message-ID:
Hello Victor
I stumbled onto your post at
https://lists.latech.edu/pipermail/javascript/2002-July/003853.html
I wonder, did you ever resolve this issue? I am facing a similar problem
now
Thank you,
Gerald Schafer
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.401 / Virus Database: 226 - Release Date: 10/9/2002
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From hszheng991 at hotmail.com Mon Oct 28 00:37:56 2002
From: hszheng991 at hotmail.com (hszheng991)
Date: Mon, 28 Oct 2002 00:37:56 -0600 (CST)
Subject: [Javascript] ÖÐСÐÍÍøÕ¾Ê×Ñ¡¿Õ¼ä£¡
Message-ID: <20021028063756.27A21308AAD@LaTech.edu>
????????????????
??????????????????????????????????30????30??????????????????????????
??????????????????????????????????????????????????????????????????
1??200M????HTML??????+ ??????????????????150??/??
2??60M????+60M???????? + ????ASP??CGI + ??????????????????236??/??
3??200MP????+200M???????? + ????ASP??CGI??ACCESS + ??????????????????336??/??
??????????????????????--?????????????????? ??http://www.88dns.com/??????????.
??????????????????????????????????????????????????????????????????????????????
????????????????
??????100M??????????(??????????????????????????????????????)??
????????????????????????????????????????????????????????????????24????????????
????????????????????????????????????????????????????????????????
????????????????????????????????????????????????????????
????E-mail:??zwb at logindns.com ??QQ??40327558????????0592-8667174????????????
????!????
????????????????????????????????????????????!!!
??????????????????????????????????????????????????????
??????????????????????????????????????????????????????????????????????
---------------------------------------------------------------
????????????,??????????????????(http://www.21cmm.com)
??CMM????(http://www.21cmm.com)????????????????
From merchant at LATECH.EDU Mon Oct 28 11:00:10 2002
From: merchant at LATECH.EDU (David Merchant)
Date: Mon, 28 Oct 2002 11:00:10 -0600
Subject: [Javascript] JavaScript List Unsubscirbe, Subscribe & Posting
Info.
Message-ID: <5.1.0.14.2.20021028105953.02a9ac00@mail.latech.edu>
There are two sets of instructions, first for those who joined the list
directly and second for those who joined the list via egroups (at present I
cannot manually unsubscribe anyone who joined via Yahoo Groups or eGroups).
1. If you wish to subscribe or unsubscribe, visit
https://lists.LaTech.edu/mailman/listinfo/javascript or send a message with
the word `help' in it to the request address,
javascript-request at LaTech.edu, for further instructions.
To post to the list, send your posts to javascript at latech.edu
2. For those who subscribed to the Javascript list via Yahoo Groups
(formally eGroups), here is how to unsubscribe:
To unsubscribe via email:
From your email program, send a blank message to:
javascript-unsubscribe at yahoogroups.com
To unsubscribe via the Web:
* Sign in to Yahoo! Groups and go to the My Groups page.
* Click on the Edit Message Settings link at the top of the page.
* Look for the group you wish to unsubscribe from, and select Unsubscribe
from the pull-down list on the right.
* Click Update to save your changes. The group will no longer be listed on
the My Groups page, and you will no longer receive messages.
Note: If you own a group, you must first give up your ownership in the
Members section of your group before you can unsubscribe on the My Groups
page.
*** I CANNOT manually unsubscribe you if you subscribed to the list via
eGroups or Yahoo Groups. ***
I have complained _repeatedly_ about this to the folks at Yahoo Groups, but
to no avail. I can only manually unsubscribe those who joined via
https://lists.LaTech.edu/mailman/listinfo/javascript.
TTFN,
David
Director of Integrated Technology
Project LIFE Office
Louisiana Tech University
Carson Taylor Hall, Rm. 120
PO Box 3179
Ruston, LA 71272
Tel: (318) 257-4772
Fax: (318) 257-3852
projectlife.latech.edu
c3.latech.edu
catalyst.latech.edu
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From piaohw at neusoft.com Tue Oct 29 00:52:36 2002
From: piaohw at neusoft.com (piaohw)
Date: Tue, 29 Oct 2002 14:52:36 +0800
Subject: [Javascript] Date Mask
Message-ID: <002401c27f17$c435c9f0$73d9a8c0@neusoftSteven>
Hi?
Is there a way to put some form of 'Input Mask' on a date field on my web page. As they type I want the following mask to be applied YYYY-MM-DD hh:mm:ss so they cannot type any different. Find the validation of values after keyup.
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From Murugan.Selvaraj at geind.ge.com Tue Oct 29 09:48:33 2002
From: Murugan.Selvaraj at geind.ge.com (Selvaraj, Murugan (Indsys))
Date: Tue, 29 Oct 2002 21:18:33 +0530
Subject: [Javascript] set the value to the file filed dynamically in IE
Message-ID: <05C613689F01D611AC820002A54177C003345A3F@GIAHYDMSX2.SGE.INDSYS.GE.COM>
Hi All
Here with i am describing the problem with file filed,.
Requirement:
1. Have a parent page with click hyper link and the file filed
2. Hide the file filed as well as the browse button in the parent window.
3. When the button is cliked , the pop up page (window.open) should be opend
with the file filed and browse button and submit button .
4. In the pop up page user can select the file from the local machine and
click on button.
Action to be performed between two page:
when the user selects the file from the location machine in the pop up
window, close the window and redirect to the parent window and place the
name of the file selected by the user in file filed (This will be hide) in
the parent window.the multipart request will be passed from the parent to
nect page to check in a file.
Problem:
I read the document that the IE 4/5 can't set the value to the file fileld
as the file filed is read only in IE
I have written the below code
Can any one help me or suggest me?
Thanks
Murugan
"THIS E-MAIL MESSAGE ALONG WITH ANY ATTACHMENTS IS INTENDED ONLY FOR THE
ADDRESSEE and may contain confidential and privileged information.
If the reader of this message is not the intended recipient,
you are notified that any dissemination, distribution or copy of this
communication is strictly Prohibited.
If you have received this message by error, please notify us
immediately, return the original mail to the sender and delete the
message from your system."
From MSPEED65 at aol.com Tue Oct 29 16:21:55 2002
From: MSPEED65 at aol.com (MSPEED65 at aol.com)
Date: Tue, 29 Oct 2002 17:21:55 EST
Subject: [Javascript] Javascript Print Function
Message-ID:
Hello, I was looking for something exactly what you were looking for.
I saw your post on the web.
I am looking for a script that will bypass that print window that comes up to
ask if you want to cancel or ok with printing the page.
Please let me know if you found a solution. Thanks very much.
[Javascript] Print window
Rafael Hern?ndez javascript at LaTech.edu
Fri, 9 Aug 2002 08:54:42 +0200
Previous message: [Javascript] Disable controls
Next message: [Javascript] strange things in javascript world
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Hi!
Somebody knows how disable the printer dialog window when i send the command
window.print.
Sorry for my english.
____________________________________________________________
D A T A D E C ebussines solutions / Oracle
solutions
Rafael Hernandez Lluch rhernandez at datadec.es
C/Sureres, n? 1,planta 1? tel :+ 34- 902 48 10 48
46014 Valencia, Spain fax:+ 34- 96- 350 05 55
www.datadec.es
____________________________________________________________
Previous message: [Javascript] Disable controls
Next message: [Javascript] strange things in javascript world
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From walter at torres.ws Tue Oct 29 16:57:32 2002
From: walter at torres.ws (Walter Torres)
Date: Tue, 29 Oct 2002 16:57:32 -0600
Subject: [Javascript] Javascript Print Function
In-Reply-To:
Message-ID: <001701c27f9e$9055d620$643f170a@eloyaltyco.com>
Search the archive here.
I gave *an* answer last year.
Walter
-----Original Message-----
From: javascript-admin at LaTech.edu [mailto:javascript-admin at LaTech.edu]On
Behalf Of MSPEED65 at aol.com
Sent: Tuesday, October 29, 2002 4:22 PM
To: javascript at LaTech.edu
Subject: [Javascript] Javascript Print Function
Hello, I was looking for something exactly what you were looking for.
I saw your post on the web.
I am looking for a script that will bypass that print window that comes up
to ask if you want to cancel or ok with printing the page.
Please let me know if you found a solution. Thanks very much.
[Javascript] Print window
Rafael Hern?ndez javascript at LaTech.edu
Fri, 9 Aug 2002 08:54:42 +0200
Previous message: [Javascript] Disable controls
Next message: [Javascript] strange things in javascript world
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Hi!
Somebody knows how disable the printer dialog window when i send the
command window.print.
Sorry for my english.
____________________________________________________________
D A T A D E C ebussines solutions / Oracle
solutions
Rafael Hernandez Lluch rhernandez at datadec.es
C/Sureres, n? 1,planta 1? tel :+ 34- 902 48 10 48
46014 Valencia, Spain fax:+ 34- 96- 350 05 55
www.datadec.es
____________________________________________________________
Previous message: [Javascript] Disable controls
Next message: [Javascript] strange things in javascript world
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From sebastian.lahajnar at pris-inz.si Wed Oct 30 03:50:41 2002
From: sebastian.lahajnar at pris-inz.si (sebastian)
Date: Wed, 30 Oct 2002 10:50:41 +0100
Subject: [Javascript] window closing
Message-ID:
Hi.
On my page I'm using JavaScript to open a new window (let's say win1) just
before I submit a page.
win1=window.open ....
document.xxx.submit()
How to close this window when the user actualy navigates to the next page.
I tried to use win1.close() on onUnload ewent but because the two statements
are not in the same function en error occur ( win1 is not an object...)
I'm using this page to upload a file to the server using a Dundas upload
component and I want a message to be displayed (new window) while a file is
uploading.
Thanks, Sebastian
From trojani2000 at hotmail.com Wed Oct 30 10:18:44 2002
From: trojani2000 at hotmail.com (BEKIM BACAJ)
Date: Wed, 30 Oct 2002 16:18:44 +0000
Subject: [Javascript] window closing
Message-ID:
An HTML attachment was scrubbed...
URL:
From lshadoff at brazosport.cc.tx.us Wed Oct 30 12:13:11 2002
From: lshadoff at brazosport.cc.tx.us (Lewis Shadoff)
Date: Wed, 30 Oct 2002 12:13:11 -0600
Subject: [Javascript] Re: Javascript digest, Vol 1 #794 - 4 msgs
In-Reply-To: <20021030180102.B0259308AAE@LaTech.edu>
Message-ID: <5.1.1.6.0.20021030120942.012c0540@pop3.brazosport.cc.tx.us>
Sebastian,
You can declare global variables in JavaScript. Just put a declaration
statement at the root level (outside all functions) like this, for example:
win1 = "";
When win1 is then modified in a function it is available globally.
At 12:01 PM 10/30/2002, Sebastian wrote:
>I tried to use win1.close() on onUnload ewent but because the two statements
>are not in the same function en error occur ( win1 is not an object...)
Lew
Lewis A. Shadoff, Ph.D.
Brazosport College
Lake Jackson, TX
From Jeanine.Meyer at purchase.edu Thu Oct 31 13:20:20 2002
From: Jeanine.Meyer at purchase.edu (Meyer, Jeanine)
Date: Thu, 31 Oct 2002 14:20:20 -0500
Subject: [Javascript] help with asp/javascript date problem
Message-ID:
hello,
I have found you all in various forums.
I am having a problem with setting the expiration for cookies using asp and
JavaSCript. I think it is a datatype conversion issue.
Here is the code:
var dtNow=new Date(); //get now
var dtLater=new Date(dtNow.getTime()+5 * 60000); // add your 5
minutes
var later=dtLater.toLocaleString(); //convert to Local time
Response.Cookies("currentclientname") = sname;
Response.Cookies("currentclientname").expires = later;
Any suggestions will be appreciated.
thanks,
Jeanine
From TrippCL at state.gov Thu Oct 31 14:31:47 2002
From: TrippCL at state.gov (Tripp, Candace L)
Date: Thu, 31 Oct 2002 15:31:47 -0500
Subject: [Javascript] OT: styles
Message-ID: <31EAD63EF127D311A7C500E0290A222D018B3724@imsioopssntsd.irm.state.gov>
How do I color my scroll bars using styles?
TIA
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 1412 bytes
Desc: not available
URL: