Dear Sir,
I have following codes
[code]
My Contacts
<style type="text/css">
body{
margin-top:200px;
font-family:Georgia, "Times New Roman", Times, serif;
}
</style>
</head>
<body>
<center>
<img src="Photo96.png"><br/>
<a href="">Get Photo</a>
</center>
</body>
</html>
[/code]
It shows this image
I want to show new picture where current picture is shown, With pressing Get Photo link.
There should be image selector dialog box to select image file then show in picture box.
No matter what method is atopt, Javascript, Jquery, Ajax, Php and whatever.
Please help