Skip to content

Instantly share code, notes, and snippets.

window.App = (function() {
App.name = 'App';
function App() {
$('#cj_connect').click(function() {
return window.open('http://connect.clickjogos.uol.com.br/eb23c807636afa9d4c05a614023557ef/', 'sharer', 'toolbar=no, width=665, height=700');
});
}
return App;
})();
<!DOCTYPE html>
<html lang='en'>
<head>
<title> SSO PHP Demo </title>
</head>
<body>
<script type='text/javascript'>
window.close();
</script>
<?php
$uid = $_GET['uid'];
$url = "http://connect.clickjogos.uol.com.br/user/eb23c807636afa9d4c05a614023557ef/3007f56e7ec0d9d00167f4cc8f3574ac/" . $uid;
$response = file_get_contents($url);
echo($response);
?>
window.App = (function() {
App.name = 'App';
function App() {
$('#cj_connect').click(function() {
return window.open('http://connect.staging.cjogos.com.br/3db8a86238e3c8b3de0b3bad225e2407/', 'sharer', 'toolbar=no, width=546, height=550');
});
}
return App;
})();
<!DOCTYPE html>
<html lang='en'>
<head>
<title> SSO PHP Demo </title>
</head>
<body>
<h1>SSO - javascript demo</h1>
<a id='cj_connect'> Click Jogos Connect </a>