on ‎2008 May 27 10:29 AM
Hi All
New window hardens if window.open doing and new window are opened and it doesn't
open it. (Not Response)
The operation is as follows.
1.Javascript to do window.open to the way below with SelectionEvent of Chart is called.
<APPLET NAME="ProcessChart" CODEBASE="/XMII/Classes" CODE="iChart" ARCHIVE="illum8.zip" WIDTH="310" HEIGHT="140" MAYSCRIPT>
<PARAM NAME="QueryTemplate" VALUE="topQuery">
<PARAM NAME="DisplayTemplate" VALUE="topChart">
<PARAM NAME="SelectionEvent" VALUE="ProcessDetail">
2.New Window is called with window.open in Javascript.
function ProcessDetail(){
window.open("process/process.htm", "_blank", "height=600, width=700, status=yes, toolbar=yes, menubar=yes, location=yes");
}
3.JavaApplet is described in the new pane.
<applet code="iSPCChart" codebase="/XMII/Classes" name="Untitled" width="600" height="230" mayscript="mayscript" archive="illum8.zip" id="Untitled2">
<param name="DisplayTemplate" value="koutei1Chart" />
<param name="QueryTemplate" value="koutei1Query" />
It becomes not response and the screen hardens if Legend is actually done in select
though window does popup.
By the way, three.
It similarly becomes not response only about < applet>tag.
regards
atsushi
Request clarification before answering.
Hi Atsushi,
Have you checked the Java Console for errors? How about the browser - if you are using IE, you may see an error icon at the bottom left of the screen.
Kind Regards,
Diana Hoppe
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.