1. Is there a forum of Israeli developers for the Mozilla platform
(Javascript, xul, and the like) where I could ask the following
questions?
2. In my application, submitting a form to a CGI script in a Web server
invokes the CGI script. The CGI script creates a file to be downloaded
to the client's PC.
It was easy to get the file to be downloaded rather than displayed, by
setting its MIME type to a type with no registered application.
Then, Mozilla opens a dialog to let the user decide what to do with
the file, and another dialog to select the name under which it is
to be saved.
My problem: the default filename in the second dialog is the same as
the CGI script name. How can the Web server cause Mozilla to select
another default filename?
3. In a form in my Web page, there is a <TEXTAREA>...</TEXTAREA> element.
In this element, when the onClick() handler is invoked, I need to know
where is the cursor positioned. If I select a piece of text, I need to
know, in the onSelect() handler, exactly what are the starting and
ending positions of the selected text.
Is there any way to accomplish this from Mozilla Javascript? From xul?
Thanks,
--- Omer
My opinions, as expressed in this E-mail message, are mine alone.
They do not represent the official policy of any organization with which
I may be affiliated in any way.
WARNING TO SPAMMERS: at http://www.zak.co.il/spamwarning.html
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]