JAVA/HTML - Click link to enter value into form?

Adam S

New member
Hi everyone,

I am trying to do some HTML/Java work with videos.

I want to specify a video URL for quicktime to play, but the name of the video file is a composite of five values of either 01 02 03 04 05. The user can specify what ever order they want.

In order to run that corresponding video, I need a way of a user clicking a button (in HTML) which then imputs that number in a form field. the user then continues for the other four values. They then finally click play video, which grabs that value the user had input (ie 0103020504) then pulls the corresponding video and plays it...

any ideas how I can get the clicking of the button to add a variable to a box, 5 times?

Thanks,

Adam
 
Back
Top