/    Sign up×
Community /Pin to ProfileBookmark

notify admins button

I want to make an button for my website for users can send and notify mail to admins when they saw an broken link or errors etc…

I just want to make a button, when users click, it will open an popup or lightbox (it can be good ?) then there will be a text box and 3-4 selectable checkbox, if user send its will be mailed to admin [U]with that page link[/U] its important. how can i make it? i searched but didnt find an script for it…

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@TheBearMayMay 28.2009 — This should get you started:

[code=html]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Test</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript">
function notifyBox() {
var newWin = window.open("","newWin");
newWin.document.write("Reporting page at: "+document.location.href);
}
</script>
</head>

<body>
<button onclick="notifyBox();">Admin</button>
</body>
</html>[/code]
×

Success!

Help @EzerchE 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.3,
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: @Yussuf4331,
tipped: article
amount: 1000 SATS,

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

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...