Hi, I want to call below html code, may be I can have this in html file. Can you suggest to call these html code through SAS. TIA.
<html>
<head>
<title>Open URL in New Tab </title>
</head>
<body>
<p> Click the button to open
<b> SAS Site </b>
in new tab
</p>
<button onclick="NewTab()">
Open Here to open SAS S*ite
</button>
<script>
function NewTab() {
window.open(
"SAS: Analytics, Artificial Intelligence and Data Management | SAS", "_blank");
}
</script>
</body>
</html>
So you seem to want to link to the English SAS site and open it in a new tab. Where do you want this link to appear?
BUT WHERE SHOULD THIS LINK BE INCLUDED?
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.