Print Page | Close Window

(..) Delete post!!

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Calendar
Forum Description: Topics Related to Codejock Calendar
URL: http://forum.codejock.com/forum_posts.asp?TID=8188
Printed Date: 20 April 2024 at 3:56am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: (..) Delete post!!
Posted By: davidjmr
Subject: (..) Delete post!!
Date Posted: 27 September 2007 at 4:49am
 



Replies:
Posted By: sserge
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net