Created
August 29, 2014 16:19
-
-
Save arlenreyb/37adaccb954713a42a41 to your computer and use it in GitHub Desktop.
MSDS Loader
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/**MSDS Loader | |
* The first commented line is your dabblet’s title | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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