Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
request.getParameter("variable");
function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
<input name="name" type="button" onClick="MM_goToURL('parent','somepage.jsp?variable=' + document.form.textbox.value);" value="click">