Recent content by chicago_bears5430

  1. C

    How To Hide Paypal name/location when buying?

    How do you hide your name/location when you send a payment using Paypal? I'm NOT talking about receiving payments, I'm talking about when you're SENDING a payment.
  2. C

    How do you reference input in HTML?

    Suppose if you used an input tag to take input of type text from the user and for its name attribute had "input" like so: <input type="text" name="input" size = "50"/> How do you reference input later on? (If you want to display what the user entered).
  3. C

    How do you reference input in HTML?

    Suppose if you used an input tag to take input of type text from the user and for its name attribute had "input" like so: <input type="text" name="input" size = "50"/> How do you reference input later on? (If you want to display what the user entered).
Back
Top