Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

From JavaScript to VBScript

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I want to change following JavaScript code into VBScript code:

1)Check browser
JavaScript:
if (navigator.appName == 'Microsoft Internet Explorer')
var MSIE = true;
else
var MSIE = false;

2)Open link
JavaScript:
window.menu.location.href = window.menu.location.href;

Thanks alot for helping!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top