gridview problem
I have something like this http://i.imgur.com/eXZNb.png if user will click on clip icon then image should be display after that row http://i.imgur.com/9SD21.png is it possible using jquerry ??
View ArticleDeleting Folders
Please be patient with me on this, I am very new to coding. I have seen a few examples of code to delete folders older than a certain date, but I would like to delete subfolders of subfolders. for...
View ArticleCopy and paste in excel
I want to copy a range of cells and paste them in the same sheet beside that range. I am using below code to find that range Set x6 = CreateObject("Excel.application") Set XlBook =...
View ArticleWindows 7/XP Find value in registry and write computer name to text file share.
Hi. I am trying to write a VBS Script to find a value in the registry for Windows XP and Windows 7 machines. Depending upon what value is found I want it to write to a text file "ComputerName and...
View ArticleVbscript: How to access source html part of a webpage
Set IE=CreateObject("InternetExplorer.application") IE.Visible=True IE.Navigate "http://www.x...y.com" Do While IE.Busy wait 1 Loop print IE.Document.Body.innerHTML Code above is returning the...
View ArticleHow to remove " from the beginning and end of a string
I've a string like "www.abcd.com" . The string actually includes the " at the beginning and end as I'm fetching this from the source of a webpage. How do I remove the " from the string? Trim, Replace...
View Article[RESOLVED] VBscript Range.Find for xlWhole &/or Number Wildcards
I'm trying to use Range.Find(...) in VBScript (via Windows Script Host) however I can't seem to use any of the other options other than the search string as arguments, otherwise I get errors such as...
View ArticleTable + Control Loops
i am looping the entire table along with the controls. For each row the user can enter a number to perform a calculation and display in a label on that same row but it keeps on affecting all the rest...
View ArticleChange proxy in Firefox
Anyone know a way to change the proxy server in Firefox with vbscript?
View ArticleProblem with authenticating user using Active Directory
Hello everyone, I have a question about authenticating a user in Classic asp. I have this application running on a network. It works fine for every user except one. His username is coming back null....
View ArticlePlease help with VB script
Hi, I have been given an assignment which is to make a fraction calculator. I have started coding but can not get my numbers to add even though the code appears to be correct. Can someone please tell...
View ArticleWeb application having printing issues?
I'm hoping this is the correct forum for this question. We have a web application that allows for printing of reports that area created as an HTML document. Basically, they are form letters that are...
View ArticleHow to combine 2 XML files, without copies
Hello, I am trying to take 2 large XML files and combine them without any duplicate nodes. The code below is as far as I have gotten. I have loaded the 2 files but in the 'For' loop below I am trying...
View ArticleHTML+VBScript not working
Hi, I've created a HTML+VBScript page for a Multiplication Table. So, my page has two input text boxes and one input submit button.. When the program runs, its suppose to open in Internet Explorer and...
View ArticleExit VB-Scritp after Time X
Hi, I'm using a very simple script to change the computername in Win7. But if the User didn't enter the new Computername, the scipt never stops. How can I exit the script after a specific time?? eg. 10...
View ArticleSimple fraction calculator
I am making a very simple fraction calculator however my code is not working. <title>Fraction Calculator</title> </head> <body> <center><h1>Fraction...
View ArticleFile staying open after script executes
I have a script that will fire once an hour. In this script txt files are created. The next time the script fires, it may or may not create another file (with the same name). However I am getting an...
View ArticleApplication Won't Quit/Error 462
Hi all, New member here. I spent the better part of a day looking for a solution to this, but to no avail. What this is trying to do is extract the modules from VB projects in both an Excel Workbook...
View ArticleDisonnecting then Re-Mapping Net Drives
I have a use that is constantly having to disconnect and then re-map her network drives. I know this can be done via VB script but I am not familiar enough to create one. I would need the script to...
View Article