Settings | Sign in | Sign up

There are currently 5 posts.

ASP新定界符

Floor 1 奥吧总工程师 8/20/10 14:31

<?asp

'循环语句用于重复执行一段语句

dim i

i=0

do while i<5

  response.write i

  i=i+1

loop

?>

Floor 2 奥吧总工程师 8/20/10 14:32
<?php
lib_page('p',$page_cnt,'b='.$board_name_url.'&action='.$show.'&i='.$id,'','');
?>
Floor 3 奥吧总工程师 8/20/10 14:34

<?js

var msg=window.frames['form_area'].document.getElementById('msg').innerHTML;

var span=document.search_form.text;

span.value=Trim(span.value);
if (span.value=="") alert('s');
}

?>

Floor 4 奥吧总工程师 8/20/10 14:35
<script>
Floor 5 巨大八爪鱼 8/20/10 14:41

<?asp

alert(17);

?>

Content converter:

Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.