Latest Posts
Pleasant Coursesweb, Almost Christmass Eve.... Whising you all the best + an healthy new year. All the support I have received is priceless thank you very much. I have been in minor for a long time unfortunately that will remain the case in the new year 2023 for me. The...
Marplo thanks for the suport.... Strange in Edge browser the speech is unlimited but Chrome has big limits in speech....
Marplo in once thanks for the great suport...
Marplo thanks for the quick answer.... Normaly I`m carefull with extern memory, but even this were also in my USB with result parts from website backup did not work aswell.... Lucky I have serval backups for the website so I still have everything. The problem were in my modem some...
Hello, You can block that ip address in php, using this code: if(strpos($_SERVER['REMOTE_ADDR'], '20.117.73') === 0) exit(); For instance, all of these will be blocked: 20.117.73.0 , 20.117.73.35 , 20.117.73.123, .... 20.117.73.255 Or, using .htaccess file: Order Allow,Deny Deny from 20.117.73. Allow from all...
You will know the truth, and the truth will set you free. == In the world, the law forbids, and power punishes; that's its definition. To God, the law is Love, and power forgives! Freedom is to be Free from any law and power. The truth is...
Hi MarPlo, thank you!! That works perfectly. I notice that you also changed the width and height to be 500px instead of the 100% that I had in my code that was causing some trouble. Best, Guillermo...
If you only want to display a message to every minute, just use the setInterval() function. It calls a function repeatedly, over and over again, at specified time intervals. See the following tutorial: coursesweb.net/javascript/settimeout-setinterval_t...
See and use the following example: var day = new Date(); let hr = day.getHours(); let mn = day.getMinutes(); let se = day.getSeconds();let st_hm ='Hour: '+hr+', minutes: '+mn; document.write(st_hm); ...
OK thanks MarPlo.... Wishing overseas nice weekend...
Plessant CoursesWeb, Thanks for all suport from this year. Merry Christmas and a Happy New Year Hopefully we will have normal lives again soon worldwide. your sincerely...
You can use the arrayObject.filter() method : net-informations.com/js/progs/remove.htm Example, remove 1 specific item: var rValue = 'three' var arrayItems = ['one', 'two', 'three', 'four', 'five', 'six'] arrayItems = arrayItems.filter(item => item !== rValue) console.log(arrayItems) Output: [ 'one', 'two', 'four', 'five', 'six' ] Example, remove multiple items: let forDeletion = ['two', 'three',...
O GOD THANKS MARPLO When I`m home I gonna try the code So much thanks for this support...
Hello, Nobody deals with the applications on this site anymore....
Hello, In your case, put both the text and the link inside the tag. and there where useful, supplemented with comments, tips and many explanatory images. The original site of fj0abr can be found at: fj0abr - The tag adds the text inside ...
Who is online
In total there are 2 users online :: 1 registered, 0 hidden and 1 guest (based on users active over the past 5 minutes)
Most users ever online was 833 on Sun Jun 12, 2022
Registered users: CommonCrawl [Bot]