Question Help with Command button on DAP

josephbupe

Registered User.
Local time
Today, 11:16
Joined
Jan 31, 2008
Messages
247
Hi,

I want to create a command button with an on-click even.

I am wondering if I can run a fully functional DAP database that can open other dap pages on click of the command buttons offline.

I have tried the code below nothing happened:

Code:
<SCRIPT language=vbscript event=onclick for=cmdMyDockets>
<!--
pageName = "G:/HTML_Dockets/F_Mainmenu.html"

-->
</SCRIPT>

Sorry for the forward slash. I am working on a different machine with correct backslash.

Joseph
 

Users who are viewing this thread

Back
Top Bottom