i have one form, contain one select menu(selectTitle) and a text field(txtEpisode)..........now i want pass the item selected in select menu and text field to the hyperlink......
but at the end, the hyperlink pass the word "selectTitle".....what is the problem?
Code:<a href="http://localhost/UploadVideo.php?programName=selectTitle&episode=txtEpisode" class="style8" onclick="return UploadVideo('http://localhost/UploadVideo.php?programName=selectTitle&episode=txtEpisode')">Upload Video Clips </a>




Reply With Quote