Search the web
Sign In
New User? Sign Up
JS-Jive · The premiere Yahoo! Javascript Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 20629 - 20658 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20629
Hi Iam a newbie, I have a small question for you: Are Modal Dialog Boxes Browser dependent? Thanks in advance for answering. Rgds, MSK ... "Each problem that I...
shravan
mshravan_020
Offline Send Email
Mar 2, 2005
4:55 pm
20630
Modal boxes are O/S Specific. You cannot create one in JS AFAIK - you have to perform clunky workaround with HTML / DHTML. It is all smoke and mirrors with...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Mar 2, 2005
4:58 pm
20631
That is not true - you can create Modal with ShowModalDialog ! -TAnx, KOY ... From: Robertson-Ravo, Neil (RX) [mailto:Neil.Robertson-Ravo@...] ...
Kayode Yusuf
Kayode.Yusuf@...
Send Email
Mar 2, 2005
5:01 pm
20632
Yep you can, but it's IE only.... ... From: Kayode Yusuf [mailto:Kayode.Yusuf@...] Sent: 02 March 2005 17:01 To: JS-Jive@yahoogroups.com Subject: RE: Are...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Mar 2, 2005
5:03 pm
20633
Just like onBeforeUnload..... a neat feature but IE only. ... From: Kayode Yusuf [mailto:Kayode.Yusuf@...] Sent: 02 March 2005 17:01 To:...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Mar 2, 2005
5:04 pm
20634
And to note, it is creating an O/S modal window...does that command work in the Mac environment? ... From: Robertson-Ravo, Neil (RX) ...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Mar 2, 2005
5:06 pm
20635
... And in any event, it's off-topic for this list. -Bob __________________________________ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments...
Bob Sawyer
bobsawyerdotcom
Offline Send Email
Mar 2, 2005
7:17 pm
20636
Apologies to everyone for the OT statement. I moderate the PHP-List group, and only recently began receiving JS-Jive posts in my in-box. (Before, I checked...
Bob Sawyer
bobsawyerdotcom
Offline Send Email
Mar 2, 2005
7:20 pm
20637
Can anyone tell me how to access a COM object from a Javascript client? And if this works in most browsers? Thanks, Jan...
Jan
janlmiller61
Offline Send Email
Mar 3, 2005
9:38 pm
20638
... I'm not sure about this, but I think Internet Explorer for Windows and other Trident based browsers are the only ones that can do it. If I remember...
liorean
Offline Send Email
Mar 3, 2005
10:33 pm
20639
I need to write some type of C# class or module that will maintain a cache of data on the web server by accessing another C# DataBus app that already currently...
Jan
janlmiller61
Offline Send Email
Mar 4, 2005
9:42 pm
20640
I wanted to know if there's a way to display an IP address in javascript. I know this is easy to do in server side languages like PHP, but wasn't sure about...
writeminded1
Offline Send Email
Mar 8, 2005
8:08 pm
20641
Not possible in javascript. "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Mar 8, 2005
10:07 pm
20642
<script language="javascript"> alert(location.hostaddress); </script> (The solution above only retrieves the public Ip address) For a more in-depth look: ...
pogowolf
Offline Send Email
Mar 9, 2005
2:36 pm
20643
As I said, not possible in JS to get the CLIENT IP address. ... From: PogoWolf [mailto:pogowolf@...] Sent: 09 March 2005 14:36 To:...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Mar 9, 2005
2:39 pm
20644
In pure JavaScript, unless the client is running Netscape.. You're right. Netscape: <script language="JavaScript"><!-- if (navigator.appName=='Netscape' &&...
pogowolf
Offline Send Email
Mar 9, 2005
3:23 pm
20645
And has Java installed. ... From: PogoWolf [mailto:pogowolf@...] Sent: 09 March 2005 15:24 To: JS-Jive@yahoogroups.com Subject: RE: IP Address In pure...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Mar 9, 2005
3:28 pm
20646
... Not sure which version of Java fixed this, but thanks to tightened security, these no longer work as they once did. They only return "localhost" and...
Hassan Schroeder
laughingandj...
Offline Send Email
Mar 9, 2005
3:55 pm
20647
Well takes care of that argument.. =) ... From: Hassan Schroeder [mailto:hassan@...] Sent: Wednesday, March 09, 2005 10:55 AM To:...
pogowolf
Offline Send Email
Mar 9, 2005
4:06 pm
20648
Thanks for the feedback. ... You're right. ... security, ... and ... will...
writeminded1
Offline Send Email
Mar 11, 2005
8:21 pm
20649
I have the following function that I'm using to populate a text area based on the user's selection from a SELECT list: function populate() { a =...
bobsawyerdotcom
Offline Send Email
Mar 16, 2005
8:20 pm
20650
... the following works for me - not sure why its not working for you. spelling errors? SCRIPT function populate() { a = document.question.questresponse; ...
Carlos Mossman
spamcarloshere
Offline Send Email
Mar 16, 2005
8:35 pm
20651
... Aha... based on the snippet I was going by (someone else's code), I had an 'onselect' on each <OPTION> rather than using 'onchange' in the SELECT ... that...
bobsawyerdotcom
Offline Send Email
Mar 16, 2005
8:52 pm
20652
Does anyone have a script that will read and create a list of the files in a directory on the user's computer? I am trying to set up a simple browser-based FTP...
bobsawyerdotcom
Offline Send Email
Apr 8, 2005
12:24 am
20653
Cannot be do done with JS, it would be a security risk if you could! "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Apr 8, 2005
5:28 am
20654
... Thanks... guess it's time for a different tack... maybe forcing the client to learn FTP is a start. :-) Cheers, -Bob...
bobsawyerdotcom
Offline Send Email
Apr 8, 2005
2:02 pm
20655
you can however acomplish this ith an applicaton language lke coldfusion, vb or php. ... From: "bobsawyerdotcom" <bobsawyerdotcom@...> To:...
Sean Renet
sean@...
Send Email
Apr 8, 2005
6:40 pm
20656
VBScript maybe, but not cf, php, or vb/asp, those are all server side languages. The idea is to allow a user to select files on their own machine. Short of...
Bill Killillay
wjkillay@...
Send Email
Apr 8, 2005
6:43 pm
20657
oh, I thought you were talking about the server. No, flash can't do it either. activeX is your only route. Sean ... From: "Bill Killillay"...
Sean Renet
sean@...
Send Email
Apr 8, 2005
6:55 pm
20658
You cannot even do it with CF or a server side language - any and all local machine routines will require end-user acceptance to function [installation of...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Apr 8, 2005
7:45 pm
Messages 20629 - 20658 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help