cancel
Showing results for 
Search instead for 
Did you mean: 

AppletPage doesn't open by window.open.

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (3)

Answers (3)

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

Former Member
0 Kudos

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

0 Kudos

Hi Atsushi,

You may also want to try window.location instead of window.open. I have not had problems with window.open, but have heard, second-hand, from people who have. They use window.location instead to fix their problems.

Give it a try and let me know.

Thanks,

Mike

Former Member
0 Kudos

Hi Diana Hoppe

IE and JavaCosole

NO error

Regards

Atsushi

Former Member
0 Kudos

HI Mike

window.location.href

so

It goes well certainly.

However,

Does another had method exist wanting to display Applet in new window?

Regards

Atsushi

Former Member
0 Kudos

Hi Atsushi,

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

Regards,

Musarrat

Former Member
0 Kudos

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