|
Posted by Jim Higson on 09/08/06 08:15
MaMiF Ka wrote:
> Is it possible to make a Form with 13 dropdown boxes
There are any limits in the spec. If there are any in practice, they'll be
way more than 13 (probably in the thousands)
> where you can
> choose different notes like b'4, a'8 etc in each box.
Sure. You can have pretty much any value in the inputs.
> The output should
> be:
http://www.musipedia.org/fileadmin/scripts/play.cgi?lily=+c'4+d'4+g'4+g'4+a'4+d'4+b'4+d'4+g'4+g'4+a'4+d'4+b'4
+b'8+a'2.
>
> You will be able to make and play your own melodies choosing different
> notes in the boxes.
>
> Can this be done without using Javascript ?? - and only use standard
> HTML.
Yep. You just have to submit the form to the server in the usual way, and
the server generates the audio file. It looks like you already have the
second bit, although you might have to change how the server-side script
expects the input to look (13 parameters in the URL instead of one long
one)
--
Jim
Navigation:
[Reply to this message]
|