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

Using Variables From Previous Asp Page

On my first page I have an array defined as: dim selection selection = Array('name', &#… Read more Using Variables From Previous Asp Page

Print A Webpage Without Any Prompt? Using Javascript Or Jquery Or Vbscript

I want to print a webpage that resides inside my website using javascript or jquery or vbscript or … Read more Print A Webpage Without Any Prompt? Using Javascript Or Jquery Or Vbscript

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

Javascript Elements With Class / Variable ID

There's a page with some HTML as follows: Then further down the page, the code will repeat wi… Read more Javascript Elements With Class / Variable ID