Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   HTML / XHTML / CSS (http://www.programmingforums.org/forum27.html)
-   -   Solved problem (http://www.programmingforums.org/showthread.php?t=13343)

jayme Jun 13th, 2007 3:38 PM

Solved problem
 
Problem solved.

Booooze Jun 13th, 2007 4:04 PM

I've never done it with a link tag before (don't even know if it woks). I've always used a submit button. Why not change that to a submit button and just replace it with the image?

kruptof Jun 13th, 2007 4:55 PM

Can you please re-post the problem and the solution, it might help some one with the same problem in the future.

DaWei Jun 13th, 2007 5:33 PM

When I was young, it seemed that life was so wonderful, a miracle; oh it was beautiful, magical, the ultimate code.

Now watch what you say or they'll be calling you a radical, a liberal, a slave to efficiencies that are of no true import. You are but a radical and a criminal, of limited use to anyone.

Oh, won't you sign your name? We'd like to feel that you know, predominantly, what the fuck you're talking about. If you can't do that, you must be a vegetable, not merely a novice.

Oh, woe is me.

pegasus001 Jun 14th, 2007 11:43 AM

I solved another one. :D

big_k105 Jun 14th, 2007 6:59 PM

Please repost the question, or I will just delete this thread as it isn't much help to others if there is no question. Thanks

DaWei Jun 14th, 2007 7:30 PM

Really, it makes the thread absolutely worthless. I'm not saying that worthless threads aren't pandemic. Clearly, they are. I'm just saying that this seems to be an attempt to deliberately make a thread worthless.

Infinite Recursion Jun 15th, 2007 9:40 AM

It disregards the purpose of the forum... may as well hammer it.

jayme Jun 15th, 2007 3:09 PM

My mistake deleting the question. I'll re-posted it.

Honestly dawei, you need to relax a little bit. There's no need to get all bent out of shape over a little problem like this. You're going to have a heart attack.


Here's my main problem. The form wasn't being submitted properly due to there being no submit button, rather just a link to the next page.
:

<form method="post" action="verification.php" id="form2">

...

<img src="/button-continue.gif" onClick="document.getElementById(form2).submit();"  alt="Cancel" Width="174" Height="46" Border=0 CSSclass="button"></a>

...

</form>


I've solved the problem with this code...

:

<form method="post" action="verification.php" id="form2">
...
<input type="image" src="/button-continue.gif"/>
...
</form>


Easy problem, but I'm still new, learning basics.

DaWei Jun 15th, 2007 3:32 PM

I have a license to get bent out of shape over inanities. Therefore, I bend. I'm not stupid enough to have heart attacks over it, because I seem to be surrounded by a large amount of it, sometimes. That's why I'm 66 and alive instead of young, dumb, and dead.


All times are GMT -5. The time now is 2:31 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC