Click to See Complete Forum and Search --> : Changing Form Buttons To Graphics (Not As Easy As Normal Conversions)
Dan6971
01-16-2004, 11:19 PM
Hello...
Can you please help me convert my FORM BUTTONS to GRAPHIC BUTTONS? I have tried, but then the buttons don't work properly...
Click Here To View The Page (http://www.PianoManFan.com/Test2.html)
Thanks,
Dan
What does not work correctly?
BTW BODY {scrollbar-arrow-color:#CCFF99; scrollbar-base-color:#006699; scrollbar-face-color:#006699;}
add the hash
Dan6971
01-17-2004, 09:43 AM
Thanks...
The e-mail Form gets a weird addition to the URL bar - how can I get rid of that...?
Also, how can I add graphic buttons to the "Super Search" - and have them also work? I can get graphics in there, but then they don't work... :-(
Thanks,
Dan
The addition to the address bar is the form information.
Do you mean this:
<td height="21">
<font size="3" face="Verdana, Arial, Helvetica, sans-serif"><strong>Super Search</strong></font>
<a href="myPage.html"><img alt="myImage" src="myImage.gif" height="10" width="25" /></a>
</td>
StevieGuy9
01-17-2004, 01:04 PM
I've changed my form buttons to graphic buttons many times with no problem at all.
Dan6971
01-17-2004, 01:30 PM
Fang, the address bar is adding stuff like: "x=10, y=24" - how can I remove that?
Stevie: I have other graphic buttons on the page, but with those other forms, the "submissions" are not working properly... :-(
Thanks,
Dan
ray326
01-17-2004, 03:19 PM
That stuff is up there because all but one of the many forms on that page is using a "get" method.
Dan6971
01-17-2004, 04:19 PM
Can I change the form to "get" and it will still work right?
Thanks,
Dan
ray326
01-17-2004, 10:32 PM
You need to change it to method="post" to get rid of the query string. It will work if your handler can handle post; that's about all I can say about it. :)
Dan6971
01-17-2004, 10:43 PM
Thanks man... I changed them, but it didn't seem to change anything. :(
Please help...
THANKS!!!
Dan
Your forms are a mixture of post, get and undefined (default ==get)
Read Methods GET and POST (http://www.cs.tut.fi/~jkorpela/forms/methods.html)
Dan6971
01-18-2004, 08:48 AM
I did what you said, but that doesn't seem to be the problem.
The searches work, on their own, but I want to type it in one place and have it populate the other searches and this is the error I get:
'elements' is null or not an object
How can I fix that error?
Thank you,
Dan