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

Search:

Type: Posts; User: andreasblixt

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    6,845

    Re: CascadeDropDown not working!

    I'm pretty sure most XmlHttpRequest implementations will allow any relative paths, so yes, that should work.
  2. Replies
    4
    Views
    6,845

    Re: CascadeDropDown not working!

    Your issue might stem from the fact that requests in JavaScript are limited to the scope of the page they are used on. You can't use absolute paths when requesting something with XmlHttpRequest...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured