Hi,
I have created a static page.
On the page I want to display some dynamic content.
The first line of the html contains the <!-- NetWebServer --> tag
Just before the </head> tag I have a <!-- Net:c:Head --> tag
Just before the </body> I have a <!-- Net:c:BodyEnd -->
Because I need specific data in my page, the page is called using the URL: mypage.html?_bidv_=2rEGX0U6
To collect the data I want to see, I expect it to be right to call a procedure <!-- Net:GetMyData -->
This is a NetWebSource procedure where I expect that MY:Guid can be obtained using p_web.getValue('My:guid') .
Nothing happens however.
When I look at the page source, I even see the tags described above, and not their results.
I suspect that procedure GetMyData is not called.
It is probably worth mentioning that I use SVG tags in my static page.
The <!-- Net:GetMyData --> tag is outside (before) the SVG-tags.
The <!-- Net:s:MySessionvar --> are as well inside as outside the SVG-tags.
Is there a special setting I need?
Rene Simons