Posts by Gabriel Augusto • 101 points
1 post
-
-1
votes1
answer76
viewsA: Read URL values in Javascript
You can try something like this function below, and then use the variables at the end of the code. function getUrlParameter(sParam) { var sPageURL = window.location.search.substring(1); var…