|
|||
|
Re: You are wrong, #13. You don't undertand HTML. | |||
Re: You are wrong, #13. You don't undertand HTML. -- Mahatma Babaluji | Top of thread | Forum |
|
Hey, there is no need to get so aggressive, 'pal'! I have a page that outputs the parameters of a form, and I copied the form code, and redirected it to my test page. Here are the parameters that get passed back to the server when the user hits submit: paramName = comment
paramName = emailcustomer
paramName = expdate
paramName = state
paramName = phone
paramName = amount
paramName = state_us
paramName = lastname
paramName = Submit
paramName = amountselect
paramName = POnum
paramName = recurringbilling
paramName = cardnum
paramName = cardtype
paramName = yy
paramName = email
paramName = country
paramName = description
paramName = contribution
paramName = city
paramName = mm
paramName = address2
paramName = firstname
paramName = address1
paramName = zip
paramName = state_intl
I have also looked more closely at the code - and, sorry, but you are right. You CAN differentiate between the destinations for your donation, becuase that information is passed to the server with the text in the textarea called comment. But no programmer would use the text in a textarea to look for that kind of information, because it is unreliable. A user could edit the text before sending the form (as you said). Much more logical, and more normal, is to use the value of a radio button, and here the form is very inconsistent. Hitting ' to help promote Maharaji's message' sends the same value to the server as 'to relief for victims of Hurricane Katrina'. (m) I have to agree now, very dodgy code, and I'm sorry to have made my earlier posting without a more thorough look at the code. If it wasn't for that text area, I think the code might be sufficient evidence of intent to defraud. However, because you CAN distinguish between the destinations for the donations, I doubt there would be a legal case, without getting hold a copy of what is on the server. Sorry - when I saw that the comment var was being passed to the server, I figured that you could distinguish between where the money was supposed to go, and so my first post. (I pasted the html directly into my first submission because I am more used to posting to a coding forum, where html is escaped - I forgat the html would be parsed in the message) |
Previous | Recommend Current page | Next |
Replies to this message |
|