Javascript parent.submit();
- <li class="dropdown">
- <a class="dropdown-toggle" data-toggle="dropdown" href="../Reports/Login.aspx" onclick="parentNode.submit();">
- <input type="hidden" name="PersonnelID" value=<%= Session["userId"] %>/>
- <i class="fa fa-envelope fa-fw"></i> <i class="fa fa-caret-down"></i>
- Login Report
- </a>
- <!-- /.dropdown-messages -->
- </li>
複製代碼
The control is passed to ../Reports/Login.aspx, but there is no Request.QueryString["PersonnelID"];
in the target form I'm after.
It is null!
Did I omit something?
Thanks |
|
|