12 lines
239 B
Plaintext
12 lines
239 B
Plaintext
|
|
@{
|
||
|
|
Layout = null;
|
||
|
|
@Html.Partial("./Partial/JS")
|
||
|
|
}
|
||
|
|
|
||
|
|
<script>
|
||
|
|
$(document).ready(function () {
|
||
|
|
opener.location.href = "https://www.ynicte.com/Account/Join?jointype=2";
|
||
|
|
self.close();
|
||
|
|
});
|
||
|
|
|
||
|
|
</script>
|