English 中文(简体)
我怎么能做一个人口表?
原标题:How can I make a popup form?

我想通过口号保护我正在使用的LDAP认证的网页。 整个过程和文字都是罚款。 现在,我有这样的表格提交该文字,而且文字检查用户是否具有真实性,如果他们不把他们拖出。

What I am trying to do here is this. http://jsfiddle.net/s5JyR/ that form I have there, I would like to make that a popup login instead so as soon as a user goes to the url of the site they get a blank page with a POPUP screen asking for the login. How can I do make that popup? if the user clicks cancel it should display Error. Access denied. Or if the user inputs the wrong login credentials display that same error message. The error messages don t need to be a popup, they can be displayed on a different blank page. All the forms I have looked around Google have a popup from a button which isn t what I want..

我试图这样做:

“entergraph

最佳回答

在Javascript,你可以这样做,打开一条新窗口,采用窗户开放(门)法,开张形式,然后从外部获取信息。 但这在平台上可能失败,不能支持。

另一种方法是在浮动箱中显示形式,但仍然是 Java字塔。

也许你们实际上想要的是吉大港定居地的标志,它不是 Java语,而是你要求的。 虽然你必须处理所有服务器。

Take a look at HTTP Authentication with PHP to learn about this.
...Assuming that you have PHP for server side scripting, if not, it is still a good reference that you can not-so-differently implement in other languages.

问题回答

暂无回答




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

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!

热门标签