Javascript Help - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: Javascript Help (/showthread.php?tid=50831) Javascript Help by wj on 09-23-2005 at 04:44 PM
Hey Guys! Need some JS help. RE: Javascript Help by hmaster on 09-23-2005 at 05:21 PM Im not sure I get what you mean ? Like when you click it it displays a message? RE: Javascript Help by wj on 09-23-2005 at 05:24 PM
When I click a link, I want it to add a preset text to the associated text area. Similar to the quick quote function, but I need to do it with mulitple text areas. RE: Javascript Help by Eljay on 09-23-2005 at 05:49 PM
code: e.g <a href="javascript:quotethingforwj('if omar would pay, i would come', 1)">add quote</a> <textarea name="notes[1]" value=""></textarea> RE: Javascript Help by wj on 09-23-2005 at 07:10 PM
THANK YOU LEE JEFFERY!!!!! |