Current location: Hot Scripts Forums » General Community » Script Requests » script subtratct input from textarea and display the result in othe textarea


script subtratct input from textarea and display the result in othe textarea

Reply
  #1 (permalink)  
Old 12-17-04, 03:34 AM
mathfxr mathfxr is offline
Newbie Coder
 
Join Date: Nov 2004
Posts: 52
Thanks: 0
Thanked 0 Times in 0 Posts
script subtratct input from textarea and display the result in othe textarea

does anyone have script the will get data from text field and transfer the calculation to a textarea
Reply With Quote
  #2 (permalink)  
Old 12-17-04, 09:18 AM
RI-VVM RI-VVM is offline
Newbie Coder
 
Join Date: Oct 2004
Location: Zaporizhzhe, Ukraine
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Textfield and Textarea located on one page or different pages?
I can create JavaScript which do what you need.
__________________
Redintek Inc.
Advanced Internet Technologies
Reply With Quote
  #3 (permalink)  
Old 12-19-04, 11:19 AM
bugalyzer bugalyzer is offline
Newbie Coder
 
Join Date: Apr 2004
Posts: 86
Thanks: 0
Thanked 0 Times in 0 Posts
script request

javascript dude... javascript... look it up on google or something...

it goes a little something like this...

var val1=document.text_name1.value
var val2=document.text_name2.value
var val=val1=val2

document.textarea.value=val.value

get to know some of the properties of text fields and textarea's .. onlick, onchange .. and of course integrate the above idea into a function .. this way when a field changes (onchange) .. you call the function to set the textarea value....

i know you wanted to understand how to do this correct - and not the solution itself - correct?

you have been led to the water... it's up to you to drink or not...

http://buildacom.com
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump


All times are GMT -5. The time now is 10:56 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.