On your server do you have a the following path:
IMPLEMENTATION="/webctrl_client/1_0/toolbar.htc"
You should be able to see this path on the server and since it's rooted at the top of the server, make sure if you are using a virtual directory that this directory is located in the root of the server.
You ought to have been able to override this directory with the configuration stuff I posted earlier; but, I guess that didn't work out.
Scott
Hi Scott,
Here is the source from inside the browser:
==========================================================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" ><HTML><HEAD><title>WebForm1</title><meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1"><meta name="CODE_LANGUAGE" Content="C#"><meta name="vs_defaultClientScript" content="JavaScript"><meta name="vs_targetSchema" content="
http://schemas.microsoft.com/intellisense/ie5"></HEAD><body MS_POSITIONING="GridLayout"><form name="Form1" method="post" action="WebForm1.aspx" id="Form1"><input type="hidden" name="__Toolbar1_State__" value="" /><input type="hidden" name="__VIEWSTATE" value="dDwxODEzODg2MDQwOztsPFRvb2xiYXIxOz4+NunCc4Ldc36yaSFtEh4K3r1vfl8=" /><span id="Label1" style="color:#C0C000;font-family:Arial;font-size:X-Large;Z-INDEX: 101; LEFT: 48px; POSITION: absolute; TOP: 112px">Test Page</span><?XML:NAMESPACE PREFIX="TBNS" /><?IMPORT NAMESPACE="TBNS" IMPLEMENTATION="/webctrl_client/1_0/toolbar.htc" /><TBNS:Toolbar id="Toolbar1" oncheckchange="JScript:if (event.srcNode != null) __Toolbar1_State__.value+=((event.srcNode.getAttribute('selected')=='true')?'+':'-')+event.flatIndex+';';" onbuttonclick="JScript:if (event.srcNode != null) if ((event.srcNode.getType() != 'checkbutton') || (event.srcNode.getAttribute('_autopostback') != null)) if (getAttribute('_submitting') != 'true'){setAttribute('_submitting', 'true');try{__doPostBack('Toolbar1',event.flatIndex);}catch(e){setAttribute('_submitting', 'false');}}" onwcready="JScript:try{__Toolbar1_State__.value = ''}catch(e){}" style="Z-INDEX: 102; LEFT: 32px; POSITION: absolute; TOP: 16px"><TBNS:ToolbarButton onkeydown="if (event.keyCode==13){event.returnValue=false}">First</TBNS:ToolbarButton><TBNS:ToolbarSeparator /><TBNS:ToolbarButton onkeydown="if (event.keyCode==13){event.returnValue=false}">Second</TBNS:ToolbarButton></TBNS:Toolbar><input type="hidden" name="__EVENTTARGET" value="" /><input type="hidden" name="__EVENTARGUMENT" value="" /><script language="javascript"><!--
function __doPostBack(eventTarget, eventArgument) {
var theform;
if (window.navigator.appName.toLowerCase().indexOf("netscape") > -1) {
theform = document.forms["Form1"];
}
else {
theform = document.Form1;
}
theform.__EVENTTARGET.value = eventTarget.split("$").join(":");
theform.__EVENTARGUMENT.value = eventArgument;
theform.submit();
}
// --></script></form></body></HTML>
===============================================================
Thanks again,
Rob