cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

AppletPage doesn't open by window.open.

Former Member
0 Kudos
174

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

View Entire Topic
Former Member
0 Kudos

Hi ALL

The question above also

It does similarly and it sometimes exists when it is unquestionable.

...generation condition of phenomenon.. I see though the cause is not

understood.

1.The new pane is displayed with event of Applet.

(Succeed when the new pane is done in open with the button of form. )

2.Some Applet is displayed in the new pane.

3.browser is IE.

(It hides oneself behind window though window is opened when it is firefox and

Applet is executed. )

In case of the condition like the above-mentioned it, it is generated.

Moreover,

Javascript is call doing from event of Applet.

The screen opens normally then in wait (make by oneself) for a few

seconds in the function.

Regards,

Atsushi

Ask a Question