Maximize Channel
Hi,
I've written a jsp to simulate dynamic content in a channel. Now i want to display a HTML site over the hole front page.
Is it possible to maximize a custom channel provider at the size of the hole front page ?
I' ve tried it with a the DesktopURL class (and the action=Maximize attribut)
DesktopURL MyChannel = new DesktopURL(p.getSession(), "action=Maximize&provider=myProvider&myProviderValue=4");
but it doesn't work. It seem like the portal server reload the front page and thats it, nothing more is done.
Or is there another way to link a site or document in the hole front page without leaving it ?
thx

