Hi can anyone help me to understand why after a
WS.Eval("window.location = arguments[0]", Array As Object(Url))
the page is not redirect?
the server log reports
[28/Jan/2016:10:13:43 +0000] "GET //www.solargs.it/ws HTTP/1.1" 405 352 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0"
or
[28/Jan/2016:11:09:42 +0000] "GET //www.solargs.it/b4j_ws.js HTTP/1.1" 304 0 "http://www.solargs.it/" "Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36"
[28/Jan/2016:11:09:43 +0000] "GET //www.solargs.it/ws HTTP/1.1" 101 0 "-" "Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36"
tanks Paolo
WS.Eval("window.location = arguments[0]", Array As Object(Url))
the page is not redirect?
the server log reports
[28/Jan/2016:10:13:43 +0000] "GET //www.solargs.it/ws HTTP/1.1" 405 352 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0"
or
[28/Jan/2016:11:09:42 +0000] "GET //www.solargs.it/b4j_ws.js HTTP/1.1" 304 0 "http://www.solargs.it/" "Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36"
[28/Jan/2016:11:09:43 +0000] "GET //www.solargs.it/ws HTTP/1.1" 101 0 "-" "Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36"
tanks Paolo