English 中文(简体)
如何掩盖我的幽灵?
原标题:How to hide my url params?
  • 时间:2009-11-11 17:09:11
  •  标签:

我把几个港口连接起来,我想隐藏着URL params。 因此,我认为,列入一些《酒吧法》是容易的,因为该法为每个人树立了一种形式,并规定要就此进行点击。

这并不可行。 由于某种原因,这项行动请求遭到点击。

是否有任何人提出隐藏URL参数?

最佳回答
<a href="#" onclick="JavaScript: handleThisLink();"> description of link </a>
<form name="mydataform" id="mydataform" action="/actionurlonyoursite" method="post">
  <input type="hidden" name="myparam" value="" />
</form>
<script type="text/javascript">
function handleThisLink()
{
    // access the hidden element in which you wish to pass the value of the parameter
    dojo.byId("myparam").value = "myvalue";
    // the value might be precomputed (while generating this page) or 
    // might need to be computed based on other data in the page
    // submit the form by HTTP POST method to the URL which will handle it.
    document.forms[ mydataform ].submit();
    // also possible to actually send a background AJAX request and publish
    // the response to some part of the current page, thus avoiding full
    // page refresh
    // I used dojo.byId() as a shortcut to access the input element
    // this is based on dojo toolkit.
}

</script>
问题回答

Links fireGET request byault. 如果没有通过URL的参数,你就不能向“吉大港”申请火上。 唯一能够做的是《吉大港山区规则》(<>POST)。 然后将所有参数都列入请求机构。 但是,你需要以表格取代所有与纽芬兰语的链接,并且你需要修改服务器边代码,以便它能够听取关于<代码>POST的要求,而不是<代码>GET要求采取行动。

Java稿也可在<条码>XMLHttpRequest<>/code”的帮助下在“背景”上向GET申请开火,但当客户有联合材料残疾时,你的申请将中断或仍然显示参数。 客户还完全控制了共同财产法典,因此不一定“hide”客户的参数,而只能从浏览器地址。

您可以使用XMLHttpRequest来掩盖URL para amount,或使用集装箱的会期变量。

或许你可以使用密码,向终端用户展示复杂的数据。

good





相关问题
热门标签