SPUG: Re: Can this even be done?

Yitzchak Scott-Thoennes sthoenna at efn.org
Tue Jun 22 22:54:26 CDT 2004


On Tue, Jun 22, 2004 at 05:38:13PM -0400, Asim Jalis <asim at pair.com> wrote:
> On Tue, Jun 22, 2004 at 01:22:45PM -0700, Aaron W. West wrote:
> > You would also have to change: action="send_message_cgi.asp"
> > to:
> > action="http://storefront.metrocall.com/Send_a_Message/send_message_cgi.asp"
> This sounds like it should work. If you go with the first
> solution (grab and spew the text out to your CGI user) you should
> also fix the image URLs in the HTML. For example, 
> 
> <img src="../assets/nav/biglogo.gif" 
> 
> should be replaced with,
> 
> <img src="http://storefront.metrocall.com/assets/nav/biglogo.gif" 
> 
> You could write a regular expression to do this to all the
> images. Also you will need to do the same thing to all the href
> links in the HTML.

Or just say <head><base href="http://storefront.metrocall.com/Send_a_Message/send_message_home.asp">



More information about the spug-list mailing list