PDA

View Full Version : footer problem


s_tajinder
01-19-2005, 06:28 AM
Hi,

Whenever I try to run any Laszlo page on Laszlo presentation server 2.2.1, The page will show up along with laszlo footer on each page.

I don't want the laszlo footer.

Could someone please tell me How to remove the footer from the page, when I run my application on laszlo server?

Is there any kind of server settings need to be done?



Thanks in Advance

jsundman
01-19-2005, 10:58 AM
If I understand your question, you want to know how to just show the Lazlo application without the developer's console appearing at the bottom of the page.

Do this by appending the "request type"

?lzt=html

to the url for the laslzo application.

Request types are explained here:
http://www.laszlosystems.com/lps-2.2/docs/guide/request-types.html#d0e20401

and you may also want to read the chapter on browser integration to learn about how to incorporate Laszlo applications inside HTML pages.