forwardMobileForm.html 263 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <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>