|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I'm using <!--#include file="counter.asp" --> tag 2 include asp file in a shtml file. the asp file is called alright, but, only the html tags in the asp file are getting executed - not the asp content. how 2 go about it? can anybody help me out? thankx in adv. Arvind |
|
#2
|
|||
|
|||
|
by the time you have executed your asp code and called the server side include, you have already made your trip to the server, therefore, any asp code will not be executed within the include. to have it executed, you need to be running iis5. then you can use the server.execute method. check the msdn link below to learn more:
http://msdn.microsoft.com/library/p...ef/vbob9pid.htm <BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by Arvind SR: Hi, I'm using <!--#include file="counter.asp" --> tag 2 include asp file in a shtml file. the asp file is called alright, but, only the html tags in the asp file are getting executed - not the asp content. how 2 go about it? can anybody help me out? thankx in adv. Arvind[/quote] [This message has been edited by mcwinterr (edited November 08, 2000).] |
|
#3
|
|||
|
|||
|
thankx 4 the response. i'll try it out.
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by mcwinterr: by the time you have executed your asp code and called the server side include, you have already made your trip to the server, therefore, any asp code will not be executed within the include. to have it executed, you need to be running iis5. then you can use the server.execute method. check the msdn link below to learn more: http://msdn.microsoft.com/library/psdk/iisref/vbob9pid.htm [This message has been edited by mcwinterr (edited November 08, 2000).][/quote] |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > server side #includes |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|