hi guys,
<img src="img.jpg" alt="" width="120" border="0" class="Inline" name="img" id="img" />
<input name="image" onchange="document.img.src=document.blah.image.value;" type="file" />
this code isnt work
anyone know how ?
hi guys,
<img src="img.jpg" alt="" width="120" border="0" class="Inline" name="img" id="img" />
<input name="image" onchange="document.img.src=document.blah.image.value;" type="file" />
this code isnt work
anyone know how ?
I would suggest using http://jquery.com/ as it provides many function to do things like this, but using CSS style selectors instead of the nasty javascript dom.