Skip to content

Instantly share code, notes, and snippets.

@arlenreyb
Created August 29, 2014 16:19
Show Gist options
  • Save arlenreyb/37adaccb954713a42a41 to your computer and use it in GitHub Desktop.
Save arlenreyb/37adaccb954713a42a41 to your computer and use it in GitHub Desktop.
MSDS Loader
/**MSDS Loader
* The first commented line is your dabblet’s title
*/
<table border="0" width="100%">
<tr>
<td colspan="2" align="center">
<h1>WFmed - GreenHealth MSDS Forms</h1>
</td>
</tr>
<tr>
<td valign="top" width="20%">
<h3>Use the drop down menu to select your product</h2>
<form name="jump" class="center">
<select name="menu">
<option value="http://iti-group.com">Ajowan Seed</option>
<option value="/link2.shtml">Link 2</option>
<option value="/link3.shtml">Link 3</option>
</select>
<input type="button" onClick="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
</form>
</td>
<td>
Form loads here
</td>
</tr>
</table>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment