[thelist] Popping a window from a form

Scott Dexter sgd at ti3.com
Thu May 25 11:27:25 2000


> And to extend this tip somewhat:

and do broach tool boundaries:

> 
<tip type="Visual InterDev6" author="sgd">
InterDev 6 incorporates a little trick borrowed from its cousins VC++ and
VB6: Pop up code completion.

It can be turned on for HTML, client side Javascript, and VBScript, so when
you type "Response." VID will pop up all the methods/properties that can be
used. It even works in client side javascript, picking up the names of your
form elements and all....
</tip>