Click here to Skip to main content
15,891,951 members
Home / Discussions / Mobile
   

Mobile

 
QuestionMobile calls using VOIP Pin
Member 21255656-Oct-05 21:22
Member 21255656-Oct-05 21:22 
QuestionSomething interesting Pin
Rassul Yunussov5-Oct-05 17:34
Rassul Yunussov5-Oct-05 17:34 
QuestionSmartPhone - Simple Profile Manager w/GPS Pin
Drofnas4-Oct-05 13:20
Drofnas4-Oct-05 13:20 
QuestionAnd GAPI again Pin
Rassul Yunussov3-Oct-05 23:52
Rassul Yunussov3-Oct-05 23:52 
QuestionGAPI Pin
Rassul Yunussov3-Oct-05 18:43
Rassul Yunussov3-Oct-05 18:43 
QuestionBlackberry Development Pin
oskardiazdeleon3-Oct-05 17:54
oskardiazdeleon3-Oct-05 17:54 
QuestionEmulator Connection Pin
fjlv20053-Oct-05 16:03
fjlv20053-Oct-05 16:03 
Questionpopup window in mobile web page Pin
Saud AKhter3-Oct-05 4:26
Saud AKhter3-Oct-05 4:26 
hi all

i am developing a PDA application. i want to have a popup window to display the help.

i have done it in javascript function

function show_popup()
{
var p=window.createPopup();
var pbody=p.document.body;
pbody.style.backgroundColor="lime";
pbody.style.border="solid black 1px";
pbody.innerHTML="This is a pop-up!Click outside the pop-up to close. cool";
p.show(0,0,200,50,document.body);
return false;
}



it works fine when i view it in browser but not working on pocket pc emulator

please help me in this regard if u guys have better soloution.

how can i popup a window in mobile web page

thanx in advance

saud
AnswerRe: popup window in mobile web page Pin
Drofnas4-Oct-05 20:01
Drofnas4-Oct-05 20:01 
GeneralRe: popup window in mobile web page Pin
Saud AKhter4-Oct-05 20:30
Saud AKhter4-Oct-05 20:30 
GeneralRe: popup window in mobile web page Pin
Drofnas5-Oct-05 8:17
Drofnas5-Oct-05 8:17 
QuestionFast Drawing Pin
Rassul Yunussov3-Oct-05 0:45
Rassul Yunussov3-Oct-05 0:45 
AnswerRe: Fast Drawing Pin
Fer Simoes3-Oct-05 9:59
professionalFer Simoes3-Oct-05 9:59 
QuestionFast Drawing Pin
Rassul Yunussov3-Oct-05 0:22
Rassul Yunussov3-Oct-05 0:22 
QuestionBest Practices for Mobile Applications Pin
Vasudevan Deepak Kumar2-Oct-05 23:55
Vasudevan Deepak Kumar2-Oct-05 23:55 
QuestionScreensavers in WinCE/PocketPC Pin
Vasudevan Deepak Kumar2-Oct-05 23:53
Vasudevan Deepak Kumar2-Oct-05 23:53 
QuestionHeap Problem? Pin
fm6400022-Oct-05 17:44
fm6400022-Oct-05 17:44 
Questionnewline in textbox.. System.Environment.Newline ? Pin
Michael Hendrickx1-Oct-05 0:53
Michael Hendrickx1-Oct-05 0:53 
QuestionChanging from http://tempuri.org Namespace Breaks PPC App Pin
perlmunger30-Sep-05 6:43
perlmunger30-Sep-05 6:43 
QuestionConfiguring Win CE Emulator 4.2 with Visual Studio .NET Pin
Vasudevan Deepak Kumar30-Sep-05 0:02
Vasudevan Deepak Kumar30-Sep-05 0:02 
Questionconnect to Mobile Device through bluetooth Pin
Member 231569328-Sep-05 22:59
Member 231569328-Sep-05 22:59 
QuestionAbout Controlling Pc by Mobile Phone Pin
Nilesh Kude28-Sep-05 8:50
Nilesh Kude28-Sep-05 8:50 
AnswerRe: About Controlling Pc by Mobile Phone Pin
Michael Hendrickx13-Oct-05 10:48
Michael Hendrickx13-Oct-05 10:48 
Questiondxf problem Pin
dick52425-Sep-05 0:43
dick52425-Sep-05 0:43 
QuestionVOIP plz help me Pin
vikas amin24-Sep-05 3:32
vikas amin24-Sep-05 3:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.