Posts by Lincoln CS • 35 points
2 posts
-
0
votes1
answer431
viewsQ: Read URL and display variable and value on the Javascript page
I have a link mounted with various email marketing, when clicking on the link I would like to pass some information on it and display it on the other page. I mean, that would be it: Example of link:…
-
3
votes1
answer842
viewsQ: Javascript form redirection
I have this JS code that validates, sends and saves the form files in the BD. I need that after sending and saving in the bd, after Alert, the user is already redirected to another page.…