"Anbin Huang" <[EMAIL PROTECTED]> wrote in message
news:36406@palm-dev-forum...
> My question is if the Web Clipping Proxy Server surpport the asp page.
Yes, it works great!
If you haven't done so already, make sure that your ASP page works correctly
from a computer-based browser (PC, MAC, etc.).
Next, make a simple .htm page like the one below, compile it into a PQA,
install it on the emulator and try it out.
Regards,
Mark Maslar
Blackpants Design Group, Inc.
<html>
<head>
<title>Your Palm Site</title>
<meta name="palmcomputingplatform" content="true">
<meta name="historylisttext" content="YourPalmSite &date &time">
<meta name="palmlauncherrevision" content="1.0">
</head>
<body>
<h2 align=center>Welcome to the Palm version of YourSite.com</h2>
<center>
<br>
<A href="http://www.YourSite.com/palm/helloworld.asp">Hello World</A>
</center>
-- <BR>
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
</BODY>
</html>