Javascript Error

This is a discussion on "Javascript Error" within the JavaScript Forum section. This forum, and the thread "Javascript Error are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 27th, 2007, 08:35
New Member
Join Date: Apr 2007
Location: uk
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Javascript Error

Hi I have the following Javascript error and dont know what it means.
Line: 32
Char: 1
Error: Object Expected
Code:0
http://www.army-surplus.org.uk

Any ideas?
Strangely it is actually on this page http://www.forcesreunited.org.uk/onl...log/index.html
Not on the URL above?
Reply With Quote

  #2 (permalink)  
Old Apr 27th, 2007, 16:35
Junior Member
Join Date: Dec 2006
Location: London
Age: 20
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Javascript Error

'getCartItem' is not defined:
Code: Select all
document.write("Items:&nbsp;" + getCartItem(3)+"&nbsp;<BR>");
(I suggest if you're using FF, to download the web developer toolbar )
Reply With Quote
  #3 (permalink)  
Old Apr 27th, 2007, 16:37
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Javascript Error

Even better is the FireBug addon
Reply With Quote
  #4 (permalink)  
Old Apr 27th, 2007, 16:42
Junior Member
Join Date: Dec 2006
Location: London
Age: 20
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Javascript Error

My bad, that's what I meant .. I have both.
Reply With Quote
Reply

Tags
javascript

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Javascript Copy to clipboard Object Error andrewlondon JavaScript Forum 1 Sep 24th, 2007 13:15
Keep getting error message Microsoft VBScript runtime error '800a01a8' cpando1974 Classic ASP 2 Aug 7th, 2007 12:00
Javascript Form error drappendix JavaScript Forum 4 Jan 5th, 2007 00:53
Javascript Error on Dreamweaver pepe_starr JavaScript Forum 5 Aug 16th, 2006 10:19
Urgent Javascript help (2 script coincide error) bmass JavaScript Forum 0 Jul 21st, 2006 05:56


All times are GMT. The time now is 10:48.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43