![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: LWP Redirection Problemby zaimoni (Beadle) |
on Sep 03, 2002 at 03:04 UTC ( [id://194674]=note: print w/replies, xml ) | Need Help?? |
Let's see.... 1. The browser shows the URL of my program rather than the external CGI program. Fake it. That's what the <title> tag is for. Try <title>WantThisURLInSight</title>2. The relative URLs within the displayed content are all broken as the browser is interpreting them as relative to my program. As several other posts have already explained in detail, the standard HTML for this uses the <base> tag.
In Section
Seekers of Perl Wisdom
|
|