Home > Article > Web Front-end > JavaScript method to pop up a modal form and accept the value passed_javascript skills
The example in this article describes the method of using JavaScript to pop up a modal form and accept the value. Share it with everyone for your reference, the details are as follows:
function shows(zwbh){ var sUrl=window.showModalDialog('zlzx_edit.asp?xmbid=<%=Request("xmbid")%>&zlbh='+zwbh+'&typeid=<%=typeid%>','window','dialogWidth=500px;dialogHeight=240px;status=no;'); if(document.selection){ if (sUrl == "123") { } else { location.href = location.href; } } }
Readers who are interested in more JavaScript-related content can check out the special topics on this site: "Summary of JavaScript animation special effects and techniques", "Summary of ajax operation skills in JavaScript" and " Summary of JavaScript mathematical operation usage》
I hope this article will be helpful to everyone in JavaScript programming.