English 中文(简体)
在联合材料中从一页到另一页通过数值
原标题:Passing values from one page to another page in JS

我对贾瓦文有一个询问。

我们如何能够将价值观从一页传递到另一页?

我正与协会合作。 NET。 我的要求是,我需要验证用户,不管其会议是否过期。 如果会议结束,我需要用两个文本箱来填写全权证书。

In which case I was unable to do that in ASP.NET. So though of doing with the help of JS. But not getting ideas.

我知道,我们可以通过调子把价值从一页传递给另一页。 但是,按照我所不使用的安全目的。

请帮助我。

预支。

问题回答

Don t do that on the javascript side. Remember that you can t trust the client side.

利用ASP.NET这样做。

See this tutorial to have some help about using meetings:

你们可以在一届会议上拯救用户,例如他的id和当前申请时间。 然后,你可以比较以往处理先前请求时所节省的时间与现在的时间。 本届会议再次节省了目前的请求时间。 如果是很久以前,你就向他展示了 log。 如果你需要更安全的办法来通过日志证书,我建议使用日记证书。

你们可以 set。 这并不真正有保障,但显然比质疑更安全,尽管如果你重新处理需要比厨师多安全的东西,那么我就建议你再做一些错误的事情。 (Welcome to Stack)





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签