Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
<removed language="JavaScript1.2">
function changeimage(towhat,towhich){
document.getElementById(towhich).src=towhat;
}


<removed enctype="multipart/form-data" action="" method="post">



<removed onchange="changeimage(this.value,'BN1')" value="" type="file" name="file1" accept="images/newcollections/jpg">






Posted

1 solution

1. Please read the forum guidelines.
2. Your tag says IE7 and the title is IE8.
3. You need to describe what you are trying to do, and what the actual error is.
4. Please place your code in the code block tags.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900