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 Rhinorhino 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 danielvaughan

  1. danielvaughan

    !win.closed not working with IE6

    Dan, To clarify, this is my whole embeded script: <script> var win = ""; function shopcart(mypage,myname,w,h,features) { if (!window.win) { window.alert('loading for the first time'); if(screen.width){ var winl = (screen.width-w)/2; var wint = (screen.height-h)/2; }else{...
  2. danielvaughan

    !win.closed not working with IE6

    Hi Dan, I've now included: var win = ""; on the line before the function is defined. This should have defined win as global should it not? However, the problem still occurs. Regards Daniel
  3. danielvaughan

    !win.closed not working with IE6

    Hi Guys, I seem to be having a problem with !win.closed and Internet Explorer 6. My script works perfectly well in firefox. I've included window.alerts to confirm this. IE just does not recognise !win.closed and therefore, wont enter that part of the script. By the way, the script is fed some...

Part and Inventory Search

Back
Top