forwardMobileForm.html 263 Bytes
<html>
	<head>
        <script>
            var params = window.location.search;
			var url = "/spa/workflow/static4mobileform/index.html?_random="+new Date().getTime()+"#/req" + params;
			window.location.href = url;
		</script>
	</head>
	<body>
	</body>
</html>