Billede til at submitte form virker ikke i Opera
hvorfor virker mit billede til at submitte en form ikke i Opera: http://campaigns.emailserver2.com/MBDT/WebformListener.aspx?xe=tSwxHYyy/MMME6m2/k0dWBuLV6ejG5WD3b3o&event=Viewed&vid=23571<input type="image" src="http://www.pixmantec.com/img/btn_send.jpg" border="0" onclick="next()" name="submit">
next:
<SCRIPT language="javascript" src="/MMM/_common/scripts/subnextpage.js"></SCRIPT>
<script language="javascript">
function next(){
Ffirstname = document.all.firstname.value;
Flastname = document.all.lastname.value;
Faddress = document.all.address.value;
Fzipcode = document.all.zipcode.value;
Fcity = document.all.city.value;
Fcountry = document.all.country.value;
Femail = document.all.email.value;
Fmobile = document.all.mobile.value;
next = 'http://www.pixmantec.com/include/featuredphotographer_send.asp?firstname=' + Ffirstname + '&lastname=' + Flastname + '&address=' + Faddress + '&zipcode=' + Fzipcode + '&city=' + Fcity + '&country=' + Fcountry + '&email=' + Femail + '&mobile=' + Fmobile;
subnextpage(next);
}
</script>
