•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 427,379 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,008 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 700 | Replies: 3
![]() |
•
•
Join Date: Oct 2007
Posts: 6
Reputation:
Rep Power: 0
Solved Threads: 0
Hello friends
In my form I am using two AJAX functions..
Both are working fine...
Problem is both are displying in one place..I want to display it in different locations...
I used
txtHindGrade for first
and
txtHint for the second
Both are displaying in one place where txtHint is given
please help
thanks
In my form I am using two AJAX functions..
Both are working fine...
Problem is both are displying in one place..I want to display it in different locations...
I used
html Syntax (Toggle Plain Text)
<div id="txtHintGrade"></div> <div id="txtHint"></div>
txtHindGrade for first
html Syntax (Toggle Plain Text)
document.getElementById("txtHindGrade").innerHTML=xmlHttp.responseText; <span id=\"txtHindGrade\"></span>
and
txtHint for the second
html Syntax (Toggle Plain Text)
document.getElementById("txtHint").innerHTML=xmlHttp.responseText; <span id=\"txtHint\"></span>
Both are displaying in one place where txtHint is given
please help
thanks
Last edited by peter_budo : May 15th, 2008 at 4:16 am. Reason: Keep It Organized - please use [code] tags
•
•
Join Date: Aug 2006
Location: Noida, India
Posts: 158
Reputation:
Rep Power: 3
Solved Threads: 17
![]() |
•
•
•
•
•
•
•
•
DaniWeb JavaScript / DHTML / AJAX Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- getElementById not retreiving values from ASP textbox (JavaScript / DHTML / AJAX)
- getElementById problem in Firefox (JavaScript / DHTML / AJAX)
- need help to get document.getElementById to work (JavaScript / DHTML / AJAX)
- how do i get this to work document.getElementById (Java)
- getElementById is not a function (HTML and CSS)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: css internet explorer 6 firefox
- Next Thread: javascript variale does not pass in url please help me to find out the solution



Linear Mode