웹마스터 팁

제목이 맞게 됐는지 모르겠네요
제가 글 솜씨가 없어서
그냥 예제  보시면 이해 되실듯....

미리보기 : http://xscool.cafe24.com/bbs/zboard.php?id=story2&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=18

--------------------    아래가 소스 입니다    ------------------------


<script language="javascript">
function showPreview(pvObj)
{var wname = "preview";
  var wopt = "menubar=yes,scrollbars=yes,status=yes,resizable=yes,width=640,height=480";
  winResult = window.open("about:blank",wname,wopt);
  winResult.document.open("text/html", "replace");
  winResult.document.write(pvObj.value);
  winResult.document.close();
  return false;}
</script>

<table width="508" border="0" style="table-layout:fixed">
  <form name="previewform" onSubmit="return false">
  <tr><td width="502" height="420">
    <input type="button" class="button" value="미리보기" onClick="return showPreview(this.form.exsrc)" style="color:black; background-color:rgb(204,153,0);"><br>

    <textarea name="exsrc" class="entry" rows="25" style="border-color:rgb(204,153,0); border-style:solid; width:100%;" cols="68">

★이부분에 소스를 적어 줍니다.★


</textarea>
  </td></tr>
  </form>
</table>


--------------------    요기 까지    ------------------------
제목 글쓴이 날짜
ls 명령어 팁... [3] -zenple_nux 2003.01.26
[mysql]정말 간단한 사용자 계정 주기 [1] 화니 2003.02.04
[간단한팁]아파치에서 ASP사용하기 [5] 한희진 2003.02.04
[성공했음]Apache에서 ASP돌리기 (Apache::ASP이용) for Windows 초고속강좌 [9] 한희진 2003.02.05
[JSP설치1탄]Windows에서 APM+Tomcat4.1.x버전 연동하기 (for Windows2000,XP) 한희진 2003.02.06
[JSP설치2탄]mod_jk를 이용한 Apache와 Tomcat의 연동[for Windows98/NT/2000] [1] 한희진 2003.02.06
새로운 방식의 APM 컴파일법 [13] Dopesoul 2003.02.07
MySQL 3.23.53a 이하 패치하세요!! [7] 바른생활 NGEO 2003.02.11
레드햇 8.0 에 젠드옵티마이져(Zend optimizer) 2.1.0 설치-왕초보용 [7] 정인배 2003.02.13
램디스크 활용 [6] Dopesoul 2003.02.14
리눅스에서 표준출력으로 출력되는 모든 메시지를 파일로 만들기 [1] Dopesoul 2003.02.19
잘못풀린 Tar 파일이나 기타 패키지파일 지우기 Dopesoul 2003.02.19
php-accelerator <- zend보다 빠른 phpcache [6] 푸른하늘 2003.02.20
아파치에서 펄 CGI를 쓰려면... [3] okw1003 2003.02.23
phpMyAdmin 보안설정하기 [5] 겨울늑대 2003.02.27
qmail-1.03설치① (ucspi-tcp모듈) 비츠로 2003.02.28
qmail-1.03설치② (checkpassword 인증모듈) 비츠로 2003.02.28
qmail-1.03설치③ (qmail설치) 비츠로 2003.02.28
qmail-1.03설치④ (vpopmail 인증모듈) 비츠로 2003.02.28
qmail-1.03설치④ (vpopmail+mysql) 비츠로 2003.02.28