Results 1 to 1 of 1

Thread: for loop with a button

  1. #1
    Join Date
    Mar 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default for loop with a button

    Code:
     
    
    <html>
    <head>
    </head>
    <body>
    <script type="text/javascript">
    
    </script>	
    
    <table border="1">
    <tr>
    	<td> 
    	<img src="winning1.jpg" alt="Winning 1" /> 
    	</td>
    	<td> 
    	<img src="winning2.jpg" alt="Winning 2" /> 
    	</td>
    	<td>
    	<img src="winning3.jpg" alt="Winning 3" />  
    	</td>
    </tr>
    
    <tr>  
    	<td border="0" colspan="3" align="center"> 
    	<input type = "button" value = "Next" onclick="Next()"/> 
    	</td>
    </tr>
    
    
    <tr>
    	<td align="center">
    	<input name="IP1" /> 
    	</td>
    	<td align="center">
    	<input name="IP2" /> 
    	</td>
    	<td align="center">
    	<input name="IP3" /> 
    	</td>
    </tr>
    
    </table> 
    </body>
    </html>
    Last edited by jscheuer1; 03-20-2011 at 03:04 PM. Reason: format code

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •