Guest_imported
New member
- Jan 1, 1970
- 0
I'm running a couple of search scripts on an Apache server and I can not get the pages to load properly in Netscape. Netscape wants to save the document or spawn Wordpad to view the page.
I've tried these:
1. print "Content-type: text/html\n\n";
2. use CGI qw/:standard/;
print header;
3. Printing the content-type in META tags
4. $r->content_type('text/html');
Please help!
diffenc@swosu.edu
Scripts are located at:
(Both Searchable Directories)
I've tried these:
1. print "Content-type: text/html\n\n";
2. use CGI qw/:standard/;
print header;
3. Printing the content-type in META tags
4. $r->content_type('text/html');
Please help!
diffenc@swosu.edu
Scripts are located at:
(Both Searchable Directories)