473,320 Members | 1,823 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,320 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 8479
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: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.