If anyone has a way of using javascript or anything else to allow us to use images (gif, jpg, png, pnm) for the browse button in the code below, you are my hero. I need this solution to provide a general taglib for form images. Thanks a million for any assistacne

<html>
<head></head>
<body>

<form method="get" action="tim.jsp" enctype="multi-part/form">
   <input type="file" name="browse">
 <input type="image" name="submit" src="submit.gif">
</form>

</body>
</html>


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to