
Paul
|
| Posted: 02/13/2002, 1:28 AM |
|
I have an ASP element that i would like to use on many different webpages, on the majority of these webpages there is just HTML to its seems pointless creating each of these pages as their own ASP's. Is it possible to include a element from another ASP or a piece of data from a database in a similar way to which TheCounter.com displays the number of hits to a page without the customers page being an ASP?
Thanks in advance guys
|
|
|
 |
Alex Alexapolsky
|
| Posted: 02/13/2002, 4:31 AM |
|
You may include asp hitcounter is an image to your page ,
like most bannder systems do , e.g.
<img src=hit_counter.asp?page_name=home.html>
|
|
|
 |
Paul
|
| Posted: 02/13/2002, 4:46 AM |
|
Alex
I'm not quite sure what you mean, what i would like is to display the number of vacancies live on our database, but display this ASP on all my HTML pages. I'm not sure how your example works. What would it be if these were the criteria:
HTML page to display on = index.htm
ASP page = vacancies_total.asp
Thanks in advance
|
|
|
 |
|

|