A newbie question here.
I tried VARCHAR and TINYTEXT, which ignore spaces.
Does anybody know?
Thanks.
Search found 5 matches
- Sun Oct 03, 2010 9:48 pm
- Forum: Databases
- Topic: What is a field type that doesn't ignore white spaces?
- Replies: 1
- Views: 819
- Sun Oct 03, 2010 1:25 am
- Forum: Javascript
- Topic: javascript not working
- Replies: 2
- Views: 668
Re: javascript not working
Thank you, McInfo.
You were absolutely right.
Sorry for this late reply.
You were absolutely right.
Sorry for this late reply.
- Sun Oct 03, 2010 1:20 am
- Forum: Javascript
- Topic: enter key in text(type) input(element name)
- Replies: 2
- Views: 716
Re: enter key in text(type) input(element name)
Thank you, John. But, I could somehow get it to work testing many codes. Though I'm aware that this is really bad programming, I use this for now. I'm a real newbie to Javascript and PHP with self-learning, by the way. // for FF elementName.onkeydown=function(e){ if(e.keyCode==13){ functionName(); r...
- Sun Oct 03, 2010 12:07 am
- Forum: Javascript
- Topic: enter key in text(type) input(element name)
- Replies: 2
- Views: 716
enter key in text(type) input(element name)
I want to call a function when Enter key is pressed in a input text area when the cursor is flashing.
How would you solve this?
Also, I want it to be functional on both FF and IE.
Thank youuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu!
How would you solve this?
Also, I want it to be functional on both FF and IE.
Thank youuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu!
- Sat Sep 25, 2010 6:01 pm
- Forum: Javascript
- Topic: javascript not working
- Replies: 2
- Views: 668
javascript not working
This is my code, and it does not create any element. Anybody please tell me why. I've tried figuring out for a week or so. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org...