Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - (..) Delete post!!
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

(..) Delete post!!

 Post Reply Post Reply
Author
Message
davidjmr View Drop Down
Newbie
Newbie


Joined: 27 September 2007
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote davidjmr Quote  Post ReplyReply Direct Link To This Post Topic: (..) Delete post!!
    Posted: 27 September 2007 at 4:49am
 
Back to Top
sserge View Drop Down
Moderator Group
Moderator Group


Joined: 01 December 2004
Status: Offline
Points: 1297
Post Options Post Options   Thanks (0) Thanks(0)   Quote sserge Quote  Post ReplyReply Direct Link To This Post Posted: 01 October 2007 at 6:56pm
Hii David,

This control is client-side control, not server-side.

So, it is possible to use it with any web page, even HTML, but all the coding should be done from Java(VB)Script in a browser.

To insert the control into a page you have to write something like:

    <body>
        <OBJECT id="Dcalendarcontrol1" style="WIDTH: 600px; HEIGHT: 496px" classid="clsid:DA2662AD-C10E-46D9-B5A9-F8F7E96A0BEF" VIEWASTEXT>
            <PARAM NAME="_Version" VALUE="589905">
            <PARAM NAME="_ExtentX" VALUE="15875">
            <PARAM NAME="_ExtentY" VALUE="13123">
            <PARAM NAME="_StockProps" VALUE="64">
            <PARAM NAME="Enabled" VALUE="1">
            <PARAM NAME="RightToLeft" VALUE="0">
            <PARAM NAME="ViewType" VALUE="0">
        </OBJECT>
    </body>


--
WBR,
Serge
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.