Shannon--
All right, are you ready? I have not tested this in NutScrape, but it works
in IE. I used some CSS/DHTML tricks to do this, so be aware of your end
user's requrements (probably at least a 4.0 browser, and you'll have to do
major tweaking for the NS version):
<form name="form">
<input type="Text" name="textField" action="beautyFileUpload.htm">
<input type="image" src="whatever.gif" name="button" value="File Upload"
onclick="document.form.fileField.click(); return false;"><br>
<span id="fileField" style="display:none;"><input type="File"
name="fileField"
onchange="document.form.textField.value=document.form.fileField.value;"></sp
an>
<input type="Submit">
</form>
Now THAT deserves 10 points. I hope it is clear to everyone now that those
of us who are out of work have WAY too much time on our hands... ;-)
David Huyck
[EMAIL PROTECTED]
> once again, no 10 points for you :)
>
> If you read carefully, you'll notice I'm asking about a *file* input
> field... not a standard input field.
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.