|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
include directive like classic ASP
i would like to include the separate aspx or htm pages into a common page by using the include directive like classic ASP. How can i do?
|
|
#2
|
|||
|
|||
|
Re: include directive like classic ASP
Quote:
The following commands can be looked up at the php website's online manual: http://www.php.net/manual include : http://www.php.net/include include_once : http://www.php.net/include_once require : http://www.php.net/require require_once : http://www.php.net/require_once
__________________
__________________________________________________ _ Wil Moore III, MCP | Integrations Specialist | Senior Consultant Are You Listed...? | DigitallySmooth Inc. |
|
#3
|
||||
|
||||
|
Umm, this is the ASP forum 'laidback'.
To answer your question ghulya: You include files using the same method as classic ASP |
|
#4
|
|||
|
|||
|
I use the code:
Server.Execute("filename.asp") |
|
#5
|
|||
|
|||
|
thank you. i solved my problem. I used user control.
|
|
#6
|
|||
|
|||
|
Quote:
Opps, sorry bout that. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > include directive like classic ASP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|