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

Saving Javascript Variable In Server Side Variable (vbscript)

I know you cant save javascript variables into server side variables (vbscript) directly, but is th… Read more Saving Javascript Variable In Server Side Variable (vbscript)

Vbscript Undefined Variable Error

Read more Vbscript Undefined Variable Error

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

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

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

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