At 6:51 PM -0800 11/29/01, David Iberri wrote:
>on 11/29/2001 5:21 PM, John Murray at [EMAIL PROTECTED] wrote:
>> If I send a form to a script that the sends back some html, the browser
>> displays that.
>>
>> Now, obviously it's an IP address thing. You know, you pass your IP address
>> along
In article <004001c1793d$5bee62c0$425323cb@opalintel>,
[EMAIL PROTECTED] (John Murray) wrote:
> If I send a form to a script that the sends back some html, the browser
> displays that.
>
> Now, obviously it's an IP address thing. You know, you pass your IP address
> along with the form data whe
Is there a reason why you're calling an external script? Most of the time
you can't alter a script from a separate location...server permissions don't
allow for that type of stuff. Why not just move the script you're wanting to
use to the server you want to use it on and do it that way?
Joe Keilh