Well, one thing off the bat is the paragraph tag (<P>) seems unmatched
(no </P>).
-jjf
-----Original Message-----
From: Brad Galyean [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 02, 2000 2:12 AM
To: Palm Developer Forum
Subject: Getting error C2020004 from web clipping app
Hi All,
I'm getting the error C2020004 from my web clipping app, telling me
that
the HTML returned isn't formatted correctly. We'll get this. I can
generate the same html to a file, then load that file into the PQA
Builder,
build the .pqa and run it directly on my palmVII with no problems. The
web
clipping is almost identical to the example in the web clipping guide.
I'm
at wits end, can someone offer some advice?
Here's the generated HTML from a perl program that is sent back to POSE
and/or the Palm VII. What's wrong with it?
<HTML>
<HEAD>
<TITLE>SelectA</TITLE>
<meta name="palmcomputingplatform" content="true">
<meta name="historylisttext" content="getcl &date &time">
</HEAD>
<BODY BGCOLOR = "FFFFFF" TEXT = "000000">
<P>
<CENTER>
<TABLE BORDER = "1">
<TR>
<TH>Select</TH>
</TR><TR><TD><INPUT TYPE = "RADIO" NAME =
"nameValue"></TD><TD>John
Smith</TD>
<TD>770-555-1212</TD>
</TR>
</TABLE>
</CENTER>
<BR>
</BODY>
</HTML>
Thanx inadvance for your help.
Brad
[EMAIL PROTECTED]
--
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palm.com/devzone/mailinglists.html
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html