Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • TaoistTotty 246 posts 314 karma points
    Mar 07, 2012 @ 17:34
    TaoistTotty
    0

    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:

    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

Please Sign in or register to post replies

Write your reply to:

Draft