hi everyone,
I have an aplication which has gsuggest functionality,a ll i need is that when i prees
the downward arrow,the cursor is not moving into the results div.
I have been getting the results in the <div> tag and each result with unique ID in the div tag,so what is the way in which i could able get the mouse cursor on to the results (ie the div which we get dynamicaly)on pressing downward arrow??
...
User Profile
Collapse
-
gsuggest:::how to solve the problem??
-
yeah it worked out, i made a mistake ,where im requesting to the jsp in which the fileds are in <form> tag and iam trying to put the response in the <form> tag agian, ie(indirectly im putting <form> inside another <form>)which is not suported in IE,ths the mistake i have ,done ,thankyou for ur help guyz...... -
i did that but no use, its the same problem, it is giving, "Unknown Run time Error" in the script, unable unable to put response html page in the <div> tag located inside <form> tag..,any other ways??...Leave a comment:
-
<div> inside <form>
HI, im using the below code, where iam dispalying the HTML in the div tag named "hello" which is inside the <form>
code inside the function statedChanged()
var response=xmlHtt p.responseText;
document.getEle mentById("hello ").innerHTML=re sponse;
<body>
<form>
<div id="hello">...Leave a comment:
-
-
Thanks for ur reply,
well it didnt solve my problem ,the thing is i need to put the HTML page response in the <div> tag with id="hema",i need to get the html page from registration.js p(this is the page to which im sending url and geting the response),where as i m getting it to be "undefined" after changing the code as u have suggested.in both mozilla n IE.,
iam posting the function named stateChanged(): ::...Leave a comment:
-
using <div> inside <form>
hi ,
Iam Nagesh,Begineer in using Ajax,well
i have been using ajax in application, i have faced a problem while placing the responseTEXT into the <div> tag positioned inside the <form> tag
iam able to get the response in the <div> tag in mozilla (im takingthe HTML response),
<script>
function confirm()
{
xmlHttp=GetXmlH ttpObject();
if (xmlHttp==null)
...
No activity results to display
Show More
Leave a comment: