Posts by Junior1967 • 29 points
4 posts
-
0
votes2
answers528
viewsA: Location.Reload(true) does not work
I got it, and I want to drop off the tip for a future appointment. Dropzone images returned when deleted so I followed the example below w3schools.com: // Remove cached result add a unique ID to the…
-
0
votes2
answers528
viewsQ: Location.Reload(true) does not work
Dear, dropzone use (https://www.dropzonejs.com) on my website and thumbnails (which are on the server) return when deleted using Chrome. In IE and Firefox they work perfectly. After doing a lot of…
-
0
votes1
answer77
viewsQ: Detecting URL in Textarea with Regex
Dear, I would like to use the following example (https://www.regextester.com/96504) that marks any link typed, and place in a textarea of my website to mark and warn that links are not allowed. I…
-
2
votes1
answer120
viewsQ: CSS - How to reference another Combobox?
Guys, I got two autocomplete combobox cascading for State and City. When I change the size in CSS, I change the size of the 2 combobox and I need to change only 1. I use the example code of…