Skip to content

Instantly share code, notes, and snippets.

@johnpeterdinesh
Created July 6, 2014 10:41
Show Gist options
  • Save johnpeterdinesh/6bc87db982deb55b0b7b to your computer and use it in GitHub Desktop.
Save johnpeterdinesh/6bc87db982deb55b0b7b to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <style> body { margin: 0; padding: 0; overflow: hidden; } body, td, select { font-family: Arial; font-size: 8pt; margin: -1px; } #dateForm { text-align: center; padding-top: 5px; padding-bottom: 5px; margin-bottom: 0; /* needed in IE to avoid extra whitespace at the bottom. */ } #jumpButton { margin-top: 5px; width:89%; } </style>
<input type="button" value="Create Vacation Request" onclick="window.open('https://script.google.com/macros/s/AKfycbxPW9uFxZ0zbqPx07fMkI0Nx2Img9HvrHzfrrodqehCshNVI_k/exec')" />
</body> </html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment