Thanx, Joe.  I believe </P> is optional but I'll put it in anyway.  Well, I
trimmed back the html generated to basically a skeleton and what I get now
is the html returned back in raw form, basically you'll see what the output
is below when it arrives on my palm or POSE.  But what get's me is that the
returned html works fine in ie5, netscape communicator, and when I take the
generated output, run it through the PQA Builder and then hotsync it to the
palm as a .pqa it works like a charm.  It's only when I run it end-to-end
that it fails.

Sooooo, Now my dilemna is getting the raw html to actually be interpreted by
clipper.  I've tried resetting the palm, nothing.

Web clippings work fine as long as I don't use Perl or JSP to generate the
html.

Any additional feedback would be again appreciated.

Thanx,

Brad
[EMAIL PROTECTED]

<HTML>
<HEAD>
<TITLE>SelectA</TITLE>
<meta name="palmcomputingplatform" content="true">
<meta name="historylisttext" content="getcl &date &time">
</HEAD>
<BODY BGCOLOR = "FFFFFF" TEXT = "000000">
<TABLE>
<TR>
<TH>Select</TH>
</TR>
</TABLE>
</BODY>
</HTML>
----- Original Message -----
From: Fitzpatrick, Joe <[EMAIL PROTECTED]>
To: Palm Developer Forum <[EMAIL PROTECTED]>
Sent: Thursday, March 02, 2000 8:59 AM
Subject: RE: Getting error C2020004 from web clipping app


> 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
>


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to