Frank Rocco
|
| Posted: 08/24/2001, 7:35 AM |
|
Hello,
I have a button that opens a window and displays a form. I do not want this
form to include the header.asp like all the other forms do in CC.
Is there a way to exclude the header?
Thanks
Frank
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 08/28/2001, 1:33 AM |
|
This depends on wether you use templates or not.
1) If you don't you can open header page and surround
it with if statement using header&footer section.
2) If you use templates you can try to assign empty string to template
variable
"Header" , like set_var ("Header" ,"") (for php) or SetVar "Header",""
(for asp)
--
Alex
Frank Rocco <farocco@hotmail.com> wrote in message
news:9m5ons$aqr$1@news.codecharge.com...
> Hello,
>
> I have a button that opens a window and displays a form. I do not want
this
> form to include the header.asp like all the other forms do in CC.
>
> Is there a way to exclude the header?
>
> Thanks
> Frank
>
>
|
|
|
 |
|