您好,我已经使用 java 脚本插入了一个文本框,旁边是删除按钮符号。
现在我必须对该文本框实现一些逻辑来保存文本读取的数据。请你能建议我,这怎么可能?
testTypeNode.Text = testTypeNode.Text & "" & _
" <img src=""../images/delete_16x.ico""" & _
" style=""text-align:bottom; cursor:pointer;"" alt=""Delete TestType""" & _
" title=""Delete TestType"" onclick=""javascript:if(confirm('Are you sure you want to delete? Any running tests will be aborted!'))" & _
" {" & ClientScript.GetPostBackEventReference(btnDeleteTestType, "" & sequenceNode.Value.ToString & _
WordSeparationChar & testTypeNode.Value.ToString & "") & ";};"" />" & _
" <input type = ""text"" id = ""txtExperimentalStressdays"" name =""ExperimentalStressdays"" size = ""4"" title=""Please enter the Experimental Stressdays"" javascript:onfocusdown(/>"