Jump to content

javascript ie error


seventheyejosh

Recommended Posts

Hello all, i'm relatively new to javascript and i keep getting this error.

 

Error: Object doesnt support this property or method.

 

When i debug it says that this line is the bad one:

 

function change_cal_value(){

 

  exercise=encodeURI(document.getElementById('exercise').value);

  qty=document.getElementById('qty').value;

 

  url='<URL>='+exercise+'&qty='+qty+'&act=no&1=1';

  sndReqListb(url);

 

  }

 

i cant seem to figure out this, any help would be much appreciated.

Link to comment
https://forums.phpfreaks.com/topic/142994-javascript-ie-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.