<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>creating web page in LPC2366</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/24656/creating-web-page-in-lpc2366</link><description> 
hi, 

 
I am using LPC2366, written a code in scripting language.... 
In the web browser I want to display three selection BOXES, but when
I try to open the web page with this code it does not open, However
for two text boxes it works......... please</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: creating web page in LPC2366</title><link>https://community.arm.com/thread/76868?ContentTypeID=1</link><pubDate>Thu, 13 Nov 2008 21:38:32 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:867a020d-2252-4c8d-9a66-dc8bd7677f57</guid><dc:creator>mustafa shaikh</dc:creator><description>&lt;p&gt;&lt;p&gt;
Thanks,&lt;/p&gt;

&lt;p&gt;
Your suggestion has helped me to sort out my web page
problem...&lt;/p&gt;

&lt;p&gt;
yes, scripting does not support more than 120 characters in a
single line ... hence I have taken remaining characters in the second
line...and it has worked for me...&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: creating web page in LPC2366</title><link>https://community.arm.com/thread/76867?ContentTypeID=1</link><pubDate>Thu, 13 Nov 2008 03:18:28 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:b39630f7-7ff9-420f-9065-f2af8d71deb5</guid><dc:creator>Trevor Page</dc:creator><description>&lt;p&gt;&lt;p&gt;
Oops - apologies for not breaking that line up and making things
appear a little wide...!&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: creating web page in LPC2366</title><link>https://community.arm.com/thread/52828?ContentTypeID=1</link><pubDate>Thu, 13 Nov 2008 03:17:12 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:d66d724e-9f11-4cd7-81b8-1aea308df049</guid><dc:creator>Trevor Page</dc:creator><description>&lt;p&gt;&lt;p&gt;
It would help to indicate to everyone that you&amp;#39;re using the Keil
RTL-TCPNET software, and you&amp;#39;re clearly using the HTTP_demo.c
application as the basis for your project. This is obvious to me
because I&amp;#39;ve used it myself, but it won&amp;#39;t be obvious to everyone.&lt;/p&gt;

&lt;p&gt;
My first observation is that you are using rather long script
lines. For example, the following line:&lt;/p&gt;

&lt;pre&gt;
c b o &amp;lt;TD&amp;gt;&amp;lt;select name=&amp;quot;cm&amp;quot;&amp;gt;&amp;lt;OPTION %s&amp;gt;Ethernet&amp;lt;/OPTION&amp;gt;&amp;lt;OPTION %s&amp;gt;Gprs&amp;lt;/OPTION&amp;gt;&amp;lt;OPTION %s&amp;gt;Cdma&amp;lt;/OPTION&amp;gt;&amp;lt;/select&amp;gt;&amp;lt;/TD&amp;gt;&amp;lt;/TR&amp;gt;
&lt;/pre&gt;

&lt;p&gt;
This is 123 characters long. But the maximum script line length
that you are allowed to have is 120 characters! See here (very last
sentence at the bottom):&lt;/p&gt;

&lt;p&gt;
&lt;a href="http://www.keil.com/support/man/docs/rlarm/rlarm_tn_http_scriptlang.htm"&gt;
&lt;a href="http://www.keil.com/support/man/docs/rlarm/rlarm_tn_http_scriptlang.htm"&gt;www.keil.com/.../rlarm_tn_http_scriptlang.htm&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;
I am not sure if exceeding the script line length is the actual
cause of your problem. I cannot remember if script lines that are too
long are just truncated, or ignored altogether. But as a starting
point, I suggest you break the script up into shorter lines and then
we&amp;#39;ll take it from there.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: creating web page in LPC2366</title><link>https://community.arm.com/thread/52826?ContentTypeID=1</link><pubDate>Wed, 12 Nov 2008 00:00:45 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:04d08080-f6c8-4557-981e-381493e77224</guid><dc:creator>Catcus Blip</dc:creator><description>&lt;p&gt;&lt;p&gt;
Sounds like an HTML parsing problem to me. Your posted code is
unreadable; Use the proper tags please.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>