Posts by M. Nunes • 33 points
5 posts
-
-1
votes1
answer231
viewsQ: Insert msdos command into a vbscript file
I wonder if it is possible and how to insert an MSDOS command line inside a vbscript. I have this command line to get the ID of the Anydesk program, available on the Anydesk website @echo off for /f…
-
-2
votes3
answers113
viewsQ: Call date by javascript
I am putting the date on the site with this code that is working, but this script has to be inside the HTML element in which the date will appear. How can I change this script so that the date…
-
-1
votes2
answers784
viewsQ: Email form validation with javascript
I created a form to send email, I can send the email but I can’t check if the fields are filled. <script type="text/javascript"> function checkEmail () { var name = document.form.name; var…
-
0
votes3
answers548
viewsA: Calling an HTML file inside a Lightbox modal
Solved, I used the script passed by Guilherme Biancardi, instead of calling the html inside the modal I put a button calling the html with the complete modal, it was perfect. If you want to check…
-
2
votes3
answers548
viewsQ: Calling an HTML file inside a Lightbox modal
The case is as follows: I use the Modal Lightbox for an image gallery, in the index I have the Thumbs and when clicking opens the modal with the image maximized. Due to the amount of images it takes…