R
Rick
Couple of questions. Has anyone done any customization of the remote
web workplace in the windows small business server? I'm trying to
modify the client intranet link to point to a different site. I'm
a .net novice and can't quiet figure it out. Here is what I know:
In the c:\inetpub\remote there are a few files:
One I believe is being called is the Client.aspx
Another file that is used is web.config
Here is a line that I believe is calling a javascript? possibly:
" <TR>
<TD width="30"></TD>
<TD vAlign="center" align="middle"
width="45" rowSpan="2"><asp:linkbutton TabIndex="-1"
id="linkIntranetImg" runat="server"><IMG alt="" src="images/
compint.gif" border="0"></asp:linkbutton></TD>
<TD class="linkHeader"><asp:linkbutton
TabIndex="6" id="linkIntranet" runat="server"></asp:linkbutton></TD>
</TR>
<TR>
<TD width="30"></TD>
<TD class="linkText"><
%=rapLinks.loadResString("L_CLIENT_STSLINK_DESC")%></TD>
</TR>
<TR>
<TD width="30"></TD>
<TD width="50"><IMG height="20" alt=""
src="images/spacer.gif" border="0"></TD>
<TD></TD>"
I believe the id="linkIntranet" is the key but I'm not sure where it
is getting that link from. Any ideas?
Rick
web workplace in the windows small business server? I'm trying to
modify the client intranet link to point to a different site. I'm
a .net novice and can't quiet figure it out. Here is what I know:
In the c:\inetpub\remote there are a few files:
One I believe is being called is the Client.aspx
Another file that is used is web.config
Here is a line that I believe is calling a javascript? possibly:
" <TR>
<TD width="30"></TD>
<TD vAlign="center" align="middle"
width="45" rowSpan="2"><asp:linkbutton TabIndex="-1"
id="linkIntranetImg" runat="server"><IMG alt="" src="images/
compint.gif" border="0"></asp:linkbutton></TD>
<TD class="linkHeader"><asp:linkbutton
TabIndex="6" id="linkIntranet" runat="server"></asp:linkbutton></TD>
</TR>
<TR>
<TD width="30"></TD>
<TD class="linkText"><
%=rapLinks.loadResString("L_CLIENT_STSLINK_DESC")%></TD>
</TR>
<TR>
<TD width="30"></TD>
<TD width="50"><IMG height="20" alt=""
src="images/spacer.gif" border="0"></TD>
<TD></TD>"
I believe the id="linkIntranet" is the key but I'm not sure where it
is getting that link from. Any ideas?
Rick