5 msgDoes Firefox support GZipping request body?

CommonDialog with FireFox
\ cmiller928 (7 Nov 2007)

4 msgextraneous files?
16 msgCleaning out Firefox
1 msgImage Titles no longer display
2 msgGeneral failure message
8 msgHow to Override CSS for One site - Sometimes
2 msgBringing our root-certificates into Firefox
2 msgcant find server
3 msgUsing lockPref in a user-specific config file
4 msguser.js and about:config having no effect
2 msgFirefox plugins and MIME - how to avoid hijacki...
3 msgCertificate warning
1 msgHistory not updating in Toolbar
4 msgProblem with Changing My Profile....help please.
2 msglocation bar/url bar problem
2 msgConnecting
5 msgmultiple firefox instances in X windows on linux
2 msgphotos not displayed in website
7 msgsync bookmarks w/ PDA favorites
Subject:CommonDialog with FireFox
Group:Mozilla-support-firefox
From:cmiller928
Date:7 Nov 2007


I am using the following code to allow the user to select a file name
and path but it does not work in Firefox. This javascript is called
from the onclick event of an image. Because I am using an image I
don't see how I can use the browse button. I don't want the file that
is selected to be displayed on the screen either.

function SelectFile()
{
var cdlg=new ActiveXObject("MsComDlg.CommonDialog");
cdlg.MaxFileSize=256;

cdlg.DialogTitle="Select a File";
cdlg.Filter="Tab Delimited File (*.txt)|*.txt|All Files (*.*)|*.*";
cdlg.ShowSave();
document.forms(0).CreateRpt.value=cdlg.FileName;
}

Is there a way to do something similar for FireFox?

_______________________________________________
support-firefox mailing list
support-firefox
https://lists.mozilla.org/listinfo/support-firefox
To unsubscribe, send an email to support-firefox-request?subject=unsubscribe


© 2004-2008 readlist.com