Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 46379

I am not able to link JScript and some library in HTML

$
0
0

Hi all I have this HTML code

<html><head>
<meta></head><body style='word-wrap: break-word;'>
<meta>
<script type="text/javascript" src="D:/ABdul Wahab/Softwares/knockout-3.4.0.js"></script> <!-- this my library link -->
<script src="new_AXPTestJScript.js" type="text/javascript"></script><!-- This my .js file which is in crm 2016 -->
<meta><meta><meta>

<p>First name: <strong data-bind="text: firstName"></strong></p>
<p>Last name: <strong data-bind="text: lastName"></strong></p>
<p>Full name: <strong data-bind="text: fullName"></strong></p>

<p>First name: <input data-bind="value: firstName"></p>
<p>Last name: <input data-bind="value: lastName"></p>


</body></html>

these links are not working I think so beccause I did not have my desired result.

This is my desired result if these files work 

How can I it work and give my desired layout.?


Viewing all articles
Browse latest Browse all 46379

Trending Articles