Pass VB Checkbox value to VBScript -
I am writing a VB form that is called from a vb script to display login info for our domain login script. I am able to pass variables to the VB app from my vbscript, but I want to pass the values to my vbscript from the VB. Basically I have a check box on the VB app that I want to read from the vbscript and tell the vbscript to pause or stop.
Pass VB Checkbox value to VBScript -
I am writing a VB form that is called from a vb script to display login info for our domain login script. I am able to pass variables to the VB app from my vbscript, but I want to pass the values to my vbscript from the VB. Basically I have a check box on the VB app that I want to read
Problem about checkbox asp vbscript -
Hi!
How can I check a checkbox if it is checked and unchecked?....
I am using ASP VBscript...... thanks
VBScript-How To Pass Checked Checkbox Value To Listbox; Remove ListItem From List Box -
Good day !
Let say I got 2 buttons, called cmdAdd and cmdRemove. When the user click on cmdAdd, the script should automatically add in all the value of checked checkbox (let say chkData) to the list (let say lstItem).
In another case, when the user select items in the list and c
VB or VBScript -
Hey, posted this over in VBScript also. I am very new to VBScript. I know VB pretty good though, so hopefully this helps. I am trying to use VB or VBScript to open or pass a command line to Monarch Pro to take a report and put it into a template, that is already created, load it to a
Do I need VBScript for this -
I am very new to VBScript. I know VB pretty good though, so hopefully this helps. I am trying to use VB or VBScript to open or pass a command line to Monarch Pro to take a report and put it into a template, that is already created, load it to a certain website, login automatically w/
VBSCRIPT - Checkbox click event -
I have encountered a problem with a checkbox using vbscript. I am tryning to do this:
sub chkCheck1_Onclick
if chkCheck.checked = true then
alert("test")
else
alert("Does not work")
end if
It seems that it does not even go into the check box clic
Change cell bgcolor -
Hopefully this is an easy question.
I have a table, each cell contains a checkbox. When the user clicks that checkbox I want it to change the cell to a different color. Can this be done using VBScript?
I can get the backgroundcolor of the actual checkbox to change....but not th
checkbox problem -
Hi I am doing a web based program using asp with vbscript and javascript but i am quite new to asp. I need to display two textbox in the same page immediately after I clicked on the checkbox. How do I do it? Anyone have any ideas???
I have tried
<form name="frmChk"
How do u assign value from checkbox. -
say i have something like this:
<script language="JavaScript">
<!--
function something(<%=i%>)
{
var CBNoTemp = document.form1.CheckBox.value;
alert(CBNoTemp);
}
-->
</script>
and in vbscript i have
response.write "<td><in
True/False as 1/0 -
Guys,
I am passing the checked property of a checkbox into database sub that stores the value into a column of type BIT. When I pass in the value in, it is TRUE/FALSE and I get sql errors.
Can I pass in a 1 or 0 without having to do a select case on the checked property ?
This
MS Access / VBScript Question -
I am trying to write a code in MS Access 2000 using VBScript that will allow me to check a checkbox on a form automatically whenever a certain value of a drop down field is selected on a higher level form. Any ideas, suggestions or tips that would be helpful???
Calling a VBScript from within a VBScript -
I have a VBScript that needs to call another VBScript and I'm not sure how to do it. The called VBScript also has 3 command line parameters. Any ideas on this?
Thanks,
how to determine the type of an <input> in <frame> -
I have an asp page that will display some textboxes and checkboxes dynamically. There is a function that loops through every element in the frame, which is post back from some other page(the number and naming are dynamic, too, so no hard coding allowed). I have to test to see if an el
How to pass parameters from VBscript -
How can I pass parameters to reload a IFRAME from within vbscript:
<Script=vbs>
FrameName.document.location.reload("Mypage.asp?MyVar=' & text1.value & '&Myvar2=' &text2.value")
</Script>
It doesnt give me any syntax errors, but it doesnt seen
vbscript to Javascript -
Hi Everyone.
Can someone help me convert my vbscript statemnt into JScript/Javascript.
<Script language="vbscript">
Function X()
dim control
for each control in document.formmame
if control.type="checkbox" then
msgbox control.na
Uncheck Checkboxes - RESOLVED -
Hello All!
I am sure this is an easy fix, I'm just hitting a wall mentally. I have created a script (see below) that will go through a form and check all the checkboxes when someone clicks the "Select All" button and I even can change the caption of the button to "Un
checkbox Q -
Hey All,
is there a faster way of doing this?
------->
private sub image_click()
if checkbox.value = 1
checkbox.value = 0
else
checkbox.value = 1
end if
end sub
-------->
Or alternitively with a select case statement, they both seem slow to react and change the c
QueryString -
Hi,
I'm using VBScript. I've got a bunch of hyperlinks and I want to pass all the info in the form whenever I click one. I don't want to list all the available info on the page seperately. I want my hyperlink to do what Submit does. How do I make this happen? I'm using VBScript.
passing checkbox value as part of querystring -
Hi all,
I have 9 checkboxes in a form with value 1-9. How can I pass checkbox values, those that are checked as part of a querystring?
Thanks in advance.
Check Box problem! -
Hi there!
If I use a checkbox in a asp page, displaying the value from the database and updating the value of the checkbox to the database seems to be a problem. At present I am using another hidden input to pass the value. I hope someother easy method may be there!
Can u help
checkbox issue -
ASP.NET 1.1
using javascript to enable/disable a checkbox from another checkbox. This is an ASP.NET control however would rather not have postbacks being involved if a checkbox has modified its state therefore, using javascript.
I discovered that if I tried to enable/disable a ch
checkbox click event -
Dear All,
I am quite new to VB6, when set the checkbox value (ie. checkbox.value = 1)
the checkbox_click event will triggered, this event also triggered when the checkbox was clicked .. my question is simple: how to determine the value of checkbox whether the value comes from user
Dynamically creating a form and control in a VBscript -
I need to create a VBscript which has 1 form, and at least one control.
I want to prompt the use to change the drive letter.
So I need a form, and a Dir List Box.
However, I don't know how to add a form or control to a vbscript, since it seems to be limited to variant data types
Checkbox and if then statement -
Hi,
I'm working on VB version 6.0 and have a form which ask a question with possible options as a checkbox for the user to select. I want to show another form/file when the checkbox is clicked (true) but have failed to get this working - I tried "If checkbox = true then form1.s
Passing value of checkbox from record in dat file -
I would like to edit a members details whose details are stored in a dat file. How would I pass the value of a checkbox to another checkbox from the members record to the edit form?
checkbox tabstop -
I have about ten checkboxes that are simply representing yes or no answers from the user. A user can tab to a checkbox and use the spacebar to Check or uncheck. However you cannot tell the checkbox has focus. When I tab to a checkbox you cannot see that the control is selected. How can
Pass a variable from javascript to vbscript -
how do you pass a variable from javascript to vbscript?
Passing multiple arguments (3 actually) from vbscript to a VB6 form -
I need to call a basic vb6 .exe and pass it 3 arguments in order to process it inside the executable.
What would be the easiest way to do this?
The only thing my .exe contains is the InternetSetCookie function and I would like to provide it's arguments from a logon script I creat
Function Args in VBScript -
Hello All.
I'm trying to pass 1 or 2 args to the same function in vbscript. I use a .wsf file with a source tag that points to a .vbs "functions library"
in the .VBS file I have a function called;
foo(arg1,arg2)
blah blah
end function
I will be calling it in two
Pass Variables -
I know the answer is somewhere in the forum, but i tried searching and got a million things that had nothing to do with what i want.
Its simple,
How do i pass 3 variables to a sub in vbscript
the sub i want to call is
calcBMI(num1,num2,num3)
thx
db
Pass Events to VB app. from Web Browser Control -
Is there a way to pass events from webbrowser to VB,
using either vbscript or javascript?
Thank ya all!
enlarging controls -
I need to create an app that has a checkbox on it, but the checkbox needs to be about 8 times the size of a normal checkbox. Does anyone know how I can increase the size of the checkbox? Thanks!
passing querystring to ASP page with vbscript -
is there any way i could pass a querystring to another ASP page using vbscript? i can't do it using the onclick of a button, cos i'm building the querystring in a sub, so i have to do it from there. thanks.
passing ParamArray to another ParamArray -
I am using the VBScript control, I have to pass multiple uncertain parameters to the VBScript control.
'my publich business method which is called by many business components:
Public Sub RunTheScript(ByVal s As String, ParamArray items())
'some biz routines here to manipulate
How do you pass the value of a dropdown to server side vbscript -
How do you pass the value of a dropdown to server side vbscript?
Thanks
Whatz the problem(MouseDown not responding properly) -
Greetings every1,
I'm trying to make a custom CheckBox. So far I've been able to successfully draw the checkbox and the checkmark. The problem is, if u closely observe the CheckBox control included in the Windows environment, u will notice that whenever the user presses the mouse on t
VBScript - IsNumeric() Event problem -
Hi Everyone,
How can I check to see if a numeric character is present inside of a string of characters? I am using VBScript. I tried the IsNumeric event but it is still allowing numeric values to pass. If all characters in the string are numeric then the event chatches it just fi
how to pass combobox value from php to vbscript -
Dear All,
I am learning VBscript.. I want to pass combobox value from php to VB script but I got error.. "Expected )" ..
please help..& TIA
Winanjaya
<form id="form1" name="form1" method="post" action="">
Re: VBScript vs. ASP -
Hello.
I am starting to learn ASP and VBScript. Could you please tell me how they are different, how they are related, or whatever in terms of HTML?
I know that the tag to start any VBScript (ditto to Javascript) is <SCRIPT LANGUAGE="VBScript">, and the code f
dyncamic checkbox creation -
I need to generate an unknown number of CheckBox controls in an array. These check boxes are supposed to be placed on Panel1 (with AutoScroll = True) in a form. How would I go about doing this?
This is some of the code that I have
Dim arrBoxes() as CheckBox
Dim x as integer
D