Hi,
Iam using javascript to submit a form to a php page on a remote server which is returning me another php page. What I would like is to store the contents of the php page in a variable in my program. However, the browser is popping up a dialog asking me if I would like to save the returned file. How do I achieve what I want. The same php Iam calling is being used by the remote server and they don't have this problem.
cheers,
prakash
Iam using javascript to submit a form to a php page on a remote server which is returning me another php page. What I would like is to store the contents of the php page in a variable in my program. However, the browser is popping up a dialog asking me if I would like to save the returned file. How do I achieve what I want. The same php Iam calling is being used by the remote server and they don't have this problem.
cheers,
prakash
Comment