I'm using html:file and it works just fine . In my previous reply I
made a copy&paste from the generated html.
The most important lines are these 2
document.forms[0].btnFichier.click();
document.forms[0].nomFichier.value=document.form["frmFichier"].btnFichier.value;
On Tue, 10 Aug 2004 12:21
At 10:14 AM 8/10/2004, you wrote:
Use something like this
function getNomFichier(){
document.forms[0].btnFichier.click();
document.forms[0].nomFichier.value=document.form["frmFichier"].btnFichier.value;
}
Will this work with ?
Use something like this
function getNomFichier(){
document.forms[0].btnFichier.click();
document.forms[0].nomFichier.value=document.form["frmFichier"].btnFichier.value;
}
Ovidiu
On Tue, 10 Aug 2004 08:27:49 -0700, Michael McGrady
<[EMAIL PROTECTED]> wrote:
> At 07:41 AM 8/10/20
At 07:41 AM 8/10/2004, you wrote:
Michael McGrady wrote:
Is there a way to hide the standard browse button and use an image for
the button instead?
Michael,
I don't believe this is part of the HTML spec, so in short, no. Every
browser uses a different button for browsing. I don't believe that eve
Michael McGrady wrote:
Is there a way to hide the standard browse button and use an image for
the button instead?
Michael,
I don't believe this is part of the HTML spec, so in short, no. Every
browser uses a different button for browsing. I don't believe that even
CSS can control this.
--
Brice
5 matches
Mail list logo