Popup 如何将此注册/选择加入表单转换为弹出框?

Popup 如何将此注册/选择加入表单转换为弹出框?,popup,Popup,我正在尝试将这个选择加入表单变成一个带有定时延迟和背景光的弹出框。例如,当访问者访问我的网站时,它会在10秒后直接出现在屏幕中央。他们也可以选择关闭该框,但他们仍然可以在背景中看到该网站,该网站已变暗。选择加入框的代码如下所示。如有任何建议,我们将不胜感激 <form method="post" action="http://oi.vresp.com?fid=524a3264c1" target="vr_optin_popup" onsubmit="window.open( 'http:/

我正在尝试将这个选择加入表单变成一个带有定时延迟和背景光的弹出框。例如,当访问者访问我的网站时,它会在10秒后直接出现在屏幕中央。他们也可以选择关闭该框,但他们仍然可以在背景中看到该网站,该网站已变暗。选择加入框的代码如下所示。如有任何建议,我们将不胜感激

<form method="post" action="http://oi.vresp.com?fid=524a3264c1" target="vr_optin_popup" onsubmit="window.open( 'http://www.verticalresponse.com', 'vr_optin_popup', 'scrollbars=yes,width=600,height=450' ); return true;" >

  <div style="font-family: verdana; font-size: 11px; width: 160px; padding: 10px; border: 1px solid #0D2EC0D; background: #540DEC;">
    <strong><span style="color: #D2EC0D;">Enter Email For Updates</span></strong>
    <p style="text-align: right; margin-top: 10px; margin-bottom: 10px;"><span style="color: #f00;">* </span><span style="color: #333333">required</span></p>
    <label style="color: #D2EC0D;">Email Address:</label>    <span style="color: #f00">* </span>
    <br/>
    <input name="email_address" size="15" style="margin-top: 5px; margin-bottom: 5px; border: 1px solid #999; padding: 3px;"/>
    <br/>
    <input type="submit" value="Next" style="margin-top: 5px; border: 1px solid #999; padding: 3px;"/><br/>
    <br/><span style="color: #333333"><a title="Email Marketing by VerticalResponse" href="http://www.verticalresponse.com">Email Marketing</a> by VerticalResponse</span>
  </div>
</form>

输入电子邮件进行更新

*必填项

电邮地址:*



通过垂直响应
创建您的div并为其提供id,然后使用jquery将其用作弹出窗口

$('#IdofElement').dialog('option', 'modal', true);  
您需要jquery主文件才能使用此


没有代码,只有文本。请更新您的问题以包含代码。我已经为你做了一个例子,点击链接,让它如你所愿。