i have the following javascript code:
http://www.nomorepasting.com/getpaste.php?pasteid=22561
in which the function makewindows does not seem to be working.
it does actuall create a window, however the html either contains what is quotes, or if I change it to
child1.document.write(json_encode($row2["ARTICLE_DESC"]));
creats a blank html page.
I moved this function to my main javascript file to include because I was getting errors before, but now no html is presented in the popupwindow. Is this because I am not retrieving article_Desc in thest3.php?
The other 2 files used are here:
http://www.nomorepasting.com/getpaste.php?pasteid=22562
and test3.php