Hi,
I'm working with python server pages and trying to integrate an old ASP program in with the new python program. The only way i've gotten this to work is by using <script language="python" runat="server"> otherwise the asp will not run. Inside the the script statement i'm calling Response.Write and it's outputting it to the top of the page and not in the specific table. I checked the tables and cells, they're okay. I've tried document.write and print with no luck. Anyone know what's going on?
Thank you for your help.
I'm working with python server pages and trying to integrate an old ASP program in with the new python program. The only way i've gotten this to work is by using <script language="python" runat="server"> otherwise the asp will not run. Inside the the script statement i'm calling Response.Write and it's outputting it to the top of the page and not in the specific table. I checked the tables and cells, they're okay. I've tried document.write and print with no luck. Anyone know what's going on?
Thank you for your help.