{Solved}:i need help in javascript function :S !

JavaScript and client side scripting.

Moderator: General Moderators

mekha
Forum Contributor
Posts: 112
Joined: Sat Mar 31, 2012 6:50 am

Re: i need help in javascript function :S !

Post by mekha »

i am using the newest one... i have a fire bug...
Gopesh
Forum Contributor
Posts: 143
Joined: Fri Dec 24, 2010 12:48 am
Location: India

Re: i need help in javascript function :S !

Post by Gopesh »

clear all the errors in the error console.then run the page,check the error console.check there any syntax error occurs.And in the code data: "aid="+id+, cahnge it to data: "aid="+id,. if still it is not working,test it with other browsers
mekha
Forum Contributor
Posts: 112
Joined: Sat Mar 31, 2012 6:50 am

Re: i need help in javascript function :S !

Post by mekha »

ohhhhhhhhhhhhh i success:
the problem is in your code
"aid"+id+,

there is no need to another + after id
mekha
Forum Contributor
Posts: 112
Joined: Sat Mar 31, 2012 6:50 am

Re: i need help in javascript function :S !

Post by mekha »

thank u man ;)
Gopesh
Forum Contributor
Posts: 143
Joined: Fri Dec 24, 2010 12:48 am
Location: India

Re: {Solved}:i need help in javascript function :S !

Post by Gopesh »

Welcome...All the best... :D
Post Reply