open webdav folder

G

Guest

If security isn't an issue, try this:

<form>
<p>
<input type="text" name="txtUser" size="20">
<input type="button" value="Jump" name="btnJump"
onclick="document.location.href=document.forms[0].txtUser.value + '/';">
</p>
</form>

If security *is* an issue, then doing this wil probably require adding some
program code to your security subsystem.

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*-----------------------------­-----------------------
|\----------------------------­-----------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||----------------------------­-----------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/----------------------------­-----------------------
*-----------------------------­-----------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top