Hi Guys,
I want a javascript function which shows Public Shared Calendar(opens a window) when I click a link from the webpage. Please help me.
Ex. /Public Folders/All Public Folders/Photography
Thanks in Advance.
I have following VBScript working fine on PC but, not on MAC that is why I am looking for Javascript Please help me.
************
[CODE=vb]<script language="vbscr ipt">
sub RunOutlook()
Dim olApp
Set olApp = CreateObject("O utlook.Applicat ion")
Dim mb
Set mb = olApp.GetNamesp ace("MAPI").Fol ders("Public Folders").Folde rs("All Public Folders").Folde rs("Photography ")
mb.Display
olApp.ActiveExp lorer.CurrentVi ew = "Day/Week/Month"
end sub
</script>[/CODE]
*************** *****
I want a javascript function which shows Public Shared Calendar(opens a window) when I click a link from the webpage. Please help me.
Ex. /Public Folders/All Public Folders/Photography
Thanks in Advance.
I have following VBScript working fine on PC but, not on MAC that is why I am looking for Javascript Please help me.
************
[CODE=vb]<script language="vbscr ipt">
sub RunOutlook()
Dim olApp
Set olApp = CreateObject("O utlook.Applicat ion")
Dim mb
Set mb = olApp.GetNamesp ace("MAPI").Fol ders("Public Folders").Folde rs("All Public Folders").Folde rs("Photography ")
mb.Display
olApp.ActiveExp lorer.CurrentVi ew = "Day/Week/Month"
end sub
</script>[/CODE]
*************** *****
Comment