> From: Dave Sailer [mailto:[EMAIL PROTECTED] 
> Subject: Re: port problem
> 
> more detail: we have a customer 404 error page with...
> 
> :<iframe src="http://www.blahblah.net/mypage.html"; width="100%" 
> height="105" scrolling="no" frameborder="0"></iframe>

Why don't you just get rid of the "http://www.blahblah.net"; part?
(Leave in the leading slash before "mypage.html".)  Leaving the host in
the reference forces it to port 80; taking it out will let the browser
automatically fill in both the host and the port.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to