Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error: Object doesn't support this property or method

Status
Not open for further replies.

kathymac

Programmer
Nov 25, 2009
7
CA
Hi

I have some Javascript code: and I am getting the "Object doesn't support this property or method error:

sTemp = "This is a test";
iLength = sTemp.length;
sNew = sTemp.substring(1, iLength);


 
The code you've posted works just fine, so I would say the problem lies elsewhere.

Can you post all of your code, or better still, a URL to the page in question?

Dan



Coedit Limited - Delivering standards compliant, accessible web solutions

Dan's Page [blue]@[/blue] Code Couch:
Code Couch Snippets & Info:
The Out Atheism Campaign
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top