Thanks you, cLFlaVA. I should've thought of this myself. Been a long time since I was programming :)
I just changed month line to:
var theMonth = theDate.getMonth()+1;
BillyRayPreachersSon, I hoped it would make some booms :)
adam0101, this works, thanks. But now I realized: what if the user will mistakenly type "Canon digital camera", with two spaces. The result will be Canon and and digital and camera.
How this can be corrected?
Thanks.
Hello. I would like to replace all spaces in a string for " and ". For example: if user enters "Canon digital camera" in text field I would like to convert it to "Cannon and digital and camera",
Thanks a bunch!
Hello. I am looking for some advice with the sliding feature of FileMaker.
I am utilizing sliding to print signature right under the body of the letter.
On the layout I have 3 fields:
1. Text
2. Container (signature)
3. SubText
Printing layout is 3 pages, so the Text field is spanned over 3...
Hello. Can anyone shed a light on the following situation:
I purchased external 200GB USB HardDrive to back up my working files. My working folder is 15GB right now. I wanted to use Windows Backup program that is located under Start > Programs > Accessories > System Tools > Backup. At the...
Hello. This was probably asked before, but it doesn't come up on the top of search results.
How to check if the value in the field is a number?
I would like to prohibit entering everything but numbers into quantity field.
Thank you.
I have the copy done. So it will be probably a good idea to choose to go with Unicode and just copy and paste and do not waste the time on encoding special chars.
I think that this META tag will allow the page handle Unicode, right?
<meta http-equiv="Content-Type" content="text/html...
Hi, I need to make copy of a website in German. What do I do with text - it has special charachters? Should I encode them or there is a better way?
Thanks.
Hello.
My webpage generates dynamic input fields that have the same name. It depends on how many records were found in the database.
I am trying to figure out how to add all the values from the fileds with the same name.
Example: the user could enter 1, 2 and 3 in the same name fields. I...
Sorry everyone for the whole confusion. I thought of even multiple here but may be there is a better way. Here is my code:
Let's say that Categories.length = some number
document.write('<table>');
document.write('<tr>');
for (i=0; i<Categories.length; i++){
document.write('<td>')...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.