Dec 18, 2005 #1 Fendal Technical User Sep 13, 2005 178 GB Hi All, just the one question, Does a request.querystring or request.form have to be of a input name, or can I somehow use the inputs ID= or Class= ?, Thanks.
Hi All, just the one question, Does a request.querystring or request.form have to be of a input name, or can I somehow use the inputs ID= or Class= ?, Thanks.
Dec 18, 2005 1 #2 ChrisHirst IS-IT--Management Nov 23, 2001 8,049 GB the name/value pair Chris. Indifference will be the downfall of mankind, but who cares? Woo Hoo! the cobblers kids get new shoes. People Counting Systems So long, and thanks for all the fish. Upvote 0 Downvote
the name/value pair Chris. Indifference will be the downfall of mankind, but who cares? Woo Hoo! the cobblers kids get new shoes. People Counting Systems So long, and thanks for all the fish.
Dec 18, 2005 Thread starter #3 Fendal Technical User Sep 13, 2005 178 GB Thought as much, I didn't know if there would be something like the javascript's Code: document.getElementById('iptmain').value way, only with asp, Thanks Chris. Upvote 0 Downvote
Thought as much, I didn't know if there would be something like the javascript's Code: document.getElementById('iptmain').value way, only with asp, Thanks Chris.
Dec 19, 2005 #4 Sheco Programmer Jan 3, 2005 5,457 US The method for sending form elements to the server is defined by HTTP... so this isn't really an ASP issue, it is a server-side issue. The same limitation applies if the ASP page is written in JavaScript instead of VBScript. Upvote 0 Downvote
The method for sending form elements to the server is defined by HTTP... so this isn't really an ASP issue, it is a server-side issue. The same limitation applies if the ASP page is written in JavaScript instead of VBScript.