2

I have a signup.php page located at http://nexushost.uni.me/signup.php

I want to get all of that including the register button on the signup popup located on this page http://nexushost.uni.me.

Sorry, let me clarify: I want the contents of the signup.php page in the form on the home page sign up popup

So signup.php contents ---> home page signup popup

Okay this is the bottom line I basically what the form on the signup.php page does on the signup button. So if you sign up on signup.php page, you can see that it says that you will receive an activation email shortly How do I get that form action on my signup popup. Sorry I was not specific the first time

4

1 回答 1

2

像这样?

身体:

<li><a href="#Signup" role="button" data-toggle="modal" class="btn btn-success">Sign Up</a></li>

<div id="Signup" class="modal hide fade LoginSignup" tabindex="-1" role="dialog" aria-labelledby="myModalLabel2" aria-hidden="true"> 在此处输入您要显示的内容* </div>

您需要获取这 4 个标签: ( modal hide fade LoginSignup) 并从http://nexushost.uni.me//css/hosting.css文件中复制它们,并可能对它们进行一些更改。

或者你想用 JavaScript 函数调用弹出窗口?

于 2013-08-19T01:05:20.743 回答