Print Page | Close Window

Help to changes buttom

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=3548
Printed Date: 29 March 2026 at 4:59pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Help to changes buttom
Posted By: aero
Subject: Help to changes buttom
Date Posted: 15 June 2003 at 4:46am

I have make this site http://www.javacoder.dk:56400/fileupload/insert.htm - http://www.javacoder.dk:56400/fileupload/insert.htm

if U look at the submitbuttom I have changet it to another type of buttom then normal !!!

But if U look at the buttom at FILE: (to get the file) it is like normal !!!

how can I make it like my submitbuttom and can i changes it so I kan make my own buttomtext to like the submitbuttom !????

the code to the form !!!

<table border="0" align="center">
 <tr>
 <form method="POST" enctype="multipart/form-data" action="Insert.asp">
 <td><div class=text>First Name :</div></td><td>
  <input type="text" name="fname" size="40"></td>
 </tr>
 <td><div class=text>Last Name :</div></td><td>
  <input type="text" name="lname" size="40"></td>
 </tr>
 <td><div class=text>Profession :</div></td><td>
  <input type="text" name="profession" size="40"></td>
 </tr>
 <td><div class=text>The image name you want to give your image :</div></td><td>
    <input type="text" name="iname" size="40" ></td>
 </tr>
 <td><div class=text>File :</div></td><td>
  <input type="file" name="file" size="40"></td></tr>
 <td> </td><td>
  <input class="Button" type="submit" value="Submit"></td></tr>
 </form>
 </tr>
 </table>




Replies:
Posted By: Mart
Date Posted: 15 June 2003 at 1:29pm

Thats not asp its html post it in the general section...

 

But try <input type="file" name="file"  class="Button" size="40">




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net