Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts
Tuesday, 21 July 2009
Tuesday, 21 April 2009
Monday, 12 November 2007
HTML: Auto Adjust IFRAMEs
Auto Adjust IFRAME
------------------
<iframe name="ifr" id="ifr" src="whatever.html" onload="this.style.height
= ifr.document.body.scrollHeight + 5"></iframe>
OR
<iframe id="ifr" src="ifr.html">< /iframe>< br />
<input type="button" onclick="document.getElementById('ifr').style.height
= ifr.document.body.scrollHeight + 5" value="Ajust" />
------------------
<iframe name="ifr" id="ifr" src="whatever.html" onload="this.style.height
= ifr.document.body.scrollHeight + 5"></iframe>
OR
<iframe id="ifr" src="ifr.html">< /iframe>< br />
<input type="button" onclick="document.getElementById('ifr').style.height
= ifr.document.body.scrollHeight + 5" value="Ajust" />
Friday, 24 August 2007
HTML: Mailto with CC, Subject, Body prepopulated
<a href="mailto:your.nominateduser@yahoo.com.au?cc=your.nominateduser@yahoo.com.au&subject=A new request&body=Please kindly complete the details below:%0D%0A%0D%0AName:%0D%0ATitle:%0D%0ALocation:%0D%0APhone:%0D%0AMobile:%0D%0A">Click here to email</a>
Subscribe to:
Posts (Atom)