[thelist] Tab Order

James Counihan j.counihan at centren.com
Wed May 31 21:58:22 2000


Hail Evolts!

I've got a word.doc file on the server.

<odd behavior>
When the user clicks on the link to download the .doc, a Login dialog box
pops up. If the user clicks 'cancel', the .doc proceeds to open in the
browser window. Only happens in IE (5.0); NN (4.0) brings up the expected
'Save to Disk' dialog box.
</odd behavior>

Goal: to either eliminate the Login dialog box, or bring up the 'Save to
Disk' dialog and actually download the critter.

Any ideas of how to resolve?

</james>

<tip author="james counihan" type="Visual InterDev">
A feature that's likely to be found in the next Visual Studio suite is
InterDev's Toolbar. You can create new toolbar sections, like "JavaScript".
Then highlight a section of code, and drag it over to the Toolbar. Next time
you need that function, double-click on the snippet you placed - InterDev
copies the snippet into your current code window.
</tip>