PDA

View Full Version : New Button at NewThread


SorentoUltimate
01-22-2010, 12:22 PM
Hello,

At New Thread there are Two Buttons, Submit New Thread and Preview Post.

I Want to add there a New Button to add some text Automaticaly into the Message Box.

Can someone help me on that?

Lynne
01-22-2010, 02:19 PM
Probably just javascript. Try googling "javascript add text to textarea" and see what comes up. (onClick="this.form.*something*('your text here');" I would guess).

SorentoUltimate
01-22-2010, 06:49 PM
Probably just javascript. Try googling "javascript add text to textarea" and see what comes up. (onClick="this.form.*something*('your text here');" I would guess).

Thanks Lynne,

you open me the road and i'm very close to finish it.....

One more question, how can i run/call a function from a php file (forumroot/includes/funcitons_examles.php) into java script.

Lynne
01-22-2010, 07:12 PM
Thanks Lynne,

you open me the road and i'm very close to finish it.....

One more question, how can i run/call a function from a php file (forumroot/includes/funcitons_examles.php) into java script.
I'm the wrong person to ask that as I really am not a javascript person.

SorentoUltimate
01-22-2010, 07:18 PM
I'm the wrong person to ask that as I really am not a javascript person.

:confused: