/    Sign up×
Community /Pin to ProfileBookmark

create a popup box

plz help i need a code so that wen i click on a link it brings up a pop up box which i can modify the txt and have as many extra boxs as i like

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@BytesMar 25.2006 — Give this a try!

[CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>

<head>
<title></title>
<meta name="description" content="">
<meta name="keywords" content="">

<SCRIPT language=JavaScript type=text/JavaScript>
<!-- Begin

// NOTE: If you use a ' add a slash before it like this '

function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

// End -->
</SCRIPT>

</head>
<body>

<a href="" onclick="NewWindow(this.href,'SignIn_1','700','400','yes');return false;">terms &amp; conditions</a>


</body>
</html>

[/CODE]
Copy linkTweet thisAlerts:
@pxlzauthorMar 25.2006 — how does it work n were du i rite my messages ?
×

Success!

Help @pxlz 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,
)...