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 wOOdy-Soft 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 ciciu

  1. ciciu

    function openWindow and I.E. 4

    yes, this is the full code (it got chopped up in my last post):<br> <br> function openWindow(url) {<br> popupWin = window.open(url,'portfolio','toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width=450,height=150');<br> window.blur()<br> <br> }
  2. ciciu

    function openWindow and I.E. 4

    the function openWindow(url)doesn't seem to work with I.E. version 4.0. The return error is 'no such interface supported'<br> does anyone know why and how to correct the problem?<br> <br> please reply to ciciu@hotmail.com<br> <br> see example:<br>...

Part and Inventory Search

Back
Top