Simple Javascript not working on production |
12/4/2016 18:44:31 | |
| PHPRunner General questions | ||
|
H
headingwest author
I have a javascript alert that works on PHPRunner's built in web server, but not when I move it to my production server: var ctrl = Runner.getControl(pageid, 'msg_date');
|
||
|
|
lefty 12/5/2016 |
|
I have a javascript alert that works on PHPRunner's built in web server, but not when I move it to my production server: In Javascript OnLoad event: var ctrl = Runner.getControl(pageid, 'msg_date');
|
|
|
H
|
headingwest author 12/5/2016 |
|
still accessing localhost . Maybe the robot key from google. You need to specify your domain not localhost. Uncaught DOMException: Blocked a frame with origin "https://www.google.com" from accessing a cross-origin frame.(…)
|
|