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?
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
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.