Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Calling an ASP page from datacapture
mukul
I am calling an ASP page from a datacapture through cgi-callout.The asp page connects to the database and fetches the values.
In the ipl which i am calling i am just printing the asp page
but the asp page is not getting executed.
How will i make it execute in the window which is popped up?
Find more posts tagged with
Comments
Johnny
Maybe theres something i dont know....
but from what i understand you cant.
and ASP page needs to be executed by a IIS server.
A CGI page is something completely different.
The cgi script (normally .ipl as it will be a perl script) should live in __IW_HOME__/httpd/iw-bin/
read up on CGI ... its basically any script that outputs html code.
John
Sydney, Australia