doubt about html codes

vinod12345madhu

vinod12345madhu

@vinod12345madhu-FwUje1 • Oct 22, 2024
hi guys i recently created a blog for which i need some html codes. that is if one clicks on a link a list of drop downlinks must appear.
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

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Jan 15, 2010

    Use this It may help you
    <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

    vinod12345madhu

    @vinod12345madhu-FwUje1 Jan 16, 2010

    thanks a lot goyal. but i knew that a long back.
  • vinod12345madhu

    vinod12345madhu

    @vinod12345madhu-FwUje1 Jan 19, 2010

    thanks for the reply goyal.. but the exact one i am looking is like the more drop down in google homepage at the left top.
  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Jan 19, 2010

    you mean as you type in Google..a drop down list appears related to what you have

    typed?

    Ok in that case Ajax will help you.sorry I have not much knowledge of this technique

    you can take help from this website

    #-Link-Snipped-#

    If further you want help then post it here i will try to help you as much as i can
  • vinod12345madhu

    vinod12345madhu

    @vinod12345madhu-FwUje1 Jan 19, 2010

    thanks goyel and i visited your site it was good.