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 SkipVought 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. chronix

    reload specific frame from another

    I need a function that reload a specific frame from another. I could use "parent.frames[1].location.reload();" but here is the problem. The frame that are supposed to reload the top elements frame could be one step further down like "parent.parent.frames[1].location.reload();" and the same...
  2. chronix

    Make opener "blurred" as long as pop up is open

    Thanks showModalDialog was the kind of function i needed, much appreciated
  3. chronix

    Make opener "blurred" as long as pop up is open

    Ok this is what I need to do: From one page you open a pop-up and when this pop up is open you shouldnt be able to go to the opener window. I've tried <body onBlur=&quot;self.focus()&quot;> in the pop-up but disturbs the form in the pop-up (you can't write in the fields) and it's quite easily...
  4. chronix

    window.onresize won't work

    Thanx I solved it like this window.onresize = ChangeLayer function ChangeLayer() { if(document.all) { ...do this... } else if(document.getElementById) { ...do this... } }
  5. chronix

    window.onresize won't work

    I'm trying to get window.onresize to work but it just won't and i don't understand why. It works if I put it in body onresize but that's not a possibility for me. All I get i run this code is the alert onload and nothing if I resize the window. Please help me <html> <head> <script...

Part and Inventory Search

Back
Top