doubt about html codes
for example if one clicks on a film name some links should drop showing the song names which can be downloaded if clicked on the song name.😕
thank you
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
@manish-r2Hoep • Jan 15, 2010
<html> <head> <title> Songs Download </title> <body> <FORM name="songsfile"> <SELECT name="links" onChange="parent.location=document.songsfile.links.options[document.songsfile.links.selectedIndex.value]">--Choose-- <OPTION value="song1.wav">Song1 <OPTION value="song2.wav">song2 </SELECT> </FORM> </body> </html>Make sure your song file is stored in same directory where this html file is stored in server😀
@vinod12345madhu-FwUje1 • Jan 16, 2010
@vinod12345madhu-FwUje1 • Jan 19, 2010
@manish-r2Hoep • Jan 19, 2010
@vinod12345madhu-FwUje1 • Jan 19, 2010