Reply
Mon 22 Aug, 2022 05:17 pm
I use the DBMS baseportal.com. I create web site applications (for myself) that mostly display the information in DBMSs created using baseportal.com. A web Page turns out to be a combination of HTML, Javascript, Perl, and baseportal DBMS commands. It is complicated but challenging.
Recently I have been attempting to create popup windows with relevant DBMS information after the major Page has been created. I am trying to use the scheme of opening a new empty window using Javascript and then , dynamically creating a string of HTML, perl, and DBMS commands, then use window.write(string) to create the popup. Everything works fine except the DBMS commands do not work as desired. My problem is that I have no earthly idea why this is happening.
@barygold,
It turns out there is an easier way to solve the problem I attempted to explain.
The ONLY way to get the DBMS commands to execute is to place them on a web Page in a baseportal directory. I can achieve my result by making one or more Popup Pages that do what I desire.