Crate a popup login page !!

Asked By 20 points N/A Posted on -
qa-featured

Hi everyone,

I'm in the graphic design phase of my final project study,

I am a beginner in graphic design,

I want to know how to create a popup login page design in html?

And if there is a tool that can help me?

Thanks !

SHARE
Best Answer by Mckenzie Birk
Best Answer
Best Answer
Answered By 5 points N/A #168130

Crate a popup login page !!

qa-featured

Hi Mcray

I have worked on it before but I don’t remember where I found the solution Take a look at this page.

I hope it will help you to find the solution and go forward with your project.

You can also go to this link for more details I hope you will find the solution.

Thank you

Answered By 5 points N/A #168131

Crate a popup login page !!

qa-featured

You can copy and paste this code. Format and customize using your names ie password to make it unique.

<form id=’login’ action=’login.php’ method=’post’ accept-charset=’UTF-8′>

<fieldset >

<legend>Login</legend>

<input type=’hidden’ name=’submitted’ id=’submitted’ value=’1’/>

<label for=’username’ >UserName*:</label>

<input type=’text’ name=’username’ id=’username’  maxlength=”50″ />

<label for=’password’ >Password*:</label>

<input type=’password’ name=’password’ id=’password’ maxlength=”50″ />

<input type=’submit’ name=’Submit’ value=’Submit’ />

</fieldset>

</form>

More scenarios can be traced using this link.

Related Questions