Subversion Repositories DevTools

Rev

Rev 5791 | Rev 6048 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5791 Rev 5957
Line 3... Line 3...
3
'=====================================================
3
'=====================================================
4
'   Reference SDK
4
'   Reference SDK
5
'   _wform_reference_sdk.asp
5
'   _wform_reference_sdk.asp
6
'
6
'
7
'   This page is designed to be loaded into a <div>
7
'   This page is designed to be loaded into a <div>
8
'   It will create a modal dialog ansd do all of its work within that
8
'   It will create a modal dialog and do all of its work within that
9
'=====================================================
9
'=====================================================
10
%>
10
%>
11
<%
11
<%
12
Option explicit
12
Option explicit
13
Response.Expires = 0	' always load the page, dont store
13
Response.Expires = 0	' always load the page, dont store
Line 261... Line 261...
261
        </table>
261
        </table>
262
      </td>
262
      </td>
263
    </tr>
263
    </tr>
264
  </table>
264
  </table>
265
</form>
265
</form>
-
 
266
<!-- DESTRUCTOR ------->
-
 
267
<!--#include file="common/destructor.asp"-->
-
 
268