User Profile

Collapse

Profile Sidebar

Collapse
neverquit
neverquit
Last Activity: Aug 10 '07, 11:54 AM
Joined: Jul 4 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • neverquit
    started a topic gsuggest:::how to solve the problem??

    gsuggest:::how to solve the problem??

    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??
    ...
    See more | Go to post

  • neverquit
    replied to using <div> inside <form>
    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......
    See more | Go to post

    Leave a comment:


  • neverquit
    replied to using <div> inside <form>
    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??...
    See more | Go to post

    Leave a comment:


  • neverquit
    replied to using <div> inside <form>
    &lt;div&gt; inside &lt;form&gt;

    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">...
    See more | Go to post

    Leave a comment:


  • neverquit
    replied to using <div> inside <form>
    Yeah it worked fine, Thanks praveen2gupta and epots9..,...
    See more | Go to post

    Leave a comment:


  • neverquit
    replied to using <div> inside <form>
    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(): ::...
    See more | Go to post

    Leave a comment:


  • neverquit
    started a topic using <div> inside <form>

    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)
    ...
    See more | Go to post
No activity results to display
Show More
Working...