NetTalk Central

Author Topic: Use NetWebSource in a form  (Read 9229 times)

Rob Mikkelsen

  • Full Member
  • ***
  • Posts: 107
    • Yahoo Instant Messenger - flashpott
    • View Profile
    • Email
Re: Use NetWebSource in a form
« Reply #15 on: August 05, 2009, 09:20:53 AM »
An extremely userful post, indeed!  I have successfully (thanks to this thread) been able to include a NetWebSource procedure in a web page.  I made all the mistakes that Rene did in the process and probably several more.

Added the div, removed the "return" from the processed code, set the parent, ensured proper xhtml, and it was off to the races.

To verify that I had proper XML code, I removed all the calls to SendPacket and just let the source routine call it once as the program as designed.  In the SendPacket routine, I copied the contents of Packet to the clipboard and pasted it into a text editor without all the form data which I am sure was correct.  I found that I was missing the terminator on the <img> statement.  Added that and, Voila!

Thanks, guys!  This has been a great help and opens up all kinds of possibilities.  Bruce, you may want to consider adding this process to your docs.

Rob