JSFiddle - React, Tailwind, and code Playground
by Mike Gleeson
HTML
<select>
<option selected="selected" disabled="disabled">Please Select</option>
<option>Dr</option>
<option>Mr</option>
<option>Mrs</option>
<option>Ms</option>
</select>
<input id="emailName" type='text' placeholder="Name" onblur="updateName()"/>
<input id="postalCode" type='text' placeholder="Postal Code"/>
<input id="emailAddress" type='text' placeholder="Email Address"/>
<input id="emailSubject" type='text' placeholder="Email Subject" value="OPFFA Proposal"/>
<textarea id="emailText">Dear Honorable MPPs,
It is my understanding that the Ontario Professional Firefighters Association (OPFFA) has put forward a proposal to the Ontario Government that would, if implemented, permit firefighters to utilize life-saving, symptom relieving, and lethal (if used by used by inadequately trained and educated Fire Fighters) medications in the course of their duties. The critical concern I have with this is that their proposal contends that they will only have 20 hours of training. Compared to Paramedics who have 2000+ hours of medical education and training to utilize these same drugs, this is a significant concern for me.
It is my understanding that the Base Hospital Physicians of Ontario, who provide leadership via the Ontario Base Hospital Group Medical Advisory Committee (OBHG MAC), have formally responded the OPFFA's proposal, and do not support the OPFFA’s proposal. I too do not support the OPFFA's dangerous and irresponsible proposal.
Specifically, the OBHG MAC note that they, “… do not support the OPFFA’s proposal…” and that they “… have significant concerns from a patient safety perspective...” Moreover, they note that, “… Symptom Relief (SR) medications proposed by the OPFFA pose a significant risk of harm to patients…”
From what I understand, the cornerstone of OPFFA’s need to respond to medical calls stems from the fact that they can respond to medical calls in less time than Paramedics some of the time. It is my understanding that this is...
CSS
input
{
display:block;
}
textarea
{
min-width:500px;
min-height:500px;
}
JavaScript
var _emails = ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]",...