| |
Quality Comes First |
Yes...and that will always be our first priority.
We want our clients to be satisfied with the final results by making their money worth every cent.
|
Tools for Trade |
The World Wide Web is a massive space to find useful online tools.
Within the Link Out page are some of the useful tools we have compiled.
|
|
|
I noticed that most IT dummies does not even know how to right click and image to save. And so, with many hours spending on Yahoo search engine… I found this…
<script>
function saveImageAs (imgOrURL)
{
if (typeof imgOrURL == 'object')
imgOrURL = imgOrURL.src;
window.win = open (imgOrURL);
setTimeout('win.document.execCommand("SaveAs")', 500);
}
</script>
<A href="#" onclick="saveImageAs(document.getElementById('embedImage')); return false" >save image</A>
<img id="embedImage" src="IMAGEFILE.JPG">
Source: www.arunma.com |
Leave a Reply
|
|