Hey,
Is it possible to create a LinkBrowserURL page with subpages for linking?`
The problem seems to be that windows.setImage() looses orientation and can't call back to the FCKeditor windows.
Thanks in advance,
Kim
Is it possible to create a LinkBrowserURL page with subpages for linking?`
The problem seems to be that windows.setImage() looses orientation and can't call back to the FCKeditor windows.
Thanks in advance,
Kim
RE: LinkBrowserURL with multiple pages
Create a page containing a iframe and a Javascript function called link().
Load the subpages inside the iframe.
From the subpages call Javascript function in the first page with parent.link([url])
The link-function in the first page should call window.setImage().
Kim