Re: Perl and JavaScript Issue

2007-11-24 Thread [EMAIL PROTECTED]
On Nov 24, 4:03 pm, [EMAIL PROTECTED] (Steven Sim) wrote: > Gurus; > > I have written a Perl CGI script to dynamically generate HTML and > Javascript code for a web page. > > The web page consist of two parts. > > The first part displays a list of directories. > > The Javascript code that does this

Perl and JavaScript Issue

2007-11-24 Thread Steven Sim
Gurus; I have written a Perl CGI script to dynamically generate HTML and Javascript code for a web page. The web page consist of two parts. The first part displays a list of directories. The Javascript code that does this is dynamically generated by Perl. I use Perl's opendir function to ca

Re: Javascript issue

2005-01-11 Thread JupiterHost.Net
Anish Kumar K. wrote: Hi Hello, Sorry to put in this PL forum Then don't :) put it in a JavaScript forum Say I have Javascript alert like this. when I preview this I get the alert window it is working fine. But The caption of the window is" Microsoft Internet Explorer". Is there any way to cha

RE: Javascript issue

2005-01-11 Thread Thomas Bätzler
Anish Kumar K. <[EMAIL PROTECTED]> > Sorry to put in this PL forum Just don't do it. > Say I have Javascript alert like this. > > > when I preview this I get the alert window it is working > fine. But The caption of the window is" Microsoft Internet Explorer". > > Is there any way to change

Javascript issue

2005-01-11 Thread Anish Kumar K.
Hi Sorry to put in this PL forum Say I have Javascript alert like this. when I preview this I get the alert window it is working fine. But The caption of the window is" Microsoft Internet Explorer". Is there any way to change it...I mean some user defined strings. Anish