Link to home
Start Free TrialLog in
Avatar of frosty70
frosty70

asked on

pop-up dialog box for document library upload

I am looking to create a javascript alert when a file has been uploaded to a document library.  I'm new to sharepoint and aspx, but I have tried to look at upload.aspx both in the advanced view editor and sharepoint designer and have not identified an area to insert my javascript

a really hard function which I want to associate with an onSubmit event.-

function MM_popupMsg(msg) { //v1.0
  alert('Your files were loaded to the MSCHE Vault');
}

Any help would be greaatly appreciated.
ASKER CERTIFIED SOLUTION
Avatar of navdeepmadan
navdeepmadan
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of frosty70
frosty70

ASKER

So if I'm understanding you, I have to use visual studio to create the custom event handler (I am much more used to Linux ruby and php, please forgive me).  Where would I associate the script with itemAdding?
the answer was exactly what he said it was, but the problem was there were few instructions or links to how to perform the operation.  More importantly, the solution required admin/desktop access to the server.  i was hoping for something javascript or jquery - based.