问题标签 [inputbox]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - 如何使用 Selenium 填写自动完成输入框?(为什么自动输入不加载自动完成选项但手动输入呢?)
以下代码测试网页的自动完成框:
为什么自动建议框不加载?重要提示:尝试手动输入“...........” ......自动完成框将完美加载!!!那么,为什么不起作用cssSelector
,为什么不加载自动完成框?
为什么自动输入不允许自动完成选项但手动输入呢???
PS:我也试过了fireEvent
,sendKeys
但没有任何效果。
excel - 使用 InputBox 过滤一系列数据
我需要归档一个动态表(大约 200 行/4 列)。我想使用 InputBox 以范围的形式输入过滤条件。
我需要一个按钮,它会抛出一个 InputBox,要求用户“输入一系列序列号”(例如“7-9”和“15-25”),然后过滤表。(“序列号”是桌子。
vbscript - 如何从外部显式输入参数到 vbscript 中的程序?
我编写了一个程序,它计算文件夹中所有文件的 HASH 并将其保存为 xml 文件。现在我的目标是我想从程序外部明确地给出要评估的文件夹
这是程序。我尝试添加输入框命令,认为我可以明确地给出输入。这是修改后的程序
这不起作用:(请帮助。我到底在使用什么?我如何使用 cmd 文件提供相同的输入???
excel - 运行时错误13 Type mismatch~当Application.Inputbox Cancel
我已经阅读了一些关于这个问题的问题和文章,但由于我是一个完全的初学者,我无法弄清楚我的个人解决方案。
InputBox
当用户单击表单上的取消时,我需要退出子。另外,我需要InputBox
接受输入值。
我试图删除Type := 2
,但没有任何变化。
google-apps-script - 在 inputBox 中引用单元格
...
上面的这个用户界面存在于 Excel 上通过 VBA 的输入框。创建这些输入框的代码如下所示:
现在我正在尝试在 Google 电子表格中找到一种方法。在我看来,通过Class Browser或UI 服务这是不可能的。
loops - 输入框直到输入两个字母
这是我第一次使用 InputBox。希望让用户将他们的姓名首字母输入到将被导入数据库的电子表格中。我正在使用 InputBox 来提高一致性并自动填充必要的单元格。
我无法理解用户输入信息的过程,如果输入是两个字母,则它被接受并填充到单元格中,否则会出现一条消息,指示需要两个字母并且 InputBox 再次显示。通过测试,我相信我的循环没有像我预期的那样工作。如果第一个条目是两个字母,它将按预期将信息填充到 excel 中。但是,如果第一个条目不正确而后续条目正确,则它似乎不会退出循环。我不确定为什么会这样?任何帮助将不胜感激。
javascript - Add onclick to disabled input boxes
I have a table in which there are checkboxes, some checkboxes are disabled. I want to add an onclick
attribute to all disabled checkboxes using JavaScript or jQuery.
HTML
In above code the docname
input box should get below as onclick.
onclick="javascript:if(confirm('Press OK to confirm')){ document.location='/pathtoscript?command=dosomething&name=docname'};return false;"
and docname3
should get the below
onclick="javascript:if(confirm('Press OK to confirm')){ document.location='/pathtoscript?command=dosomething&name=docname3'};return false;"
What I tried
But it doesn't work, and also I wonder how to deal with different docname because in onclick statement name=docname
will be different for each input box.
c# - 输入框位置
如何将 Interaction.InputBox 打开到窗体的中心?我知道 InputBox 的位置有一个代码
我将以不同大小的不同形式使用这个 InputBox。有没有办法在表单的中心打开 InputBox?或者我必须在每个表格上单独放置它们?
是否也可以重新定位 InputBox 的 OKbutton 和 Cancelbutton?
excel - Get hwnd of Excel InputBox Method
I think I have a fairly simple question. I'm looking for a method to get the hwnd for an excel input box. I'm automating a process and I'm noticing that a type 8 input box is consistently underneath the excel window (I'm automating excel from another application if that is helpful.). Obviously, I'd like it to show up on top, and I'm attempting to use the SetForegroundWindow function. Any advice?
By request, the only thing I've found that seemed worth trying:
vb.net - 从输入框计算,带有字母输入的错误消息
我一直在努力解决 Visual Basic 中一个令人尴尬和烦人的小问题(正如您可能看到的那样,我是一个初学者)。问题是输入字母而不是数字时的错误消息系统。我得到“无法从整数转换为字符串。
对此的任何帮助将不胜感激。
这是我的代码:
提前谢谢你:)!