why doesnt it work ?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
i did the tips compeletly but it doesnt work. when pressing the Submit it opens process.asp but shows nothing. http://www.webcheatsheet.com/asp/process_form_data.php[^]
Are you getting any values? Did you view the source of the page to see what the html looks like? Its a very simple example and I did not see anything wrong with it, Try adding a response.write("Testing") via vbscript just under the first body tag and comment out everything else on the form handler (process.asp).