Need help with this freaking javascript error

This is a discussion on Need help with this freaking javascript error within the Javascript forums, part of the Development category; please check my home page Business Identity, Web Development, Custom Graphic Designing, Online Printing Services, Guaranteed SEO Services i m ...


Reply
 
LinkBack Thread Tools Display Modes
Old 30th June 2009, 06:01 PM   #1
Junior Member
 
Join Date: Jun 2009
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
muqtada123 is on a distinguished road
Expertise: S.E.O & Marketing
Experience: Professional
Post Need help with this freaking javascript error

please check my home page Business Identity, Web Development, Custom Graphic Designing, Online Printing Services, Guaranteed SEO Services i m getting continuously this freaky error and want to get rid off as soon as possible, please help me, mots importantly i m getting this error only in Mozilla Firefox but not in IE and whenever i just unchecked the option for enabling JavaScript from the option of Firefox, its vanished but cannot work properly. Any suggestion as Google is dead and i did not find any appropriate solution from there. Thanks in advance
muqtada123 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 30th June 2009, 07:00 PM   #2
admin
 
saltedm8's Avatar
 
Join Date: Dec 2008
Location: Kent Uk
Posts: 1,426
Blog Entries: 4
Thanks: 10
Thanked 42 Times in 42 Posts
saltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond repute
Expertise: (X)HTML / CSS
Experience: Professional
Default

I found this after hunting on the internet for you, since you use the same script I can only presume this is the answer you are looking for

Quote:
Go into RS.HTM and in function _MSRS_StartRequest(...) change 4th line to read

if (typeof(document.RSAspProxyApplet) == 'object' || typeof(document.RSAspProxyApplet) == 'function')
__________________
THePiNcH
saltedm8 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 30th June 2009, 07:04 PM   #3
Junior Member
 
Join Date: Jun 2009
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
muqtada123 is on a distinguished road
Expertise: S.E.O & Marketing
Experience: Professional
Default

i m still confused, can you please elaborate this little bit more, where i can find RS.htm?
muqtada123 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 30th June 2009, 07:24 PM   #4
admin
 
saltedm8's Avatar
 
Join Date: Dec 2008
Location: Kent Uk
Posts: 1,426
Blog Entries: 4
Thanks: 10
Thanked 42 Times in 42 Posts
saltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond repute
Expertise: (X)HTML / CSS
Experience: Professional
Default

you have it included here

HTML Code:
<script language="JavaScript" src="_ScriptLibrary/RS.HTM"></script> 
that's where your html says it is anyway, so I would have thought it would be amongst your files somewhere...
__________________
THePiNcH
saltedm8 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 30th June 2009, 07:36 PM   #5
Junior Member
 
Join Date: Jun 2009
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
muqtada123 is on a distinguished road
Expertise: S.E.O & Marketing
Experience: Professional
Default

Quote:
Originally Posted by saltedm8 View Post
I found this after hunting on the internet for you, since you use the same script I can only presume this is the answer you are looking for
Whats this particular line means that you have just provided
if (typeof(document.RSAspProxyApplet) == 'object' || typeof(document.RSAspProxyApplet) == 'function')

I just figured it out that you mean to say that i have to replace "if" with "object" but you again mentioned to replace "object" with "function"

i m still confused. Please help and explain me
muqtada123 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 30th June 2009, 08:02 PM   #6
admin
 
saltedm8's Avatar
 
Join Date: Dec 2008
Location: Kent Uk
Posts: 1,426
Blog Entries: 4
Thanks: 10
Thanked 42 Times in 42 Posts
saltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond repute
Expertise: (X)HTML / CSS
Experience: Professional
Default

I know nothing else I dont know javascript, as I said, I found it in thread on another forum, and that's all they said.. try it, if it don't work, just put it back again
__________________
THePiNcH
saltedm8 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 30th June 2009, 09:04 PM   #7
Tom
trusted
 
Tom's Avatar
 
Join Date: Jan 2009
Posts: 581
Blog Entries: 16
Thanks: 5
Thanked 22 Times in 22 Posts
Tom is on a distinguished road
Expertise: Design & Graphics
Experience: Quite Good
Default

What saltedm8 is saying is that in your homepage you have the code:

Code:
<script language="JavaScript" src="_ScriptLibrary/RS.HTM"></script> 
<script language="JavaScript"> 
		RSEnableRemoteScripting("_ScriptLibrary"); 
</script>
(the file starts with an underscore so may be hidden depending on how you view it)

This refers to the RS.HTM file which saltedm8 advised to modify slightly. If you can't find the file then that would be the cause of the issue, so would be best to put in in the correct directory for your scripts to locate it.

However I would ask, do you know what this is for and what it does? is it needed?

Some more information that might help:

Remote Scripting Tips
__________________
Domain Diagnosis www.domaindiagnosis.com
Tom is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 2nd July 2009, 10:44 PM   #8
Junior Member
 
Join Date: Jun 2009
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
muqtada123 is on a distinguished road
Expertise: S.E.O & Marketing
Experience: Professional
Default

The script is for live chat support, now you can see the live chat support recently integrated after getting rid of that error finally, thanks for helping
muqtada123 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 2nd July 2009, 11:57 PM   #9
admin
 
saltedm8's Avatar
 
Join Date: Dec 2008
Location: Kent Uk
Posts: 1,426
Blog Entries: 4
Thanks: 10
Thanked 42 Times in 42 Posts
saltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond repute
Expertise: (X)HTML / CSS
Experience: Professional
Default

could you tell us what the error was in the end ?... or was it what I suggested ?
__________________
THePiNcH
saltedm8 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Reply

Tags
error, freaking, javascript

Thread Tools
Display Modes