Results 1 to 5 of 5
  1. #1

    how 2 auto resize iframe ?

    I use iframe for the output of my perl/cgi script. The output can be larger or smaller than the original setting. so, I set auto for scrolling function. but then, it does'nt look nice.

    is there anyway I can set the output to be auto resize ?

    or is there any other way to execute perl/cgi in .html other than using iframe ( but not ssi bec. i need to pass some perimeters ) ?

  2. #2
    Join Date
    May 2002
    Location
    UK
    Posts
    2,997
    Yes set in .htaccess all .html (or just that specific file) to execute as CGI.

    May I ask why you are using .html when you could just use a single .cgi script

  3. #3
    I have a cgi script that reads quotes from a flat file. The script will display one quote randomly when it is opened. So, I want to integrate the quote into my index.html.

    BTW, can you explain more about the .htacess ?

  4. #4
    anybody ?

  5. #5
    Join Date
    Jul 2002
    Location
    Israel
    Posts
    351
    Just specify .html alongside .cgi in the line that defines handlers in httpd.conf.
    C#/C++/TCL/Python/PHP developer.
    mark at mark org il

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •