Skip to content

Latest commit

 

History

History
32 lines (31 loc) · 1.44 KB

632info-sent.md

File metadata and controls

32 lines (31 loc) · 1.44 KB
layout title
super-minimal
632 VGS Dinner - Information Sent
<script src="//code.jquery.com/jquery-1.12.0.min.js"></script> <script type="text/javascript"> $( document ).ready(function() { // Parse the URL parameter function getParameterByName(name, option, url) { if (!url) url = window.location.href; name = name.replace(/[\[\]]/g, "\\$&"); var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"), results = regex.exec(url); if (!results) return null; if (!results[2]) return ''; return decodeURIComponent(results[2].replace(/\+/g, " ")); } // Give the parameter a variable name var urlVar = getParameterByName('name'); document.getElementById('name').textContent = urlVar; var urlVar2 = getParameterByName('option'); document.getElementById('option').textContent = urlVar2; }); </script>

 Registration submitted!

Thank you

The information has been sent through.


You may now close this page