• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

javascript dHTML i f r a m e onmouseover or onmousemove

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    javascript dHTML i f r a m e onmouseover or onmousemove

    I have an application that wraps i f r a m e inside of a DIV
    However the use of onmouse... is giving me grief.
    Anybody been here with this problem.

    #2
    should be simple enough

    parent page has function foo()

    foo()
    {
    alert("foo");
    }


    page in ***** has div with mouseover

    onmouseover="window.parent.foo();"

    Comment


      #3
      i see that i f r a m e

      is rendered as asterisks...

      Comment

      Working...
      X