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)
CGI = Page Cannot be found
mdender
I cannot get my CGI to disply. I get a page cannot be found error. See default.cfg code below. I've also tried /iw-bin/prod_select.cgi. I renamed show_env.cgi as prod_select.cgi which is the name of my script file, prod_select.ipl.
<text required="t" size="20">
<cgi-callout url="prod_select.cgi" label="Browse" window-features="width=500,height=500,resizable=yes,toolbar=yes,scrollbars=yes"/>
</text>
The funny thing is I can access scripts fine as custom menu items:
custom_menu_item_DPR="File","Dow Product Manager","business.ipl","all","scrollbars=yes,resizable=yes,width=600,height=545"
Michael D. Ender
p: 989.638.4163
Find more posts tagged with
Comments
GodBlessMe
Try giving the path of cgi-callout url /iw-bin/yourcgi.cgi
mdender
Thanks, but I've also tried /iw-bin/prod_select.cgi
Michael D. Ender
p: 989.638.4163
mdender
Got it to work, but now I'm getting an internal server error. I've attached the script.
Michael D. Ender
p: 989.638.4163
mdender
Never mind. Forgot to call the ui sub. Thanks to anyone who was looking @ this!!!!
Michael D. Ender
p: 989.638.4163