Skip to content

Instantly share code, notes, and snippets.

@nchambe
Last active December 24, 2018 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nchambe/d96baa8c594934973f504ac64426b089 to your computer and use it in GitHub Desktop.
Save nchambe/d96baa8c594934973f504ac64426b089 to your computer and use it in GitHub Desktop.
<tr style="background-color:#FFFFCC;">
<td width="190px" valign="top" class="ms-formlabel">
<h3 class="ms-standardheader">Attach Files</h3>
</td>
<td valign="top" class="ms-formbody" id="attachmentsOnClient" style="width: 200px">
<span dir="ltr">
<input type="file" name="fileupload0" id="onetidIOFile" size="26" title="Name">
</input>
</span>
</td>
<td width="100px" valign="top" class="ms-formbody">
<input name="Button1" type="button" value="Attach" onclick='OkAttach()' style="font-family:'Gotham Book';color:white;background-color:#00426a;width: 6em;
height: 30px" />
<span id="idSpace">
</span>
</td>
</tr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment