ASP and page footer

S

Serge Myrand

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
 
B

Bullschmidt

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!
 
S

Serge Myrand

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,156
Messages
2,570,878
Members
47,413
Latest member
KeiraLight

Latest Threads

Top