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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. norrisoft

    Opening a file browse window in an HTA

    BillyRay, Is there a known issue with hidden file inputs causing the choose file dialog to freeze? I will try you suggestion. Diancecht To which file are your referring? My application or the file I'm trying to open? The file I'm trying to open is not an issue because the dialog freezes...
  2. norrisoft

    Opening a file browse window in an HTA

    Hi All, I have an HTA application from with in which I am trying to open a File Browse or File Upload window. I am doing so with the following code: <input type="file" name="F2" size="20" onchange='somefunction();' style ='display: none;'> Later I call: window.form1.f2.click(); This works...

Part and Inventory Search

Back
Top