为了账号安全,请及时绑定邮箱和手机立即绑定

我们所用的函数prompt,是不是这样写的呢?


function prompt(str1,str2){
    window.open(,'_top','width=50,height=50....');
    document.write("<style type="text/css">"+
                "p,#pra{left:1px;}"+
                "#submit{left:200px;}"+
                "#cancel{left:250px;}"+
                "</style>"
        "<title>"+//获取标题+"</title>"
            "<p>"+str1+"<p>"
            "<input type ="text" name ="getPran" id="pra" value="+"'"+str2+"'"+"/>"
            "<input type = "submit" value ="确认" id ="submit">"+
            "<input type = "cancel" value = "取消" id = "cancel">");
    var flag = document.getElementById('submit');
    if(flag != null){
        return documnet.getElementByName("getPra");
        window.close();
    }else{
        return null;
        window.close();
    }
}



正在回答

1 回答

逻辑上是没有问题的

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

我们所用的函数prompt,是不是这样写的呢?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信