![]() |
![]() |
I'm generating a hyperlink using the following
code:
<a href="[area
href="tournament" form="id=[item-param id]"]">[item-param
name]</a>
And attempting to retrieve the id parameter on the
target page using the following code:
id = [value
id]<br>
But there is no value. If I retrieve the
session id using the following code:
id = [value
mv_session_id]<br>
I am successfully retrieving the session id.
If anyone has any suggestions as to why I am unable to retrieve my parameters I
would greatly appreciate your thoughts. I can see the 'id' parameter in
the URL so I know it is being formed correctly.
Thanks again for any input.
Tom
|