Guest User

html to pass input to trilat.php

a guest
Oct 14th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.46 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4.     <meta http-equiv="content-type" content="text/html" />
  5.     <meta name="author" content="Harbinger" />
  6.  
  7.     <title>Estimated Star positioning</title>
  8. </head>
  9.  
  10. <body>
  11.  
  12. <form name="gather_star_data" action="trilat.php" method="post">
  13.  
  14.  
  15. <b>First System:</b><br />
  16. Type in the system you are measuring from, e.g. Aulin<br />
  17. <input type="text" name="current_star" value=""><br /><br />
  18. <b>Please enter the distance from the first star to <u>at least 4</u> of these referenced stars:</b><br /><br />
  19. Distance (LY) to <b>SOL</b>:<br /><input type="text" name="distance_1" value=""><br /><br />
  20. Distance (LY) to <b>WOLF 497</b>:<br /><input type="text" name="distance_2" value=""><br /><br />
  21. Distance (LY) to <b>HUOKANG</b>:<br /><input type="text" name="distance_3" value=""><br /><br />
  22. Distance (LY) to <b>DEMETER</b>:<br /><input type="text" name="distance_4" value=""><br /><br />
  23. Distance (LY) to <b>CLOTTI</b>:<br /><input type="text" name="distance_5" value=""><br /><br />
  24. Distance (LY) to <b>FU HAITING</b>:<br /><input type="text" name="distance_6" value=""><br /><br />
  25. Distance (LY) to <b>SAN GUARALARU</b>:<br /><input type="text" name="distance_7" value=""><br /><br />
  26. Distance (LY) to <b>HARAS</b>:<br /><input type="text" name="distance_8" value=""><br /><br />
  27. Distance (LY) to <b>ARABHA</b>:<br /><input type="text" name="distance_9" value=""><br /><br />
  28.  
  29. <input type="submit" value="Submit">
  30.  
  31. </form>
  32.  
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment