How to close an Ajax window

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • EnjoyNews

    How to close an Ajax window

    Hi

    I have made a very simple JavaAjax like this:
    <div class="iconbox" onmouseover="In Process('my text', 'inprocess', 'In
    Process');"></div>
    <div id=inprocess"></div>

    and it opens a small windows with the 'my text' in it, in a div below the
    icon.

    BUT... how do i close it again with onmouseout ?


    Is there a simple way ?


  • Laser Lips

    #2
    Re: How to close an Ajax window

    Why are you opening a window. Do you understand what Ajax is or are
    you debugging or somthing.

    And 'JavaAjax' is NOT the correct term. It's Ajax. You are using
    JavaScript to perform Ajax.


    On Aug 18, 9:01 am, "EnjoyNews" <mh-nyhe...@mail.dk wrote:
    Hi
    >
    I have made a very simple JavaAjax like this:
    <div class="iconbox" onmouseover="In Process('my text', 'inprocess', 'In
    Process');"></div>
    <div id=inprocess"></div>
    >
    and it opens a small windows with the 'my text' in it, in a div below the
    icon.
    >
    BUT... how do i close it again with onmouseout ?
    >
    Is there a simple way ?

    Comment

    • Evertjan.

      #3
      Re: How to close an Ajax window

      Laser Lips wrote on 18 aug 2008 in comp.lang.javas cript:
      On Aug 18, 9:01 am, "EnjoyNews" <mh-nyhe...@mail.dk wrote:
      >Hi
      >>
      >I have made a very simple JavaAjax like this:
      ><div class="iconbox" onmouseover="In Process('my text', 'inprocess',
      >'In Process');"></div>
      ><div id=inprocess"></div>
      >>
      >and it opens a small windows with the 'my text' in it, in a div below
      >the icon.
      >>
      >BUT... how do i close it again with onmouseout ?
      >>
      >Is there a simple way ?
      [Please do not toppost on usenet]
      Why are you opening a window. Do you understand what Ajax is or are
      you debugging or somthing.
      >
      And 'JavaAjax' is NOT the correct term. It's Ajax. You are using
      JavaScript to perform Ajax.
      Indeed.

      However a window "in a div" is not a window,
      so the OP is not opening a window.

      --
      Evertjan.
      The Netherlands.
      (Please change the x'es to dots in my emailaddress)

      Comment

      Working...