Results 1 to 2 of 2

Thread: Run Time Control Handling

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    266

    Question Run Time Control Handling

    I need to know how to use an HTML control, such as TextBox, dynamically. Suppose I have a TextBox in the .php page. I would like to grow / shrink the control at run time as we are doing in VB. I would like to maintain the code by PHP. Please help.

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Run Time Control Handling

    You would need to use Javascript to do that.

    I'm sure I've told you this before, but PHP runs once, it's not like running an application live on the server, it just processes your script, feeds it back to the browser, and then quits and forgets all about you.

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