Hi guys,

I have a problem with my javascript. I need to move values in the list box to a textarea in the same page but in different forms. When i select the value in the list box and click on the button it should print something like this:

start telnet 192.168.111.80
start /w LAN789.vbs
cls
start telnet 192.168.111.81
start /w LAN789.vbs
cls

The IP address is a value from the list box. I am also wondering if it is possible to select multiple and print it all out in the textarea like the above. The list box get its values from the database.

Thanks
Irwin