Making the buttons be entered to the form.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Mightywayne
Forum Contributor
Posts: 237
Joined: Sat Dec 09, 2006 6:46 am

Making the buttons be entered to the form.

Post by Mightywayne »

Yeah really odd title, but I can't figure out how to get...

Well you see the in the submit box to reply to this very thread? You can just hit the and it inputs it into the form box we type in. I just need something simple like that but I have no idea how to do it. I don't even know if it uses PHP or if it uses a bit of PHP or what.

Can anyone help? :o
ody3307
Forum Newbie
Posts: 21
Joined: Wed Jul 30, 2008 7:29 am

Re: Making the buttons be entered to the form.

Post by ody3307 »

It can be done with PHP but not as smoothly as you want (you would have the screen flicker because the page would need to be refreshed). What you are seeing on this reply form is javascript.
Mightywayne
Forum Contributor
Posts: 237
Joined: Sat Dec 09, 2006 6:46 am

Re: Making the buttons be entered to the form.

Post by Mightywayne »

Oh alright I see it here now. This is some pretty complicated JS... >_> is there like some basic, basic version someone out there is using?
Post Reply