|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to include other URL on myu asp page
I want to include one other web page from other server.
How to do this I tried with <!-- include file("http://www.some_site.com/some_page.asp") but it returns error! is there some other way |
|
#2
|
|||
|
|||
|
First of all, the line you used will return an error anyway, because it's wrong..
it should be: <!-- #include file="file.asp" --> And second, why do you want to include a file from another website? Maybe there's another solution for your problem. |
|
#3
|
|||
|
|||
|
I made mistake
<!-- #include file ("www.ipls.com/ipc.asp") -->
this is my asp page but there is error this form from any other page <form method="POST" action="www.ipls.com/ipc.asp" name="ipc.asp"> <div align="center"><center><p style="word-spacing: 0; margin-top: 0; margin-bottom: 0"><font face="Arial">Enter Part Number: <input type="text" name="MyPartNo" size="20"></font></p> </center></div><div align="center"><center><p><input type="submit" value="Get Results" name="B1"><input type="reset" value="Reset" name="B2"></p> </center></div> </form> can open that page on www.ipls.com/ipc.asp with search results try 2888 in input box! I have been trying to do something else to get those data on my site wich is in php/mysql. like $a=fopen("site","r"); fread($a,20000); is there a chance to make thar page show results with URL I tryed www.ipls.com/ipc.asp?MyPartNo=2888 but no way |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > How to include other URL on myu asp page |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|