NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rjolda on April 03, 2014, 11:16:28 AM

Title: Display a value on A BROWSE page using XML
Post by: rjolda on April 03, 2014, 11:16:28 AM
Hi,
I am trying to display a value on a BROWSE.  The value is passed in a parameter.
I tried XML for the page with the following:

<div0>ICD 9 Code: 
<!--Net:v:'org'-->
 </div0>

I get the string ICD 9 Code: displayed correctly but it does not display the passed parameter ( which is there and loaded).

How do I get this to work or is there another way to display a passed parameter?

Thanks,
Ron Jolda
Title: Re: Display a value on A BROWSE page using XML
Post by: Bruce on April 07, 2014, 01:07:13 AM
no quotes - just use

<div0>ICD 9 Code:
<!--Net:v:org-->
</div0>


Cheers
Bruce