I am getting the AJAX screen popups, but I am not getting the "Web Page" to popup. I have commented out the "/" from the checkdir.php.
What should I look for in the fop2_server logs?
dhackd
I am getting the AJAX screen popups, but I am not getting the "Web Page" to popup. I have commented out the "/" from the checkdir.php.
What should I look for in the fop2_server logs?
dhackd
It depends, as you are doing custom programming from then on.. the easiest way is to do it step by step, just try to write an "alert". If you output valid javascript, that code will be interpreted an run on the client..
It depends, as you are doing custom programming from then on.. the easiest way is to do it step by step, just try to write an "alert". If you output valid javascript, that code will be interpreted an run on the client..
echo "window.open('http://192.168.1.10/amtc/LocationLookup.aspx?txtDID=$clidname')";
Should be proper Javascript..
dhackd
Got it working.. Thx