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 strongm 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: *

  • Users: coracal
  • Order by date
  1. coracal

    close window without message

    In Mozilla (and I mean in other Gecko like browsers) user can disable construction: window.opener=self; self.close(); If you edit all.js in row: pref("capability.policy.default.Window.close", "allAccess"); and change value to noAccess. After will be in javascript console...
  2. coracal

    random pic doesn't work- Help!?

    Hello, 1) scr isnt the same as src! :) 2) I mean that isnt good: document.pic1.scr=causewaypics[element].src; document.pic2.scr=causewaypics[element2].src; but: document.pic1.scr=causewaypics[element]; document.pic2.scr=causewaypics[element2]; Coracal
  3. coracal

    load all images last?

    Hello, 1) use in tag img attributes width and height - because browser must know size of image. And then first display text and after images. 2) use window.onload=function(){ //here is code, that will be avaible after page is definitely load } Coracal

Part and Inventory Search

Back
Top