Skip to content

Instantly share code, notes, and snippets.

@DownRangeDevOps
Created June 27, 2012 18:56
Show Gist options
  • Save DownRangeDevOps/3006012 to your computer and use it in GitHub Desktop.
Save DownRangeDevOps/3006012 to your computer and use it in GitHub Desktop.
Reqeust Appointment Button
<div style="background-color: #3ba0bb; border-radius: 10px 10px 10px 10px; color: #ffffff; width: 200px; text-align: center; padding: 10px 0pt; margin: auto;">
<a href="#" onclick="Popup=window.open(&#39;?request_appointment=1&#39;,&#39;Popup4&#39;,&#39;toolbar=no,location=yes,status=no,menubar=no,scrollbars=no,resizable=no,width=360,height=693&#39;); return false;" class="launch_request_appointment" title="Request Appointment" style="color: #ffffff; text-decoration: none;">Request an Appointment</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment