Web Hosting Talk







View Full Version : JS Multiple Selection with arrows


horizon
06-03-2009, 12:00 PM
Hi,

I'm trying to implement this project:

http://www.mredkj.com/tutorials/tutorial007.html

It seems to work pretty well. Although, there are only two boxes in the example. I'd like to add another two of them so that only the 1st box points (arrows left and right) to the 2nd box and the 4th box points (arrows left and right) to the 3rd box and that the 2nd box and 3rd box does NOT point to each other but only when using the submit button that the 2nd box and the 3rd box would be outputted in results.

I'm not quite the expert on JS. Hopefully someone will find a solution on this. :)

horizon
06-03-2009, 03:56 PM
Anyone who has figured this out yet ?

horizon
06-16-2009, 08:15 PM
The problem has now been resolved. Two JS methods can be combined together while using the onSubmit in this case.