this is pretty easily accomplished.
this will require some sort of database.
Do you have access to MYSQL or sqlServer databases?
This should be your first step, setting up a connection to the...
Type: Posts; User: penguin; Keyword(s):
this is pretty easily accomplished.
this will require some sort of database.
Do you have access to MYSQL or sqlServer databases?
This should be your first step, setting up a connection to the...
Looks like the reason the page is shifting is because when you show a div it makes the height of the page taller, which causes the scrollbars to appear. There is no way around this other than making...
the BEST way I have found to SUBMIT forms is to use INPUT TYPE=SUBMIT. Since you are saying that your form works with a submit button and not with an image button. Best bet is that there is not a...
although you certainly can store the image in the database, and if you talk to 10 different programmers you will probably come up with 10 different answers.
a technique that I use [dailiy] is to...
easy fix,
the problem is you don't have a submit button
forms have to be "submitted"
an image is not a submit button
you can style submit buttons, they HAVE to be SUBMIT buttons though.
for...
I have ran into this problem a lot. The reason I found is that the CSS is not being initiated first. Just initiate your ID's before you call your getElementById. This should do the trick.