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

How to read key in XML web resource into HTML

$
0
0

I have a key, which is in XML web resource. Now i have to read that key into one of the other java script in html web resource. 

Suppose i have key like in XML webresource

<!-- Key for Partner Source URL-->
<add key="Partner site URL" value="http://www.google.com" encrypted="false"/>

Now i have a Html web resource here i need to read the XML key

<html>
<head></head>
<body onload="OpenPartnerSiteUrl()">
<script>
function OpenPartnerSiteUrl() {
//Open an url in a new window
window.open("");
}
</script>
</body>
</html>

Thanks

Abhishek


Viewing all articles
Browse latest Browse all 55831

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>