Originally posted by arnages
View Post

<form method="get" action="audio/index.php"> <div> <hr/> <span class="csi">Type the name of artist, song title or keyword</span><br/> <img src="../images/speaker.png" alt="music"/> <input name="search" type="text" maxlength="30"/> <input type="hidden" name="source" value="jamglue"/> <input type="submit" value="Search"/> <hr/> </div> </form>
Comment