![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 | |
|
Professional Programmer
|
Solved problem
Problem solved.
__________________
▄▄▄▄ Quote:
Due to incorrect calculations during the middle ages, our calendar actually begins a few years after Jesus' birth. Thus the real 6/6/6 happened a few years back. The world already ended and you missed it. Download Code::Blocks now! ▄▄▄▄ Last edited by jayme; Jun 13th, 2007 at 3:03 PM. |
|
|
|
|
|
|
#2 |
|
Expert Programmer
|
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?
|
|
|
|
|
|
#3 | |
|
Professional Programmer
Join Date: May 2006
Location: UK - London
Posts: 330
Rep Power: 3
![]() |
Can you please re-post the problem and the solution, it might help some one with the same problem in the future.
__________________
Quote:
|
|
|
|
|
|
|
#4 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
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.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#5 |
|
Hobbyist Programmer
Join Date: Nov 2006
Location: 163H
Posts: 213
Rep Power: 2
![]() |
I solved another one.
![]()
__________________
You never test the depth of a river with both feet. The believer is happy. The doubter is wise. Free speech carries with it some freedom to listen. The next generation will always surpass the previous one. It`s one of the never ending cycles of life. |
|
|
|
|
|
#6 |
|
PFO Founder
![]() ![]() |
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
__________________
BIG K aka Kyle Programming Forums Kyle K Online Please do not PM or email me programming questions. Post them in the forums instead. |
|
|
|
|
|
#7 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
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.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#8 |
|
Programming Guru
![]() ![]() ![]() |
It disregards the purpose of the forum... may as well hammer it.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#9 | |
|
Professional Programmer
|
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.
__________________
▄▄▄▄ Quote:
Due to incorrect calculations during the middle ages, our calendar actually begins a few years after Jesus' birth. Thus the real 6/6/6 happened a few years back. The world already ended and you missed it. Download Code::Blocks now! ▄▄▄▄ |
|
|
|
|
|
|
#10 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
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.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| dealing with multiple forms | Booooze | C# | 12 | May 12th, 2006 5:12 PM |
| Variables between forms | nez | C# | 4 | Mar 7th, 2006 1:24 PM |
| Newbie to python: trying to submit forms | Steveire | Python | 16 | Jan 15th, 2006 9:24 AM |
| Websites and forms. With VB | scorpiosage | Visual Basic .NET | 1 | Feb 1st, 2005 3:21 AM |
| Getting parent forms object | Mark67 | Visual Basic | 2 | Jan 14th, 2005 10:38 PM |