![]() |
Admin 7/25/2019 |
You have two options here
|
L
|
lcslouis author 7/29/2019 |
You have two options here
|
![]() |
Admin 7/29/2019 |
location.href is a special thing in Javascript - if you assign a value to this variable it will redirect you immediately. You should not be using it in your code if you need to open a window in popup. |
L
|
lcslouis author 7/29/2019 |
location.href is a special thing in Javascript - if you assign a value to this variable it will redirect you immediately. You should not be using it in your code if you need to open a window in popup.
window.popup = Runner.displayPopup({ |
![]() |
Admin 7/29/2019 |
You are referring to url variable that is not defined anywhere. |
L
|
lcslouis author 7/30/2019 |
You are referring to url variable that is not defined anywhere. You cannot just hack your way to correct code. Start with something simple i.e. with a hardcoded URL. Once you got it working you can extend this functionality. Do not try too many things at once.
|
![]() |
Admin 8/3/2019 |
I'm afraid you doing something wrong. Maybe delete your button and start from scratch. Do not try too many things, make sure you make the most basic code works first. |