[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

Creating popup Windows for a Pocket PC

Alberto Añón

6/18/2002 12:01:00 PM


Hi all!

Anybody knows if it is possible, using Internet Mobile Toolkit, to
create popup Windows in a Mobile Form?

I want a Calendar Control in a Selection Screen to be displayed in a new
popup window when user clicks a button "Date". I know that I can put it
in a new form and display it when the button is pressed, but I would
like to display it in a popup window, not in a new form.

Could it be possible?

Thanks in advance.

Alberto


*** Sent via Developersdex http://www.develop... ***
Don't just participate in USENET...get rewarded for it!
1 Answer

Craig Deelsnyder

6/18/2002 10:16:00 PM

0

It is possible on a PC desktop, using window.open() in JavaScript. However,
pry due to limitations/concerns, this method does not work on the PocketPC.
There is something called MultiIE I've heard about. Look it up on the
web.....


"Alberto Añón" <pequeberto@hotmail.com> wrote in message
news:#$bof8qFCHA.1764@tkmsftngp05...
>
> Hi all!
>
> Anybody knows if it is possible, using Internet Mobile Toolkit, to
> create popup Windows in a Mobile Form?
>
> I want a Calendar Control in a Selection Screen to be displayed in a new
> popup window when user clicks a button "Date". I know that I can put it
> in a new form and display it when the button is pressed, but I would
> like to display it in a popup window, not in a new form.
>
> Could it be possible?
>
> Thanks in advance.
>
> Alberto
>
>
> *** Sent via Developersdex http://www.develop... ***
> Don't just participate in USENET...get rewarded for it!