|
-
Jul 27th, 2006, 04:04 PM
#1
Thread Starter
Junior Member
How to Auto Fill the value returned by a Brows for file button???
I need to programatically fill in this browse box with the file name without clicking the browse button to find it.
I have tried .value .File .Name .getfile .filename
All with no luck
HELP!!
HTML Code:
<table cellpadding=3 cellspacing=1 border=0 col=2 width=100%>
<tr><td>
<!-- <table cellpadding=3 cellspacing=1 border=0> -->
<tr><td><b>Step 1.</b><br> Click "Browse" and locate your image file.<br><font size=-1>(PC users, select "All Files" for Files of Type.)</font></td></tr>
<tr><td>
<INPUT TYPE=FILE NAME=upfile>
</td><tr>
<tr><td><b>Step 2.</b><br> Click "Add Photo" <INPUT TYPE="submit" VALUE="Add Photo"></td></tr>
<tr><td>For more than one photo, repeat Steps 1 and 2.</td></tr>
</table>
</form>
-
Jul 27th, 2006, 04:54 PM
#2
Junior Member
Re: How to Auto Fill the value returned by a Brows for file button???
Edit: Sorry, didn't read the title well enough.
Last edited by KieferHagin; Jul 30th, 2006 at 03:52 AM.
-
Jul 27th, 2006, 05:59 PM
#3
Thread Starter
Junior Member
Re: How to Auto Fill the value returned by a Brows for file button???
LOL.... Im using
WebBrowser1.Document.getElementById to auto fill forms online.
Thnx
-
Jul 31st, 2006, 12:07 PM
#4
Thread Starter
Junior Member
Re: How to Auto Fill the value returned by a Brows for file button???
Someone has to know the method for the file browse button.
-
Jul 31st, 2006, 11:19 PM
#5
Re: How to Auto Fill the value returned by a Brows for file button???
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|