CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: scbluser

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    10,280

    Re: ajax uncaught exception: send(null)

    If this domain "https://www.dex-intl.com" is different from the page domain requesting for the ajax call it will not work.

    Ajax calls can be performed to the same domain (and context) as the...
  2. Re: Search form code with options and hidden filed problem

    if your hidden input field is in the form then you can use javascript code like


    ssite=document.getElementById('sitelist');
    document.simplesearch.REFERRER.value =...
  3. Re: Lightbox: how to parse the lightbox dynamically loaded html content (AJAX)

    I figure that your plugins work on the document object triggered on ready of the document, whereas your ajax call to initiate the load lightbox happens on body load.

    The document object is...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured