Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望在单击 drupal 表单中的链接时,$_Session 变量设置为页面 A 上表单 A 的一些下拉值,然后使用表单 B 将页面重定向到另一个页面 B,这将显示下拉作为预填充。
页面的“#ajax”属性是否可能?
如果不是#ajax,我该怎么做。?我可以使用 hook_menu() 然后有一个回调函数来设置 $_Session 变量然后重定向到另一个页面吗?
谢谢,
使用按钮而不是链接。这样您就可以使用通常的表单处理。因为无论如何都要重定向用户,所以 Ajax 在这里没有用处。