Advertisement

Results for "Author: 1 click db"

ASP_Volume2 #42362
Double List Box

Show two list boxes, one to display a list of choices, one to display a list of ordered suggestions. 1ClickDB.com's Query Wizard for Access and SQL Server includes a handy control to move items between two list boxes using JavaScript. This control uses a Server Side VBScript class that is available for free integration into your custom Code Wizard application, or any other ASP based HTML FORM you may have. Here is some sample code showing how to enable this control in your own HTLM FORM: &lt!--#INCLUDE FILE=DoubleBox.asp--> <FORM> <INPUT TYPE=Submit VALUE="Continue > > "> <% dim objDoubleBox set objDoubleBox = New DoubleBox objDoubleBox.doublebox_fields = "ItemOne,ItemTwo,ItemThree" objDoubleBox.doublebox_delimiters ="," objDoubleBox.doublebox_size = 12 objDoubleBox.doublebox_LHeader ="Choose From List:" objDoubleBox.doublebox_RHeader = "Selected" objDoubleBox.doublebox_form = "forms[0]" objDoubleBox.doublebox_name="DoubleBoxForm" objDoubleBox.DrawDoubleBox %> </FORM> After submission, the selected entries will show up as a delimited list in the Request("doubleboxform") variable. This is determined by the value specified for .doublebox_name. Note this control _must_ be embedded in a Form to actual return values. Form can be a POST or GET. This control requires VBScript 5 or later on your ASP server. The JavaScript created by the control is compatible with most old and new browsers. More on the web at http://AccessHelp.net/survival

ASP_Volume3 #55686
Double List Box

Show two list boxes, one to display a list of choices, one to display a list of ordered suggestions. 1ClickDB.com's Query Wizard for Access and SQL Server includes a handy control to move items between two list boxes using JavaScript. This control uses a Server Side VBScript class that is available for free integration into your custom Code Wizard application, or any other ASP based HTML FORM you may have. Here is some sample code showing how to enable this control in your own HTLM FORM: &lt!--#INCLUDE FILE=DoubleBox.asp--> <FORM> <INPUT TYPE=Submit VALUE="Continue > > "> <% dim objDoubleBox set objDoubleBox = New DoubleBox objDoubleBox.doublebox_fields = "ItemOne,ItemTwo,ItemThree" objDoubleBox.doublebox_delimiters ="," objDoubleBox.doublebox_size = 12 objDoubleBox.doublebox_LHeader ="Choose From List:" objDoubleBox.doublebox_RHeader = "Selected" objDoubleBox.doublebox_form = "forms[0]" objDoubleBox.doublebox_name="DoubleBoxForm" objDoubleBox.DrawDoubleBox %> </FORM> After submission, the selected entries will show up as a delimited list in the Request("doubleboxform") variable. This is determined by the value specified for .doublebox_name. Note this control _must_ be embedded in a Form to actual return values. Form can be a POST or GET. This control requires VBScript 5 or later on your ASP server. The JavaScript created by the control is compatible with most old and new browsers. More on the web at http://AccessHelp.net/survival

C_Volume2 #83424
Double List Box

Show two list boxes, one to display a list of choices, one to display a list of ordered suggestions. 1ClickDB.com's Query Wizard for Access and SQL Server includes a handy control to move items between two list boxes using JavaScript. This control uses a Server Side VBScript class that is available for free integration into your custom Code Wizard application, or any other ASP based HTML FORM you may have. Here is some sample code showing how to enable this control in your own HTLM FORM: &lt!--#INCLUDE FILE=DoubleBox.asp--> <FORM> <INPUT TYPE=Submit VALUE="Continue > > "> <% dim objDoubleBox set objDoubleBox = New DoubleBox objDoubleBox.doublebox_fields = "ItemOne,ItemTwo,ItemThree" objDoubleBox.doublebox_delimiters ="," objDoubleBox.doublebox_size = 12 objDoubleBox.doublebox_LHeader ="Choose From List:" objDoubleBox.doublebox_RHeader = "Selected" objDoubleBox.doublebox_form = "forms[0]" objDoubleBox.doublebox_name="DoubleBoxForm" objDoubleBox.DrawDoubleBox %> </FORM> After submission, the selected entries will show up as a delimited list in the Request("doubleboxform") variable. This is determined by the value specified for .doublebox_name. Note this control _must_ be embedded in a Form to actual return values. Form can be a POST or GET. This control requires VBScript 5 or later on your ASP server. The JavaScript created by the control is compatible with most old and new browsers. More on the web at http://AccessHelp.net/survival

Java_Volume1 #101968
Double List Box

