1
0
-1

Hi, i have problem to get request param from embed from,

i'm using hash variable #requestParam.id_no_sk# but value is nothing,

 

thanks in advanced

 

best regards

muhammad khafidz

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

       

       

      yes, but when i access from embed from embed form that is nothing value

      when i access it from popup (first) i have value

      but when second popup i get nothing value

      please help me

      1. Anders

        Does the inner popup contain the parameter in the URL? Unlikely, so if you need a value from the other windows you may need to use some custom JavaScript perhaps you can try https://stackoverflow.com/questions/6017796/jquery-select-element-in-parent-window

      2. Muhammad Khafidz

        is not using hashvariable?

      CommentAdd your comment...
    2.  
      1
      0
      -1

      Hi, is the id_no_sk part of the embed form URL? For the requestParam hash variable to work, you need to ensure that it is actually a request parameter in the URL eg http://domain/path?id_no_sk=value

      1. Muhammad Khafidz

        yes, but when i get from nested form grid i have nothing value

      CommentAdd your comment...