Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
HTML
<title>
			Index
		
				
				
	
	
	
		.shape{
			border-radius:15px 30px 15px 30px; 
			border: 1px solid black;
			}
			
			
		.a1:hover{text-decoration:none; font-size:20px; color:black;  }
			
		.a1{text-decoration:none; font-size:20px; color:black;}
		
		.a2:hover{text-decoration:none; font-size:22px; color:black; }
			
		.a2{text-decoration:none; font-size:22px; color:black;}
		
		
		
		
	

	
		<div class="container">
			<div class="row">
				<div class="col-md-12 col-lg-12">
					
					<div class="row">
						<div class="col-lg-12 col-md-12 ">
						<br><br>
						</div>
					</div>
					
						<br>
					
					<div class="row">
						
						<div class="col-md-3 col-lg-3">
						</div>

							<div class="col-md-6 col-lg-6" style="box-shadow: (10px 10px 10px 10px)">
									<div class="row">
										<div class="col-lg-12 col-md-12" align="center" style="font-family: tahoma; font-size: 18px; color: red">
											Wellcome To Student Login Page!!! 										</div>
									</div>
									<br>
									
										
										<div class="row" style="font-family: tahoma; font-size: 16px; color: black">
											<div class="col-md-4">
											First_Name
											</div>
											
											<div class="col-lg-8 col-md-8">
											
											</div>
										</div>
										<br>	
										<div class="row" style="font-family: tahoma; font-size: 16px; color: black">
											<div class="col-md-4">
											Phone_Number
											</div>
											
											<div class="col-lg-8 col-md-8">
											
											</div>
										</div>
										<br>
										<div class="row">
											<div class="col-lg-6 col-md-6" style="font-family: tahoma; font-size: 18px; color: black" align="center">
												
											</div>
											<div class="col-lg-6 col-md-6">
										 Register  
											</div>
										</div>
								
							
							</div>

						<div class="col-md-3 col-lg-3">
						</div>
						
					
					<div class="col-md-2 col-lg-2">
					</div>
				</div>
							
						</div>
					</div>
					<br><br><br>
					<div class="row">
						<div class="col-lg-12 col-md-12" style="width: 100%; height: 6%; text-align: center; color: white; font-size: 20px; font-family: arial">
						Alright Resserved @2020
						</div>
					</div>
					
				</div>   
				   
				
				<div class="modal fade" id="mymodal">
		<div class="modal-dialog">
			<div class="modal-content">
				<div class="modal-header">
					Hello My Testing Modal  <span data-dismiss="modal"> X </span>
				</div>
				
			<div class="modal-body">
				<br><br><br><br>
			</div>
				
			<div class="modal-footer">
			  Close
       
			</div>
			
			</div>
		
		</div>
	
	</div>


What I have tried:

Im new in using Modal class Please i want to used modal for new User to Register but instead modal appear it will redirecte me to my submit form here is my entire code thank you
Posted
Updated 5-Jul-20 23:46pm
v2
Comments
Andre Oosthuizen 6-Jul-20 4:26am    
Not sure what you are trying to do here? Do you want to create a link to load your register page?
Ibrahim Hassan 1234 6-Jul-20 5:43am    
Yes Sir that's what i wanted to do but instead of creating new windows tab that's why i want to used the modal so as to act like pop up menu register thank you for your concern.

1 solution

Have a look at the documentation for using modal class template pages HERE.

It also has sample code for you to work with.
 
Share this answer
 
Comments
Ibrahim Hassan 1234 9-Jul-20 15:01pm    
Thank You Sir for ur quick respond, it help me alot sir interm of my project thank you so much i can't even know how to express my happiness thanks.
Andre Oosthuizen 9-Jul-20 22:14pm    
Only a pleasure, happy coding.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900