users
[Top] [All Lists]

RE: [cinjug-users] May not be a Java Question in particular

To: users@xxxxxxxxxx
Subject: RE: [cinjug-users] May not be a Java Question in particular
From: "Manisha Kode" <mkkode@xxxxxxxxxxx>
Date: Sat, 28 Aug 2004 00:20:26 -0400
Bcc:
Delivered-to: mailing list users@cinjug.org
Mailing-list: contact users-help@cinjug.org; run by ezmlm
Thanks Keshav,

I am using the java script window.open(). What I found is... its a behavior of the Windows CE as I tested the same application using IE 6.0 on Window CE .Net and I got same results.

May be... as Windows CE is really designed for mobile or small devices, it does not support popup-window.

Thanks & Regards,
Manisha.


From: "Keshav Kode" <kkode@xxxxxxxxxxx>
Reply-To: users@xxxxxxxxxx
To: users@xxxxxxxxxx
CC: mkkode@xxxxxxxxxxx
Subject: RE: [cinjug-users] May not be a Java Question in particular
Date: Thu, 26 Aug 2004 11:04:49 -0400

Manisha,

From the description it looks like this is totally browser side issue. I am
not sure how are you requesting for new pop-up window from server. But to open a new window, you can use JavaScript function. Here is what it looks like: window.open('url to open','window name','attribute1,attribute2') . You can specify window location, size and others parameters while doing that. Please check following link for more details.

http://www.pageresource.com/jscript/jwinopen.htm

Hope that helps. Good luck.

Keshav.

----Original Message Follows----
From: "Manisha Kode" <mkkode@xxxxxxxxxxx>
Reply-To: users@xxxxxxxxxx
To: users@xxxxxxxxxx
CC: mkkode@xxxxxxxxxxx
Subject: [cinjug-users] May not be a Java Question in particular
Date: Tue, 24 Aug 2004 11:51:00 -0400

Hello,

I think the problem I am experiencing is due to some Internect Explorer 5.5 limitations or so..

Here is my problem.

I have a parent JSP page which opens a popup window on a button click. I can see a popup window (another JSP page) as popup window on Windows 2000 IE 6.0 environment.

I test the same web app on the device which has Windows CE .Net and IE 5.5 .. and the popup window comes up as a new window which covers the parent window entirely. I am using CrEme JVM on this device.

Any idea why it is happening and what should i do to get same results in Windows CE environemnt.

Any help is really appreciated.

Thanks in advance,
Manisha K Kode.

_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement



--------- You may unsubscribe from this mailing list by sending a blank email addressed to: users-unsubscribe@xxxxxxxxxx

--
Find additional help by sending a blank email
addressed to:
users-help@xxxxxxxxxx

Thanks,
Keshav Kode
(513)678-5208
kkode@xxxxxxxxxxx

_________________________________________________________________
Don?t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/



--------- You may unsubscribe from this mailing list by sending a blank email addressed to: users-unsubscribe@xxxxxxxxxx

--
Find additional help by sending a blank email
addressed to:
users-help@xxxxxxxxxx


_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement



<Prev in Thread] Current Thread [Next in Thread>