ok guys, i have another problem

liunx

Guest
sorry to keep bugging you, but you are all very knowledgeble about this stuff. On the right hand side of my webpage, i have little buttons "go" and "buy". I could never figure out how to use them with those dropdown menus so i used this code some kid made up. NOw it appears his webpage is gone, and they wont work. Do you know how i can use these images with those codes instead of a regualar button. <br />
<br />
thanks,<br />
greg<br />
<!-- m --><a class="postlink" href="http://www.neonlounge.com/main.htm">http://www.neonlounge.com/main.htm</a><!-- m --><!--content-->sure like this or try this<br />
<br />
<input type="image" src=http://www.htmlforums.com/archive/index.php/"http://www.neonlounge.com/images/search.gif" name="Search" border=0 onClick="submit()"><!--content-->i think maybe the action part of the coding is wrong or maybe there should be something in the head of the page?<!--content-->what did it do? and from teh page you have above, I didn't see the code I gave you to try in it. unless you are trying it someplace else.<br />
<br />
that should have worked.<!--content-->the tickets for sale, and the seating chart. where the "buy" and "go" buttons are. when i put that code in, it takes me to a error page. See, i replaced the action part of the code with this kids code. it used to work until he shut his webpage down. it was like a redirection code or something.<!--content-->well here is the go one and the code is not there. also it seems you are using a script on another site so you can even debug it is you wanted to. can't help you unless you change the action for the form. seems like the webpage is there but not that script.<br />
<br />
<form method="post" action="http://www.wtv-zone.com/driver/menu/redirect.pl" target="_top"><br />
<select name="url" size="1" text="#000000" width="200"><br />
<OPTION VALUE="http://www.neonlounge.com/pine.htm">DTE Amphitheater<br />
<OPTION VALUE="http://www.neonlounge.com/joe.htm">Joe Louis<br />
<OPTION VALUE="http://www.neonlounge.com/pontiac.htm">Pontiac Silverdome<br />
<OPTION VALUE="http://www.neonlounge.com/palace.htm">Palace of Auburn Hills<br />
<OPTION VALUE="http://www.neonlounge.com/spartan.htm">Spartan Stadium<br />
</SELECT><BR><BR><img src=http://www.htmlforums.com/archive/index.php/"/pics/clear.gif" width=68 height=1><br />
<input type="image" src=http://www.htmlforums.com/archive/index.php/"http://www.neonlounge.com/images/go.gif"<br />
name="Search" border=0></small><br />
</FORM><!--content-->i have no idea what to change it to.<!--content-->get your own. I didn't even know what it did.<!--content-->still wont work. the seating chart drop down menu works but not when you select dte theatre. the buy tickets drop down menu wont work at all. <br />
<br />
<!-- m --><a class="postlink" href="http://www.neonlounge.com/main.htm">http://www.neonlounge.com/main.htm</a><!-- m --><br />
<br />
thanks,<br />
greg<!--content-->it don't work because you don't have the onChange like you do the other one. don't put it in the form tag as teh action but instead put it in the select tag.<!--content-->
 
Back
Top