Script in HTMLViewer don`t work

G

Guest

Dears.

I have 2 questions. Please give a hand thanks!

1. How can I get ProcessID or hwnd after CreateProcess ?
2. Scrip in HTMLViewer don`t work. I have list my page below. It works on PC. But The image can`t be reflash in CE .
==========================
<html><head><meta http-equiv="Content-Type" content="text/html; charset=big5"><title></title></head><script LANGUAGE="JavaScript"><!--

function loadImage()
{
uniq = new Date();
uniq = uniq.getTime();
livepic.src="http://webmonitor:[email protected]/snapshot0.jpg?"+uniq;
}
//--></script><body bgcolor="#999999" leftmargin="0" topmargin="0" onload="window.settimeout("loadImage()",1000)"><IMG SRC="http://webmonitor:[email protected]/snapshot0.jpg?zzx=webmonitor&zzy=oyo&zzz=1" width=320 height=240 name="livepic"></body></html>
 
A

Alex Yakhnin [MVP]

1. If you know the caption of the window you can use FindWindow API.

2. HTMLViewer supports only a limited set of DHTML functionality.

--
Alex Yakhnin .NET CF MVP
www.intelliprog.com | www.opennetcf.org

Joey said:
Dears.

I have 2 questions. Please give a hand thanks!

1. How can I get ProcessID or hwnd after CreateProcess ?
2. Scrip in HTMLViewer don`t work. I have list my page below. It works on
PC. But The image can`t be reflash in CE .
==========================
<html><head><meta http-equiv="Content-Type" content="text/html;
charset=big5"> said:
function loadImage()
{
uniq = new Date();
uniq = uniq.getTime();
livepic.src="http://webmonitor:[email protected]/snapshot0.jpg?"+uniq;
}
//--></script><body bgcolor="#999999" leftmargin="0" topmargin="0"
onload="window.settimeout("loadImage()",1000)"><IMG
SRC="http://webmonitor:[email protected]/snapshot0.jpg?zzx=webmonitor&zzy=oyo
&zzz=1" width=320 height=240 name="livepic"></body></html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top