View Single Post
Old 04-13-2007, 03:00 PM   #2 (permalink)
mssssee2
mssssee2's Avatar
 
Graphic Designer

Join Date: Apr 2007

Location: Thessaloniki, Greece

Posts: 507

mssssee2 is on a distinguished road

Send a message via MSN to mssssee2 Send a message via Yahoo to mssssee2
Default Re: which technology for mp3 player

Because i am very newbie to programming, cause i'm 14 years old, i only know some javascript and dos code. Javascript could be very useful for indexing. But there is no option on uploading songs in A Graphical UI.

Anyway an indexing html code is :

Insert a word or phrase :
<form name="aform" action="" method="get">
<input type="text" name="firsttext">
<input type="button" name="GO" value="search" onclick="searchnow(this.form)">

</form>

<script>

function searchnow(form) {
window.location = "http://PREFERED URL" + aform.firsttext.value + ".htm"
}


</script>

I believe that you should consult an expert in php programming.

Mike from Greece, 14
mssssee2 is offline