kado
08-09-2005, 09:31 PM
Hi folk!
I want to know how to create an Open Dialog Box by java Scripts. Any body help me?
Thanks so much! :)
I want to know how to create an Open Dialog Box by java Scripts. Any body help me?
Thanks so much! :)
|
Click to See Complete Forum and Search --> : Javascript:How to open an OpenDialogBox? kado 08-09-2005, 09:31 PM Hi folk! I want to know how to create an Open Dialog Box by java Scripts. Any body help me? Thanks so much! :) Fang 08-10-2005, 01:39 AM Do you mean showModalDialog (http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/methods/showmodaldialog.asp)? kado 08-11-2005, 01:44 AM No, I want to open a dialog box so I can select any file to open. Scriptage 08-11-2005, 03:35 AM <a href="#" onClick="javascript:execCommand('open')">dfsdfsdfsdfsdfdsfsd</a> kado 08-12-2005, 04:20 AM Thanks Scriptage! kado 08-16-2005, 01:03 AM Now i want to open the Browse dialog to select the path or the name of file. How does the script look like? Thank you! Exuro 08-16-2005, 01:08 AM <label>Please select a file: <input type="file" name="userUpload"></label> Is that what you're looking for? kado 08-17-2005, 05:26 AM Thanks so much Exuro! That's what i'm looking for! webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |