Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Input box

Status
Not open for further replies.

Slomo8

Programmer
Jul 14, 2003
6
US
How can I have a user select a file from an interactive menu rather than having him/her type the whole file extension in the input box?
 
the use of the following HTML Form element should do that :

<input type=&quot;file&quot; name=&quot;myfile&quot; size=&quot;10&quot;>
 
The HTML Input type on a HTML page will handle all that for you.
 
I am not using it for a webpage. I am writing a macro for another program.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top