IE says, "Line 65, Object Expected." Here is line 65:
Is it because the onclick refers to "document"? Does moving javascript to an external file mean that "document" needs to be changed to something else?Code:<a href="#" onclick="RecalcMonthlyPay(document.frmCalc); return(false);" onfocus="this.blur()"><img src="_images/calculator.gif" border="0" alt="Calculate the above mortgage scenario" /></a> </form>
EDIT--------
Turns out i never uploaded the external file to the server. I am so sorry for my ignorance.




Reply With Quote