NetTalk Central

Author Topic: Display a value on A BROWSE page using XML  (Read 3126 times)

rjolda

  • Sr. Member
  • ****
  • Posts: 329
    • View Profile
    • Email
Display a value on A BROWSE page using XML
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Display a value on A BROWSE page using XML
« Reply #1 on: April 07, 2014, 01:07:13 AM »
no quotes - just use

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


Cheers
Bruce