Boris
|
| Posted: 08/18/2002, 10:14 AM |
|
Whether there is a Free Source Code of NewsWap in ASP?
|
|
|
 |
Nicole
|
| Posted: 08/19/2002, 6:43 AM |
|
Boris,
CC lets you generate code for PHP+Wml and JSP+Wml, so the source code is provided for mentioned languages only.
|
|
|
 |
Mike
|
| Posted: 08/19/2002, 8:45 AM |
|
Boris,
It's actually pretty easy to make simple ASP sites be WAP enabled, just create them as ASP and templates and edit the HTML that Codecharge creates to be WAP, so my page looks like
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card title="MainCard">
<!--BeginFormdata-->
<p><b>My Site Name</b> <img src="images/smiley.wbmp"/></p>
<br><br>
<br><br>
<p>{Data}</p>
<!--EndFormdata-->
<p>
<a href="wap.wml">Back</a>
</p>
</card>
</wml>
Hope this helps.
|
|
|
 |
|