Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
I am using the Umb.ClientMgr.openModalWindow command and passing a query string to the aspx page. The example is:
UmbClientMgr.openModalWindow('plugins/page.aspx?info=12345, 'Page Name', 500, 400, 0, 0, '', '')
The URL I am expecting is:
page.aspx?info=1234
What I am getting is:
page.aspx?info=1234%22&rndo=12.4
The part after the rndo= is always (so far) three numbers in the format XX.X, but has been different every time.
My question is where is the %22&rndo= coming from and can I stop it from appearing?
Many thanks
Michael Tott
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Query String in UmbClientMgr.openModalWindow
Hi
I am using the Umb.ClientMgr.openModalWindow command and passing a query string to the aspx page. The example is:
The URL I am expecting is:
page.aspx?info=1234
What I am getting is:
page.aspx?info=1234%22&rndo=12.4
The part after the rndo= is always (so far) three numbers in the format XX.X, but has been different every time.
My question is where is the %22&rndo= coming from and can I stop it from appearing?
Many thanks
Michael Tott
is working on a reply...