I have an asp page with an html form in it. When I execute this code:
it writes out the value of the form field "field". However, the strange thing is that there is no form field called "field" !!
Is this possible? or am I crazy?
thanks
ft
Information is not Knowledge, Knowledge is not Wisdom, Wisdom is not Truth, Truth is not Beauty, Beauty is not Love, Love is not Music, Music is the best.
Code:
test = request.form("field")
response.write(test)
it writes out the value of the form field "field". However, the strange thing is that there is no form field called "field" !!
Is this possible? or am I crazy?
thanks
ft
Information is not Knowledge, Knowledge is not Wisdom, Wisdom is not Truth, Truth is not Beauty, Beauty is not Love, Love is not Music, Music is the best.