Hi
I was wondering if it is possible to call an external asp / html/ php page and renders its values / response into a client side variable ie:
<script language="Javascript">
// get serverside value
x = _____FUNCTIONNAMEHERE_____(' alert(x);
</script>
without using the msxml object.
I thus need to get an external server side value from pure client side script without posting a form, opening a window, or using any object calls...
>:O> wASP >:O>
I was wondering if it is possible to call an external asp / html/ php page and renders its values / response into a client side variable ie:
<script language="Javascript">
// get serverside value
x = _____FUNCTIONNAMEHERE_____(' alert(x);
</script>
without using the msxml object.
I thus need to get an external server side value from pure client side script without posting a form, opening a window, or using any object calls...
>:O> wASP >:O>