English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I'm working on a site for a client on a strict time schedule.... His backend runs a .cgi script that allows for login, account access, etc. I want to be able to integrate the .cgi scripts into the regular .html framework. Would using iframes be the fastest way to go with this? Anyone tried this who would be willing to let me have a look at your site? Thanks so much!

2006-11-17 04:29:47 · 2 answers · asked by regularperson 1 in Computers & Internet Programming & Design

2 answers

If the CGI app outputs an HTML page, then there shouldn't be any problem. The output page may have to be formatted to fit the iframe, but that's all I can think of that might be a problem.

2006-11-17 04:39:45 · answer #1 · answered by Roasted Kiwi 4 · 0 0

Yes, easily done. You have to match the script output format and the size of the iframe, and you have to remember that any interaction with the iframe will output to the iframe unless you specify a different target.

2006-11-17 05:13:32 · answer #2 · answered by injanier 7 · 0 0

fedest.com, questions and answers