English 中文(简体)
关于Submit 以及我该如何使用它
原标题:About onSubmit and how I should use it

因此,我正试图在给用户几个项目选项/组合的表格中创建四个选择菜单。

基本上,他们可以从所有四个菜单中选择不同的值, 用户将使用正确的 URL 。 例如( Agra -- 蓝色/ Aqua -- 传统 -- 99- 199美元), 过滤器的url 将引导用户 。

我的问题是,我该如何界定 诸如此类的功能呢?

我基本上需要表格(我们已经有了每个组合的 URLS ) 来引导用户在点击提交时使用适当的 URL 。 我的一部分人认为这是一种效率非常低的办事方式,我应该使用 jQuery 或其它东西 。

感谢任何帮助

问题回答

当使用下拉选项时, 列表中的每个列表都包含一个值。 取决于您设定的值, 您可以创建一个过滤器来定位正确的 URL 。

也取决于 URLS 的 URLS 值,您可以用下调菜单的值来创建 URLS 。

您可能想要考虑添加一个搜索按钮, 这样当用户选择了所有选项时, 您就会知道 。





相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

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 ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签