Need a simple JavaScript data export

D

Don Lancaster

What is the simplest way for JavaScript to output a dozen or more
numeric values so they can be cut and pasted into another app?

Neither the Status bar nor the Alert box permits cutting and pasting,
while an INPUT box only permits one value at a time.


--
Many thanks,

Don Lancaster
Synergetics 3860 West First Street Box 809 Thatcher, AZ 85552
voice: (928)428-4073 email: (e-mail address removed) fax 847-574-1462

Please visit my GURU's LAIR web site at http://www.tinaja.com
 
D

Dr John Stockton

JRS: In article <[email protected]>, seen in
news:comp.lang.javascript said:
What is the simplest way for JavaScript to output a dozen or more
numeric values so they can be cut and pasted into another app?

Neither the Status bar nor the Alert box permits cutting and pasting,
while an INPUT box only permits one value at a time.

INPUT with string of values; TEXTAREA with string of lines.

Alternatively, write to a new Window, using a modified
subset of PopCode shown by the first "Pop Up Code" button
in <URL:http://www.merlyn.demon.co.uk/js-date7.htm#OaE>.
That might be better if the data might grow. Remember to
use <tt> or <pre> or ... for easy selection.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,150
Latest member
MakersCBDReviews
Top