Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dpark27

    Using javascript libraries

    Hi, I am trying to use the prototype library and I seem to get an error that says missing call to Sys.Application.notifyScriptLoaded(). But when I add 'if(typeof(Sys!==null))Sys.Application.notifyScriptLoaded()' to the prototype.js file, I get 'Sys is not defined'. Any ideas on how to...
  2. dpark27

    c# question

    Hi, is there a way to refer to the current document in C# just like you do in javascript? Thanks
  3. dpark27

    web document

    Hi new to C#, I was wondering if there is a way to refer to the current html page in C#. Much like how in javascript you can refer to the document and then get elements, etc. Thanks
  4. dpark27

    cross domain iframes

    I've been looking around for a method for a while and didn't find anything, I guess I have to face the truth. lol. I got another question though. When you load a widget to your browser and that widget asks for credentials and uses a proxy server to make a XHR, my credentials are pretty much...
  5. dpark27

    cross domain iframes

    Is there any way to walk to DOM in an iframe that is in a different domain than your original?
  6. dpark27

    xml http request question

    Hello I had a question and hoping somebody could clarify. When you make a page request using an XMLHttpRequest object, does it refresh and reflect changes in the page every couple minutes like a browser?

Part and Inventory Search

Back
Top