
May 15th, 2008, 05:47 AM
|
|
Registered User
|
|
Join Date: May 2008
Posts: 2
Time spent in forums: 53 m
Reputation Power: 0
|
|
|
XHTMLMP - Image is not changing with onFocus() in XHTML MP
<script>
function changeImg(img_name, file_name){
document.img_name.src=file_name;
}
</script>
<a href="lastTenTrans.jsp" onfocus="changeImg("img1", "balance_sheet_two.gif")"><img name="img1" align="center" alt="icon" src="balance_sheet_one.gif"></a>
Hiiii... I'm developing a XHTML MP application... I want to change the image with onfocus event (i.e. from 'balance_sheet_one.gif' to 'balance_sheet_two.gif'). It comes on WEB Browser but not happening on Mobile SDK. So will u plz help me out from this issue..?
Thank you
--Kunal Dav
|