Need a very quick Java Script function written.
I need a JavaScript function written that will accept two parameters (Product Name and Description).
In the a href onmouseover event, this Function will be called and a pop up box will display next to the location of the cursor that contains the text given in param1 and param2.
eg.
<a href=’link.com’ onMouseOver=”ShowPopUp(‘text1’, ‘text2’);”onMouseOut=”ShowPopUp(”,”);”>Test</a><br>
When one mouses over this link the text box should be displayed with the left top part of the text box located where the cursor is, the box sized correctly and the following in the box
text1
text2
When you call it with the parameters blank, it destroys the box. (in the example, this is set to the onmouseout event.
All the necessary functionality must be including in the routine. You cannot rely on any global environment to be set up.
Happy Bidding.
