NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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
-
no quotes - just use
<div0>ICD 9 Code:
<!--Net:v:org-->
</div0>
Cheers
Bruce