2020年3月20日 星期五

Blogger小技巧05-外框修飾&空一行的語法


外框修飾
<select style="border:1px #ccc solid;border-radius:3px;width:200px;height:25px;"onchange="window.open(this.options[this.selectedIndex].value)">
<option value="" />
</select>


空一行的語法
<script language="javascript">
document.write('<br>');
document.write(' <br>');
</script>

沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。