Skip to content Skip to sidebar Skip to footer
Showing posts with the label Vbscript

Display Image With No Border Before Starting An App,exe File?

ok so some tools , some converting tools, give the ability to display an image before starting the … Read more Display Image With No Border Before Starting An App,exe File?

Import Txt File From Web Form To Sqlserver Database Using Vbscript

I have been asked to build a web application to report on information stored in another system. The… Read more Import Txt File From Web Form To Sqlserver Database Using Vbscript

Automatically Logging In Website Using Vb Script

I am trying to automate login process for a website. I used below code Dim objIE Dim htmld Set objI… Read more Automatically Logging In Website Using Vb Script

Styling Buttons With Css

I've styled buttons to look like hyperlinks so i can use request.post instead of querystring. T… Read more Styling Buttons With Css

Display Alert Based On The Background Color Of A Drop Down Select Option

A have a drop down list which is being populated by a database, certain options in the list have a … Read more Display Alert Based On The Background Color Of A Drop Down Select Option

Cannot Call The Body Property For "htmlfile" Object In Vbscript

I have a VBSCript File that uses the MSXML2 library to get a response from a website; i'm tryin… Read more Cannot Call The Body Property For "htmlfile" Object In Vbscript

If Page Is Default Then Include If Not Default Then

I've read similar questions, but none seems working for me. I have an asp site, i think classic… Read more If Page Is Default Then Include If Not Default Then

Get Element Value By Name

I'm trying to find a specific text value in my HTML page I'm trying to use the GetElementsB… Read more Get Element Value By Name

Vbscript Undefined Variable Error

Read more Vbscript Undefined Variable Error

Waiting Bar In Hta And Css

I got a little code to simulate a waiting bar that uses HTML and CSS, so I had the idea to add in a… Read more Waiting Bar In Hta And Css

Force A Page Refresh When Page Visited From Back Button

How can I force a page refresh of page 1 when a user returns to it from page 2 by pressing the back… Read more Force A Page Refresh When Page Visited From Back Button

Display Alert Based On The Background Color Of A Drop Down Select Option

A have a drop down list which is being populated by a database, certain options in the list have a … Read more Display Alert Based On The Background Color Of A Drop Down Select Option

VBScript To Click Link On A Web Page Table That Calls Embedded (?) Javascript Function

At my work we have a very tedious process where we have to pull information from a web database and… Read more VBScript To Click Link On A Web Page Table That Calls Embedded (?) Javascript Function