Hello i have this problem:
If i write this javascript in a ntm page i get no 
error:

// assemble new content and write to subwindow

      function 
fillWindow() {

         var newContent = "<html><head><title>Another Sub 
Window<\/title><\/head>";>

         newContent += "<body bgColor='salmon'>";>


         newContent += "<h1>A Salmon-Colored Subwindow.<\/h1>";

         
newContent += "<form><input type='button' value='Put Me in Back' onclick='self.
blur()'>";

         newContent += "<\/form></\body><\/html>";

         // 
write HTML to new window document

         newWindow.document.write
(newContent);

         newWindow.document.close();

      }

But if i write i 
a kid template i get invalid token i have to change someting?

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
kid-template-discuss mailing list
kid-template-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kid-template-discuss

Reply via email to