Show two list boxes, one to display a list of choices, one to display a list of ordered suggestions. 1ClickDB.com's Query Wizard for Access and SQL Server includes a handy control to move items between two list boxes using JavaScript. This control uses a Server Side VBScript class that is available for free integration into your custom Code Wizard application, or any other ASP based HTML FORM you may have. Here is some sample code showing how to enable this control in your own HTLM FORM: &lt!--#INCLUDE FILE=DoubleBox.asp--> <FORM> <INPUT TYPE=Submit VALUE="Continue > > "> <% dim objDoubleBox set objDoubleBox = New DoubleBox objDoubleBox.doublebox_fields = "ItemOne,ItemTwo,ItemThree" objDoubleBox.doublebox_delimiters ="," objDoubleBox.doublebox_size = 12 objDoubleBox.doublebox_LHeader ="Choose From List:" objDoubleBox.doublebox_RHeader = "Selected" objDoubleBox.doublebox_form = "forms[0]" objDoubleBox.doublebox_name="DoubleBoxForm" objDoubleBox.DrawDoubleBox %> </FORM> After submission, the selected entries will show up as a delimited list in the Request("doubleboxform") variable. This is determined by the value specified for .doublebox_name. Note this control _must_ be embedded in a Form to actual return values. Form can be a POST or GET. This control requires VBScript 5 or later on your ASP server. The JavaScript created by the control is compatible with most old and new browsers. More on the web at http://AccessHelp.net/survival

2_2002-2004 #129115
Double List Box

Show two list boxes, one to display a list of choices, one to display a list of ordered suggestions. 1ClickDB.com's Query Wizard for Access and SQL Server includes a handy control to move items between two list boxes using JavaScript. This control uses a Server Side VBScript class that is available for free integration into your custom Code Wizard application, or any other ASP based HTML FORM you may have. Here is some sample code showing how to enable this control in your own HTLM FORM: &lt!--#INCLUDE FILE=DoubleBox.asp--> <FORM> <INPUT TYPE=Submit VALUE="Continue > > "> <% dim objDoubleBox set objDoubleBox = New DoubleBox objDoubleBox.doublebox_fields = "ItemOne,ItemTwo,ItemThree" objDoubleBox.doublebox_delimiters ="," objDoubleBox.doublebox_size = 12 objDoubleBox.doublebox_LHeader ="Choose From List:" objDoubleBox.doublebox_RHeader = "Selected" objDoubleBox.doublebox_form = "forms[0]" objDoubleBox.doublebox_name="DoubleBoxForm" objDoubleBox.DrawDoubleBox %> </FORM> After submission, the selected entries will show up as a delimited list in the Request("doubleboxform") variable. This is determined by the value specified for .doublebox_name. Note this control _must_ be embedded in a Form to actual return values. Form can be a POST or GET. This control requires VBScript 5 or later on your ASP server. The JavaScript created by the control is compatible with most old and new browsers. More on the web at http://AccessHelp.net/survival

3_2004-2005 #147659
Double List Box

Show two list boxes, one to display a list of choices, one to display a list of ordered suggestions. 1ClickDB.com's Query Wizard for Access and SQL Server includes a handy control to move items between two list boxes using JavaScript. This control uses a Server Side VBScript class that is available for free integration into your custom Code Wizard application, or any other ASP based HTML FORM you may have. Here is some sample code showing how to enable this control in your own HTLM FORM: &lt!--#INCLUDE FILE=DoubleBox.asp--> <FORM> <INPUT TYPE=Submit VALUE="Continue > > "> <% dim objDoubleBox set objDoubleBox = New DoubleBox objDoubleBox.doublebox_fields = "ItemOne,ItemTwo,ItemThree" objDoubleBox.doublebox_delimiters ="," objDoubleBox.doublebox_size = 12 objDoubleBox.doublebox_LHeader ="Choose From List:" objDoubleBox.doublebox_RHeader = "Selected" objDoubleBox.doublebox_form = "forms[0]" objDoubleBox.doublebox_name="DoubleBoxForm" objDoubleBox.DrawDoubleBox %> </FORM> After submission, the selected entries will show up as a delimited list in the Request("doubleboxform") variable. This is determined by the value specified for .doublebox_name. Note this control _must_ be embedded in a Form to actual return values. Form can be a POST or GET. This control requires VBScript 5 or later on your ASP server. The JavaScript created by the control is compatible with most old and new browsers. More on the web at http://AccessHelp.net/survival

4_2005-2006 #160983
Double List Box

Show two list boxes, one to display a list of choices, one to display a list of ordered suggestions. 1ClickDB.com's Query Wizard for Access and SQL Server includes a handy control to move items between two list boxes using JavaScript. This control uses a Server Side VBScript class that is available for free integration into your custom Code Wizard application, or any other ASP based HTML FORM you may have. Here is some sample code showing how to enable this control in your own HTLM FORM: &lt!--#INCLUDE FILE=DoubleBox.asp--> <FORM> <INPUT TYPE=Submit VALUE="Continue > > "> <% dim objDoubleBox set objDoubleBox = New DoubleBox objDoubleBox.doublebox_fields = "ItemOne,ItemTwo,ItemThree" objDoubleBox.doublebox_delimiters ="," objDoubleBox.doublebox_size = 12 objDoubleBox.doublebox_LHeader ="Choose From List:" objDoubleBox.doublebox_RHeader = "Selected" objDoubleBox.doublebox_form = "forms[0]" objDoubleBox.doublebox_name="DoubleBoxForm" objDoubleBox.DrawDoubleBox %> </FORM> After submission, the selected entries will show up as a delimited list in the Request("doubleboxform") variable. This is determined by the value specified for .doublebox_name. Note this control _must_ be embedded in a Form to actual return values. Form can be a POST or GET. This control requires VBScript 5 or later on your ASP server. The JavaScript created by the control is compatible with most old and new browsers. More on the web at http://AccessHelp.net/survival

