/    Sign up×
Community /Pin to ProfileBookmark

POPUP BOXwith image

the follwing is the code for a onmouseover popup box..
i want to add an image to the popup box…
i tried using the image (<img src=””>) but didnt work out
the parameters for popup function is passed in the anchor tag.

[CODE]<SCRIPT TYPE=”text/javascript”>

Xoffset=-60;
Yoffset= 20;

var old,skn,iex=(document.all),yyy=-1000;

var ns4=document.layers
var ns6=document.getElementById&&!document.all
var ie4=document.all

if (ns4)
skn=document.dek
else if (ns6)
skn=document.getElementById(“dek”).style
else if (ie4)
skn=document.all.dek.style
if(ns4)document.captureEvents(Event.MOUSEMOVE);
else{
skn.visibility=”visible”
skn.display=”none”
}
document.onmousemove=get_mouse;

function popup(msg,bak){
var content=”<TABLE WIDTH=150 BORDER=1 BORDERCOLOR=black CELLPADDING=2 CELLSPACING=0 “+
“BGCOLOR=”+bak+”> <TD ALIGN=center ><FONT COLOR=black SIZE=2>”+msg+”</FONT></TD></TABLE>”;
yyy=Yoffset;
if(ns4){skn.document.write(content);skn.document.close();skn.visibility=”visible”}
if(ns6){document.getElementById(“dek”).innerHTML=content;skn.display=”}
if(ie4){document.all(“dek”).innerHTML=content;skn.display=”}
}

function get_mouse(e){
var x=(ns4||ns6)?e.pageX:event.x+document.body.scrollLeft;
skn.left=x+Xoffset;
var y=(ns4||ns6)?e.pageY:event.y+document.body.scrollTop;
skn.top=y+yyy;
}

function kill(){
yyy=-1000;
if(ns4){skn.visibility=”hidden”;}
else if (ns6||ie4)
skn.display=”none”
}

//–>
</SCRIPT>[/CODE]

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@uniaxajauthorSep 29.2006 — [U][B]please some one help me with this urgent[/B][/U]
×

Success!

Help @uniaxaj spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...