If I use
<!-- MENU-LOCATION=NONE -->
<html>
...
there onLoad event in the body element
If I use
<!DOCTYPE HTML SYSTEM "-//Adobe//DWExtension layout-engine 10.0//floater">
<html>
there arn't onLoad event in the body element
How can I get onLoad event in this render mode?
If I use
<!-- MENU-LOCATION=NONE -->
<html>
...
there onLoad event in the body element
If I use
<!DOCTYPE HTML SYSTEM "-//Adobe//DWExtension layout-engine 10.0//floater">
<html>
there arn't onLoad event in the body element
How can I get onLoad event in this render mode?
Floaters are non-modal panels that listen to document selection changes. Is that what you want?
Maybe you want a modal dialog instead? Try this:
<!DOCTYPE HTML SYSTEM "-//Adobe//DWExtension layout-engine 10.0//dialog">
HTH,
Randy
North America
Europe, Middle East and Africa
Asia Pacific