you can concat the form data using javascript... read some docs about javascript, it's something like this:
<input type="text" name="material_number" onChange="top.frames[3].location.href='bottom_left_frame.php4?param_on=$material_number&val=' + document.form.text.value">