Results 1 to 3 of 3

Thread: Setting textbox values

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2007
    Posts
    146

    Setting textbox values

    Okay Im guessing this is PHP .... basically if you go on www.cbfsms.com there are 2 textboxes a number box and a message box. I was wondering how do i find the names of these boxes and edit them in the url for example

    http://www.cbfsms.com?number=4407123...ssage=helloooo

    so when u enter that url into the adress bar the conent in the number box in 4407123456789 and in the message box it says helloooo

    any help? If this is possible and if anyone is kind enough could you find the names for me?

  2. #2
    Frenzied Member the182guy's Avatar
    Join Date
    Nov 2005
    Location
    Cheshire, UK
    Posts
    1,473

    Re: Setting textbox values

    Look in the source for the names.

    It's not going to work anyway because by setting the values in the GET does not neccessarily mean that will appear in the boxes. That will only happen if the page has been programmed to do exactly that. It won't do that by default.
    Chris

  3. #3
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Setting textbox values

    you wont beable to to that with php. You may beable to do it with javascript or even vb
    My usual boring signature: Something

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width