|
-
Aug 18th, 2006, 05:10 AM
#1
Thread Starter
Hyperactive Member
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.
-
Aug 18th, 2006, 06:33 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|