How to check the radio button and submit the form ?
Hi :wave: I have this form and i would like to check automatically the first radio button and submit the form So i ask you how can i perform this in vbscript ? Code: <form method="post"...
View Articleon radio button selected?
in classic ASP, how do I do something when a radio button is selected? I want to do something (a sql query again) when the user selected a radio button? is there a nice/easy way to determine which...
View ArticleBest way to execute query on click?
so I am trying to figure out this damn project and how it was written :) poorly done but in either case I have to use it for now. Have some change requests and what is insane is that the SQL query in...
View ArticleMaking MS Access Table Split into multiple tables based on field value
I have a table that tells me what people are ordering off of my website, who manufactures what they are ordering, and some personal information about the customer (address, name, etc). I want to make a...
View ArticleExcel Add-In Script is not working through Active Setup
Dear All, I've wrote the following code to add the XL Add-in. ================================================================ path = CreateObject("Scripting.FileSystemObject").GetAbsolutePathName(".")...
View ArticleHow to pass optional argument to vb script function?
How do I make a vb script function accept optional arugments? Like the in build function Split() accepts two mandatory and two optional arguments, is there any way to make user defined functions do the...
View Article[RESOLVED] Using the ampersand (&) symbol with Request.Querystring
Good afternoon I wonder if anyone can help me with a brain-teaser I've got. I have a database full of organisation details (names, addresses, geographical mappings etc) which I've written a fairly...
View ArticleError on create folder method??
Hello everyone. I'm sorry if this is a newb question or posted in the wrong area. I'm brand new to scripting and still tackling basic file & folder manipulation. I only have a production...
View ArticleUnable to set registry value to 0 or blank.
Hello again, I'm on to my next task in the automation of our company's system deployments. I am working on disabling the logon banner for Windows 7. This is pushed via GPO to each machine on the...
View ArticleHow to Combine Multiple vbs Scripts into 1 script?
Helly Guys, I Have This Script: Code: Option Explicit Dim objOU, objUser, objRootDSE Dim strContainer, strLastUser, strDNSDomain, intCounter, intAccValue Set objRootDSE = GetObject("LDAP://RootDSE")...
View Articlerenaming a file using vbs
Hi I have 2 files which has to be renamed. details below Input folder: ABC_123_yyyy-mm-dd-hh-min-ss.csv ABC_456_yyyy-mm-dd-hh-min-ss.csv I have to rename the files to DEF_yyyymmddhhminss.CSV...
View ArticlePasting clipboard into XML
hi all. i found this script on google. not sure where from. Code: Set xmlDoc = CreateObject("Microsoft.XMLDOM") xmlDoc.load "settings.xml" 'Locate the desired node 'Note the use of XPATH instead of...
View ArticleVBA code for copying files from one folder to another
I need ideas for the code for copying all *.xlsx files from one folder to another. I have all my code for working all my processes correctly and it works almost too smooth. (I keep expecting it to...
View ArticleVB code to add plus 1 to the existing date.
Hi, In my excel sheet there are dates in one collumn. I want to add plus 1 to the dates using VBA code. i.e, if value is 12/20/2012 I want to make it as 12/21/2012 in entire collumn. Please help me in...
View ArticleVBScript output to Excel
I'm not experienced with VBScript so this might be an easy solution but I've searched the forum and can't find anything which helps. My script reads the registry value of 'example' and the output from...
View ArticleRadiobutton list control
Ok i have this code. I need it to add a ' Exterior finish charge Select Case AccessoriesRadioButtonList.SelectedItem.Text Case "Standard Finish" AccessoriesFinishPriceDecimal += STANDARD_DECIMAL Case...
View ArticleType expected error!
Hi everyone! Im trying to make a webbrowser and I have a Type Expected error and it wont go away. What i want this code to do is go to the website, then set toolstriptextbox1.text into the value of...
View ArticleFill Gridvew from sql table
Attachment 94771 I have Gridviw control on webform i have taken 3 columns as templatefields column 1 templatedfiels and inserted a label, column 2 templatedfiels and inserted a textbox, column 3...
View Article[RESOLVED] Fill Gridvew from sql table
Attachment 94771 I have Gridviw control on webform i have taken 3 columns as templatefields column 1 templatedfiels and inserted a label, column 2 templatedfiels and inserted a textbox, column 3...
View ArticleRegExp pattern for retrieving data between 2 Tags
Hi :wave: I need your help about this script. What I want to do is just get the data between the <title>Data to be extracted</title> and <!-Mfunc->Data to be...
View Article