开发者

Sharepoint Designer

开发者 https://www.devze.com 2023-01-22 01:06 出处:网络
I am using sh开发者_开发知识库arepoint designer.Just beside terms and Conditions Check box I need to put a hyperlink Which will open up a web page with all terms and conditions. How can I do that in s

I am using sh开发者_开发知识库arepoint designer.Just beside terms and Conditions Check box I need to put a hyperlink Which will open up a web page with all terms and conditions. How can I do that in sharepoint designer.

Many thanks


  1. Open the page in Sharepoint Designer
  2. At the appropriate location, put in a hyperlink like this:

<A HREF="termsandconditions.html">Terms and Conditions</a>

For more information, see http://www.w3schools.com/HTML/html_links.asp


< input type="CHECKBOX" id="switchBox" name="switchBox" runat="server" /> I agree and accept the Terms & Conditions


I have used the following

<asp:HyperLink runat="server" id="HyperLink1" NavigateUrl="Shared%20Documents/Terms%20and%20Conditions%20of%20Waiting%20Pool.doc">Read Terms &amp; Conditions
                            </asp:HyperLink></td>

It worked..Thank you


Specify your code bz to add a hyper link with check box.. Or a simple method I don't understand ur query terms & conditions

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号