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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pcplod

  1. pcplod

    wait for html page to be loaded

    dont quite understand what you mean there can you explain more ?
  2. pcplod

    wait for html page to be loaded

    i m loading html pages in an Jeditorpane Is there a way to be notified when the page is completely loaded? i m currently using a sleep which is not the best way to do it editorPane.setPage(url) try { Thread.sleep(5000); } catch (Exception e) {e.printStackTrace();}
  3. pcplod

    checking for relative path

    i mean url like www.awebsite.co.uk/ccc/../firstpage.html www.awebsite.co.uk/ccc/../files/../firstpage.html
  4. pcplod

    checking for relative path

    i m spidering some websites but get stuck in a loop because of relative paths can someone help on how to solve this problem please?

Part and Inventory Search

Back
Top