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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Popup with VBScript 1

Status
Not open for further replies.

rtshort

IS-IT--Management
Feb 28, 2001
878
US
Can a popup window be made with VBScript like it can with JavaScript. How?

I'd like to have a MSHFlexGrid with information loaded from an SQL database and be able to choose an item and put it in a MSHFlexGrid on the current page. (not popup window) Rob
Just my $.02.
 
very easily
<a href=&quot;#start&quot; onclick=&quot;window.open('your page.htm','title','width=600,height=400,directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no,screenX=600,screenY=400')&quot;>your link</a>

this is a example of a link with only a border but can be modified for different values.
provide tools to let people become their best.
 
Thanks so much. If I keep at it, I may be worth something one day with everyones help.
Thanks again. Rob
Just my $.02.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top