nastaran zanjnai

Ranch Hand
+ Follow
since Apr 15, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
4
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by nastaran zanjnai

in my application I need to check if a drop down list has changed or not. can you please let me know how I should write it?

if (document.form.dropdownlist.???)
sorry, do you mean that I should change all GETs to POST. is this a correct one?



I am suing the following code in a JS file



and the following code in the php file



but when I check the data base there is noting written in the table.
can you please let me know how to insert data to a mysql table from client side using ajax. the client generates the data. this data should be stored in the database.

I have checed it like this:



and it alerts "object"
I am using the following function


but it alerts "undefined".
Hi
I have a checkbox like this



and after each check box I have a link <a href="...">

I know how to find which check box is clicked but I don't know how to use that information to find the link after the selected checkbox. can you please let me know if you have any idea?


thansk

you are great. I think I found the answer. I will work on it and then if I had more questions I will come back.
onmousedown="return clk(this.href,'','','','1','','0CBoQFjAA')"
Hi

when I disable script debugging in IE my program runs properly but when I enable this option I get the "Microsoft JScript runtime error: Object expected" error on clicking links. can you please let me know what the problem is and how I should fix it in a way that by the enabled debugger I can continue running the program?
I have read the content of a webpage using XMLHttpRequest() and have done some changes in it. to do these changes I had to write the content in an string. now again I want them to be in html. how I can do that?
I want to know the value of the href attribute of some links which don't have the id attribute. I am using the following code but it returns "undefined".





is this wrong? what else can I do?