v8.2p_2012-06-25/PowerEdition Deployment
the docs says under 'Don't Misuse Frames' says <The only prohibited usage is loading the SmartClient framework into multiple frames within the same browser.>
so is it possible to load a smartclient app in a single Iframe (hosted in another app)?
I think yes, so I'm trying to load my app in a single iframe into a simple html page and I get multiple errors, from the first isc instruction isc.setAutoDraw(false) in the jsp which loads all js files: Cannot call method 'setAutoDraw' of null
why?
note: I'm loading isc with useSimpleNames="false"
the docs says under 'Don't Misuse Frames' says <The only prohibited usage is loading the SmartClient framework into multiple frames within the same browser.>
so is it possible to load a smartclient app in a single Iframe (hosted in another app)?
I think yes, so I'm trying to load my app in a single iframe into a simple html page and I get multiple errors, from the first isc instruction isc.setAutoDraw(false) in the jsp which loads all js files: Cannot call method 'setAutoDraw' of null
why?
note: I'm loading isc with useSimpleNames="false"
Comment