What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » JavaScript help

JavaScript help
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: JavaScript help
[/code]function deletePost(pid) {
    confirmReturn = confirm("Are you sure you want to delete this post?");
    if(confirmReturn == true) {
        window.location = "editpost.php?action=quickdelete&pid="+pid;
    }
}[/code]

taken from http://shoutbox.menthix.net/general.js
05-29-2006 12:50 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
JavaScript help - by lordy on 05-29-2006 at 12:12 AM
RE: JavaScript help - by matty on 05-29-2006 at 12:50 AM
RE: JavaScript help - by lordy on 05-29-2006 at 01:20 AM
RE: JavaScript help - by lordy on 05-29-2006 at 01:31 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On