473,387 Members | 1,705 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

how to redirect to another page by clicking on signup button as in following code???

1
Expand|Select|Wrap|Line Numbers
  1. <!DOCTYPE HTML> <html>
  2. <head> 
  3. <title>Sign-In</title> 
  4. <center><h1><font color="YELLOW" >SOFTWARE SERVICES PVT.LTD </font></h1> </Center>
  5. <center>
  6. <link rel="stylesheet" type="text/css" href="style-sign.css"> </head> <body id="body-color"> <div id="Sign-In"> 
  7. <fieldset style="width:30%"><legend>LOG-IN HERE</legend> <form method="POST" action="connectivity.php"> User 
  8. <br>
  9. <input type="text" name="user" size="40">
  10. <br> Password <br>
  11. <input type="password" name="pass" size="40">
  12. <br> 
  13. <input id="button" type="submit" name="submit" value="Log-In"> </form> </fieldset> </div> </body> </html> 
  14. </center>
  15. <style>
  16. #body-color
  17. background-color:#6699CC; 
  18. }  
  19. #Sign-In
  20. margin-top:150px;
  21. margin-bottom:150px; 
  22. margin-right:150px; 
  23. margin-left:450px; 
  24. order:3px solid #a1a1a1; 
  25. padding:9px 35px; 
  26. background:#8000CC; 
  27. width:400px; 
  28. border-radius:20px; 
  29. box-shadow: 7px 7px 6px; 
  30. #button
  31. border-radius:10px; 
  32. width:100px; 
  33. height:40px; 
  34. background:#FF00FF; 
  35. font-weight:bold;
  36. font-size:20px 
  37. }
  38. </style>
  39. <p align="right">
  40. <input type="button" value="SIGN UP" width="100" height="100"/>
  41. </p>
Jul 22 '15 #1
3 8481
Dormilich
8,658 Expert Mod 8TB
your HTML is heavily malformed. everything between <title> and <style> does not belong into the HTML head (and <center> is long deprecated, too)

how to redirect to another page by clicking on signup button
by using a submit button inside a form.
Jul 23 '15 #2
I think you have to work first to your login form
Look for a login tutorials as references much better if it is ajax form with validations.
create a database for the users and for REDIRECT using PHP

use 'header()'

like this

header('Location: /login.php');
Jul 24 '15 #3
Well,we have the same problem then.I could use the tutorial too.
Can you give me the link?
Oct 17 '15 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Nazir | last post by:
I am trying to do something pretty simple - but can't see how it can be done in ASP.NET. I have an aspx web page with a form which opens up a new window. The web page uses code behind to build...
3
by: Tom Nowak | last post by:
I have written a web app that includes a login page. When a user successfully logs in, they are taken to the main web app page. I have a button on this page that I want to use to redirect the...
2
by: Ricardo | last post by:
How can I navigate to another page via a button, and pass a variable to this next page... How can I do this via that method that I see in other sites that the url goes like this: ...
3
by: Robin | last post by:
Hi, I have a question: If I have a frameset, frame1 and frame2. On frame2 I have a datagrid, on which I can add/update/delete rows. If I submit that page, I catch these changes in events and...
3
by: jonefer | last post by:
I've written the code to do a search from one page and display the results on another - and then I got stuck (because I'm just beginning) It's amazing how difficult it can be to find something so...
10
by: mjahabarsadiq | last post by:
I would like to reload the page when it is redirected by the browser's Back or Forward button. I tried the following but it does not works. <link rel="prev" href="url"> <link rel="next"...
9
by: Rambaldi | last post by:
Hi people, i'm new to php... How can i redirect a page after a button click??? This might be very trivial but i really need help with this... I'm not very good at english so if you didnt...
4
by: backups2007 | last post by:
is it possible to pass a query to another page? for example, page1.php <form method='post' action='page2.php'> <? $query = mysql_query("SELECT * FROM tblProducts"); ....
1
by: pipet2002 | last post by:
how can i send values from one page to another upon clicking a button which links me to that page
0
by: Anupam Jana | last post by:
Hello All, I want to redirect to some other directory page after displaying JavaScript alert message in ASP.net in a page. For that I tried bellow code in our application...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.