简体   繁体   English

JavaScript阻止的浏览器上的JQuery / Ajax级联DropDown

[英]JQuery/Ajax Cascading DropDown on javaScript blocked browsers

I will use Jquery or Ajax cascading dropdown lists feature with a web service written in c#. 我将使用Jquery或Ajax级联下拉列表功能和用c#编写的Web服务。

The web site will be an e-commerce web site so the visitors could be out-of-date human beings and so their browsers javaScript feature could be blocked. 该网站将是一个电子商务网站,因此访问者可能会过时,因此他们的浏览器javaScript功能可能会被阻止。

so what should I do on that point? 那我该怎么办? I am developing on asp.net 3.5 with web forms. 我正在使用Web窗体在asp.net 3.5上进行开发。

what kind of escapes are there here? 这里有什么样的逃生路线? it is ok for me if a client selects an option on the first dropdown and make a postback and get to the second dropdown with filitered options. 如果客户在第一个下拉菜单中选择一个选项并回发并使用过滤选项转到第二个下拉菜单,这对我来说是可以的。

you could implement the "hijax" technique to have it work with javascript disabled browsers. 您可以实施“ hijax”技术,使其与禁用javascript的浏览器一起使用。 BUUUUT I don't think you can achieve auto post back on a drop down list without ANY javascript..the user would have to hit a form submit button (which you can auto submit...but again you'd need to use javascript). BUUUUT,我认为您可以在没有任何javascript的情况下实现自动回发到下拉列表中。用户必须点击表单提交按钮(您可以自动提交...但同样,您需要使用javascript )。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM