Skip to main content

skip to main content

developerWorks  >  Web development  >

Remote scripting using a servlet

How to give Web applications interactivity and dynamism that you'd expect from desktop apps

developerWorks

Return to article.


Listing 6


 <html>
 <head> </head>
 <body onload="p=document.layers?parentLayer:window.parent;p.jsrsLoaded('jsrs1');">jsrsPayload:
 <br />
 <form name="jsrs_Form">
 <textarea name="jsrs_Payload">0,Category 1 - Subcategory 0;1,Category 1 - Subcategory 1;2,Category 1 - Subcategory 2; 
 </textarea>
 </form>
 </body>
 </html>

Return to article.