If you know some javascript and some HTML then you can go forward….Those who need explanations plz feel free to contact me
<script language="JavaScript">
function getImgSize(imgSrc)
{var newImg = new Image();
newImg.src = imgSrc;
var height = newImg.height;
var width = newImg.width;
alert ('The image size is '+width+'*'+height);
}</script>
<img src="1.jpg" id="demoImg" />
<button onclick="getImgSize(document.getElementById('demoImg').src);" value="Click Me">
</button>
Incoming search terms:
- javascript tutorial pdf (3)
- display images horizontally php mysql ajax (1)
- how to display multiple images in jsp (1)
- how to prevent hotlinking no referer javascript (1)
- htaccess rewrite images from blobs (1)
- image size validate jsp (1)
- image using javascript (1)
- mistonline width and height of image using javascript (1)
You will also be interested in ,
- Creating An Image Using PHP
- Water mark images using PHP 5 and GD Library
- Change first letter of each word in a form field from lowercase to uppercase
- Extracting URL parameters with Javascript
- Buzzing or vibrating the login form using jquery
- Alert a message before leaving a web page using javascript
- Disable browser back button using javascript
- Close Event In Javascript Using OnUnload()
- New Year and Christmas count down script using javascript
- Insert text and smilies in to textarea using javascript

