We have a form writting in aspx and running on a windows server and we are trying to put it in webpage on a unix server.
I know you can use a php include to open a page inside of another page
<?php include(' ?>
but that doesnt seem to work with
<?php include(' ?>
I know you cant run asp itself on a unix server but if the form itself is running on the windows server can you not import the url through include?
Is there any other way to open that form.aspx inside of a page on our unix server without using frames?
I know you can use a php include to open a page inside of another page
<?php include(' ?>
but that doesnt seem to work with
<?php include(' ?>
I know you cant run asp itself on a unix server but if the form itself is running on the windows server can you not import the url through include?
Is there any other way to open that form.aspx inside of a page on our unix server without using frames?