• Sign in

ASP / E-gruPro · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Network
  • E-gruPro
  • inc
  • MEM002.inc
  • recommit
      1ec1b3e4
    root authored
    2017-05-15 09:42:19 +0900  
    Browse Files »
MEM002.inc 289 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<SCRIPT LANGUAGE="JAVASCRIPT">
<!--

function modoru(){
	document.e_gru.action = "MEM001.php";
	document.e_gru.method="POST";
	document.e_gru.submit();
}

function move_top(){
	document.e_gru.action = "TOP000.php";
	document.e_gru.method="POST";
	document.e_gru.submit();
}

-->
</SCRIPT>