Re: Continue on non-local page

2000-10-15 Thread Gerald Richter
Hi > > I need to go to another page. The page is on another system, so I cannot > Execute the file. > > How do I unconditionally and without user intervention go to another page on > another site? > > I know I can use this > [- $http_headers_out{'Location'} = "$fdat{newpage}" -] > > But this is a

Continue on non-local page

2000-10-01 Thread Kaare Rasmussen
Hi I need to go to another page. The page is on another system, so I cannot Execute the file. How do I unconditionally and without user intervention go to another page on another site? I know I can use this [- $http_headers_out{'Location'} = "$fdat{newpage}" -] But this is a redirect, and the