5_2007-2008 #183501
Double List Box

Show two list boxes, one to display a list of choices, one to display a list of ordered suggestions. 1ClickDB.com's Query Wizard for Access and SQL Server includes a handy control to move items between two list boxes using JavaScript. This control uses a Server Side VBScript class that is available for free integration into your custom Code Wizard application, or any other ASP based HTML FORM you may have. Here is some sample code showing how to enable this control in your own HTLM FORM: &lt!--#INCLUDE FILE=DoubleBox.asp--> <FORM> <INPUT TYPE=Submit VALUE="Continue > > "> <% dim objDoubleBox set objDoubleBox = New DoubleBox objDoubleBox.doublebox_fields = "ItemOne,ItemTwo,ItemThree" objDoubleBox.doublebox_delimiters ="," objDoubleBox.doublebox_size = 12 objDoubleBox.doublebox_LHeader ="Choose From List:" objDoubleBox.doublebox_RHeader = "Selected" objDoubleBox.doublebox_form = "forms[0]" objDoubleBox.doublebox_name="DoubleBoxForm" objDoubleBox.DrawDoubleBox %> </FORM> After submission, the selected entries will show up as a delimited list in the Request("doubleboxform") variable. This is determined by the value specified for .doublebox_name. Note this control _must_ be embedded in a Form to actual return values. Form can be a POST or GET. This control requires VBScript 5 or later on your ASP server. The JavaScript created by the control is compatible with most old and new browsers. More on the web at http://AccessHelp.net/survival

6_2008-2009 #206019
Double List Box

Show two list boxes, one to display a list of choices, one to display a list of ordered suggestions. 1ClickDB.com's Query Wizard for Access and SQL Server includes a handy control to move items between two list boxes using JavaScript. This control uses a Server Side VBScript class that is available for free integration into your custom Code Wizard application, or any other ASP based HTML FORM you may have. Here is some sample code showing how to enable this control in your own HTLM FORM: &lt!--#INCLUDE FILE=DoubleBox.asp--> <FORM> <INPUT TYPE=Submit VALUE="Continue > > "> <% dim objDoubleBox set objDoubleBox = New DoubleBox objDoubleBox.doublebox_fields = "ItemOne,ItemTwo,ItemThree" objDoubleBox.doublebox_delimiters ="," objDoubleBox.doublebox_size = 12 objDoubleBox.doublebox_LHeader ="Choose From List:" objDoubleBox.doublebox_RHeader = "Selected" objDoubleBox.doublebox_form = "forms[0]" objDoubleBox.doublebox_name="DoubleBoxForm" objDoubleBox.DrawDoubleBox %> </FORM> After submission, the selected entries will show up as a delimited list in the Request("doubleboxform") variable. This is determined by the value specified for .doublebox_name. Note this control _must_ be embedded in a Form to actual return values. Form can be a POST or GET. This control requires VBScript 5 or later on your ASP server. The JavaScript created by the control is compatible with most old and new browsers. More on the web at http://AccessHelp.net/survival

7_2009-2012 #228537
Double List Box

Show two list boxes, one to display a list of choices, one to display a list of ordered suggestions. 1ClickDB.com's Query Wizard for Access and SQL Server includes a handy control to move items between two list boxes using JavaScript. This control uses a Server Side VBScript class that is available for free integration into your custom Code Wizard application, or any other ASP based HTML FORM you may have. Here is some sample code showing how to enable this control in your own HTLM FORM: &lt!--#INCLUDE FILE=DoubleBox.asp--> <FORM> <INPUT TYPE=Submit VALUE="Continue > > "> <% dim objDoubleBox set objDoubleBox = New DoubleBox objDoubleBox.doublebox_fields = "ItemOne,ItemTwo,ItemThree" objDoubleBox.doublebox_delimiters ="," objDoubleBox.doublebox_size = 12 objDoubleBox.doublebox_LHeader ="Choose From List:" objDoubleBox.doublebox_RHeader = "Selected" objDoubleBox.doublebox_form = "forms[0]" objDoubleBox.doublebox_name="DoubleBoxForm" objDoubleBox.DrawDoubleBox %> </FORM> After submission, the selected entries will show up as a delimited list in the Request("doubleboxform") variable. This is determined by the value specified for .doublebox_name. Note this control _must_ be embedded in a Form to actual return values. Form can be a POST or GET. This control requires VBScript 5 or later on your ASP server. The JavaScript created by the control is compatible with most old and new browsers. More on the web at http://AccessHelp.net/survival

Languages
Top Categories
Global Discovery