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...
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@...
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@...
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@...
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@...
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@...
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...
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...
... 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...
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...
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...
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@...
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: ...
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@...
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' &&...
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@...
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...
... the following works for me - not sure why its not working for you. spelling errors? SCRIPT function populate() { a = document.question.questresponse; ...
... 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...
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...
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@...
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...
you can however acomplish this ith an applicaton language lke coldfusion, vb or php. ... From: "bobsawyerdotcom" <bobsawyerdotcom@...> To:...
Sean Renet
sean@...
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@...
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@...
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...