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..
Comments
echo "window.open('http://192.168.1.10/amtc/LocationLookup.aspx?txtDID=$clidname')";
Should be proper Javascript..
dhackd