English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2007-07-23 02:11:25 · 4 answers · asked by Yak 2 in Computers & Internet Programming & Design

I want to differentiate between no data submitted (ie someone clicking the form with blank fields) and someone who arrives at the page initially before form is submitted to itself.

2007-07-23 02:49:34 · update #1

Think i figured it out:
Request.Form = ""

2007-07-23 21:26:01 · update #2

4 answers

Are you talking about "classic" ASP or the new "dot NET" thing? I don't know about dot NET, but the first answerer points to the correct information for classic ASP.

One thing to remember is that GET data and POST data is accessed differently:

request.querystring("parm_name") [GET]

request.form("parameter_name") [POST]

PHP is slightly more flexible in this situation because POST data and GET data can be accessed in the same way *or* separately.

2007-07-23 07:36:08 · answer #1 · answered by Anonymous · 0 0

Request.QueryString or Request.Form.

http://www.w3schools.com/asp/asp_inputforms.asp

However, ASP is a Microsoft product and is not free.
Data handling is easier with PhP (which is free, everywhere and open source)
PhP and ASP perform exactly the same tasks, although PhP is even more powerful than ASP.

2007-07-23 02:45:07 · answer #2 · answered by just "JR" 7 · 0 0

I even have one be conscious for you,"incorrect". there is lots evidence approximately it fairly is self The prophecies from one testomony to a diverse. The length of time it to place in writing and placed the books jointly, and the reality its over forty adult adult males who wrote it, and yet it fairly is an extremely cohesive e book approximately Gods loving plan for His human beings. in case you have been to take a seat and consider the bible you will discover jesus interior the bible from the very beginning up, and how each and each e book the two tells approximately Him and His character, or is an occasion of His plans. And the Nw attempt. The plans become comprehend with the aid of the guy of Jesus. notwithstanding in case you have been by no skill to %. up the bible and pass by utilising what you hear and notice around you Gods signature is everywhere, it fairly is call the Holy Spirit(Breath of existence) with out it, we would all be an merchandise that could no longer pass. yet with the breath of God, it fairly is outstanding what wad can do.

2016-10-22 10:11:25 · answer #3 · answered by matchett 4 · 0 0

Not sure about ASP but i am guessing that you would check the post array.

I think in PHP it's $_POST['variable_to_check'];

Look up post array for ASP.

I hope that helps.

2007-07-23 11:54:47 · answer #4 · answered by Siu02rk 3 · 0 1

fedest.com, questions and answers