InfoBubble 1.0 Demos
© 1998-2008 Data Research Group. All rights reserved
Return To Menu
Master javascript overview
Next Demo
ABOUT THIS DEMO:
This demo is designed to show you the manipulation InfoBubble supports via Javascripts. The InfoBubble on this page is called ibDemo.
Demo Area
Google
Demo Area Javascript
var lnkGoogle = null; //This function is for I.E. only document.body.onload = function() { lnkGoogle = document.getElementById("lnkGoogle"); ibDemo.AttachHoverControl(lnkGoogle, 700, "Google", "A search engine"); }
On-demand Javascript
lnkGoogle = document.getElementById("lnkGoogle"); ibDemo.TitleHtml="Google"; ibDemo.ContentHtml="test"; ibDemo.ShowAtElement(lnkGoogle);
Demo Area HTML
<a id="lnkGoogle" href="http://www.google.com">Google</a>