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 TouchToneTommy 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. ccddmm

    How to determine the client connection type

    Anyone know how to determine the client connection type by using Javascript?
  2. ccddmm

    document.write

    I did a test. document.write (" This is a 30KB text...... "); document.write ("here"); What I saw was that the whole block of 30KB text is written and the "here" is appended. So I guess the 2nd one executes after the 1st one finishs. But again since the connection speed is too high on my...
  3. ccddmm

    document.write

    Kaht: Thanks for your reply. one more question: If I put a 30kb plain text in the document.write document.write ("<!-- This is a 30KB text...... -->"); document.write ("here"); Will the 2nd statement also get exectued no matter the 30KB completes downloaded?
  4. ccddmm

    document.write

    So is there any way to make sure the image is downloaded and then execute another statement.
  5. ccddmm

    document.write

    I have a question regarding document.write. In the following code segment, there are two document.write. Does the 2nd document.write get exectued after the image mypic.jpg is completely downloaded by the client? Or not? //////////////////////////////////////////////////////////// <html>...
  6. ccddmm

    How to get client connection speed

    I put the alert in my checkSpeed function for testing. What I really want is getting the alert in the main body to work.
  7. ccddmm

    How to get client connection speed

    I am having questions of getting the client connection speed in exclusively Javascript. I searched online some of them when user clicks a link, then pop up the connection speed. I do not want to add any html code for getting the speed. Seems after the image finished loading, the...

Part and Inventory Search

Back
Top