|
|
| We don't bite newbies here... much | |
| PerlMonks |
(OT) Windows XP browser doesn't seem to recognise $ENV{ 'HTTP_HOST' }by jonnyfolk (Vicar) |
| on May 31, 2006 at 18:43 UTC ( #552900=perlquestion: print w/ replies, xml ) | Need Help?? |
|
jonnyfolk has asked for the
wisdom of the Perl Monks concerning the following question:
Hi I'm using the following script (pared down) to open up a framed window in my browser. When I view it on IE for Mac OS 9.1 all is well. However on Win XP IE I get two 'page not found' s & Firefox give blank screens. I have also tried with my $host = $ENV{ 'SERVER_NAME' }; to no avail! When I uncomment the named host however both browsers show the pages ok. I'm trying to make this script generic over several sites so I don't particularly want to name the host every time. Could anyone tell me what is going wrong and how I might get round this? Thanks
2006-06-03 Retitled by g0n, as per Monastery guidelines
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||