Displaying next4biz CSM Help Center Iframe
In order to display the Help Center IFrame whose tag is generated inĀ Generating next4biz CSM Help Center IFrame tag, simply add the markup to your page as follows:
In this sample we are using the simplest markup possible to create a web page.
Sample
<!DOCTYPE html>
<html lang="en">
<head>
<!-- head -->
</head>
<body>
<iframe src='https://csm.next4biz.net/Customer/default.aspx?embed=1' width='530' height='530' frameborder='0' scrolling='auto'></iframe>
</body>
</html>