Forum: PHP Apr 7th, 2008 |
| Replies: 12 Views: 7,847 You're welcome,
glad I could help.
sage |
Forum: PHP Mar 30th, 2008 |
| Replies: 12 Views: 7,847 the answer is that Pop is not defined. you are calling a function called POP in your onClick function and I see no javascript function (because it must be a function in order to use it). I do not see... |
Forum: PHP Mar 29th, 2008 |
| Replies: 8 Views: 934 OK, I'm pasting the code you IMd me here, because there are others who may be able to help with this as well.
<script src="signupcheck.js" language="JavaScript" type="text/javascript">
</script>... |
Forum: PHP Mar 28th, 2008 |
| Replies: 8 Views: 934 java or javascript?
It's hard to tell, since you aren't showing us your javascript.... but,...
I would say your "Validate" is somehow over riding everything.
You may be trying to pass the... |
Forum: PHP Mar 27th, 2008 |
| Replies: 12 Views: 1,101 I'm lost
Are you saying that your code currently returns # signs for all the text entered or are you saying that you would like it to return the # for your letters?
What are you wanting it to do,... |
Forum: PHP Mar 27th, 2008 |
| Replies: 12 Views: 7,847 OK, well, that's different, you are looking for something like an ajax, hidden div tag which reviels itself on the mousover of another?
Even though you will be using images, think of it more like... |
Forum: PHP Mar 22nd, 2008 |
| Replies: 12 Views: 7,847 adding 100 to the height and width, actually does not maintain the aspect ratio of the image (unless the image is already the same height and width.
If you use a multiplication instead, you should... |
Forum: PHP Mar 10th, 2008 |
| Replies: 8 Views: 849 You don't have a message in there. This could be stopping your email.
you posted that long code then later came back with another issue that you are having with the blank page.. I am assuming that... |