Challenge with IE5

wxdqz

New Member
I'm using the following javascript code to submit a form. It works fine in IE6 and netscape but it doesn't do anything in IE5..

function previewclick() {
document.form1.preview.value=1
document.form1.submit()
}
Can anyone help me......
 
Back
Top