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

AppletPage doesn't open by window.open.

Former Member
0 Likes
181

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 Likes

Hi Atsushi,

Try using ChartSelectionEvent instead of SelectionEvent and let us know if you are getting the same errors.

Regards,

Musarrat

Former Member
0 Likes

Hi Musarrat

instead

SelectionEvent->ChartSelectionEvent

but

After all the same result

There is no response and it hardens though wiondw is opened.

ps

DoubleClickEvent,ChartDoubleClickEvent

same result

Regards

Atsushi

Ask a Question