|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
ASP in a htm sheet?
Hey,
Maybe a stupid question but ... I've played with a asp tool that count number of hits. This works fine as long as it's a asp-page. Now the problem come: The website is htm based. So it there any way i can include that asp-page into a htm page? The asp page with the source is callled counter.asp. Thanks, Brononi |
|
#2
|
|||
|
|||
|
You could rewrite the htm page as an asp page. You could use a generic counter either from the web or from your isp. You could use Iframes to embed the asp page within the htm.
|
|
#3
|
|||
|
|||
|
Depending on your server configuration (not even sure MS supports this anyway) you might be able to use this:
Code:
<!--#exec cmd="/mypath/counter.asp" --> |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > ASP in a htm sheet? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|