|
Home > Archive > IIS ASP > June 2004 > ASP and page footer
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
ASP and page footer
|
|
| Serge Myrand 2004-06-28, 7:32 pm |
| Hi,
I look for a way to display a footer at the bottom of most of my ASP
pages but not at all. I think that IIS 5 can do it but for all pages. In
fact, what I look for, is a kind of non-scrooling region at the bottom
of the screen where I could display a footer. Is there any known scripts
doing that?
thank you in advance
serge
| |
| Bullschmidt 2004-06-28, 7:32 pm |
| Here is an example footer from one of my pages that references a
function in an included file:
<% ' Show footer table.
Call ShowFooter(mintWidthTotal, "all", True)
%>
Best regards,
J. Paul Schmidt, Freelance ASP Web Designer
http://www.Bullschmidt.com
ASP Designer Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
| |
| Serge Myrand 2004-06-29, 9:56 am |
| Hi,
I cannot see the function ShowFooter(mintWidthTotal, "all", True), I see
just the result of it in the view source. Do you have the code for that
function?
thank's in advance
serge
Bullschmidt wrote:
> Here is an example footer from one of my pages that references a
> function in an included file:
>
> <% ' Show footer table.
> Call ShowFooter(mintWidthTotal, "all", True)
> %>
>
> Best regards,
> J. Paul Schmidt, Freelance ASP Web Designer
> http://www.Bullschmidt.com
> ASP Designer Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
>
> *** Sent via Devdex http://www.devdex.com ***
> Don't just participate in USENET...get rewarded for it!
|
|
|
|
|