Hi,
I am using sharepoint 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
Hi,
I am using sharepoint 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
Specify your code bz to add a hyper link with check box.. Or a simple method I don't understand ur query terms & conditions
< input type="CHECKBOX" id="switchBox" name="switchBox" runat="server" /> I agree and accept the Terms & Conditions
<A HREF="termsandconditions.html">Terms and Conditions</a>
For more information, see http://www.w3schools.com/HTML/html_links.asp
http://online-loan.bajajfinservlending.in/LoanPages/CDLoan.aspx See this url I use jquery Poup up here with check box anchor
I have used the following
<asp:HyperLink runat="server" id="HyperLink1" NavigateUrl="Shared%20Documents/Terms%20and%20Conditions%20of%20Waiting%20Pool.doc">Read Terms & Conditions
</asp:HyperLink></td>
It worked..Thank you