我希望通过单击drupal页面中的链接打开一个新窗口,其中包含一个表单。但是窗口应该是一个新窗口。
我怎么能做到。?
我正在考虑使用常规
window.open(theURL, windowName, features);
但我该怎么做
1) Create a drupal page without the default themes.
2) Load this page from JS into a new window. This page is going to be a form.
我应该只创建一个 tpl 页面并通过 _theme 函数加载它吗?我很困惑...