B BINGO New member Jan 14, 2010 #1 How to add button at html page. Click one the buttons and show u all program or file inside?
S Sherwin Roy New member Jan 14, 2010 #2 try this code... <html> <body> <form> <input type="file"> </form> </body> </html> go go go