sniper
08-02-2006, 08:14 AM
I'm trying to open the GroupWise scheduling agent (The screen that pops up when you click on New Appt) with the click of a button, but I can't seem to get it to work. This is a key part of my project, so I need to figure it out fast. I've tried doing it in asp.net, but it only works on my local machine and nowhere else because the client isn't on the server. I have to try to find a way in javascript. Here is what I tried in javascript.
function newAppt(){
document.location.href = "C:\NOVELL\GroupWise\OFVIEWS\WIN\Usap_s.vew"
}
<insert type="button" onclick="newAppt()" />
This doesn't work. When I click on the button I get the page not found page.
All help is very much appreciated.
Thank you.
P.S. My dead line is FRIDAY!!!
function newAppt(){
document.location.href = "C:\NOVELL\GroupWise\OFVIEWS\WIN\Usap_s.vew"
}
<insert type="button" onclick="newAppt()" />
This doesn't work. When I click on the button I get the page not found page.
All help is very much appreciated.
Thank you.
P.S. My dead line is FRIDAY!!!