onclick시에 디비 읽어 와서 inputdp넣기

클릭시에 디비를 회원프로필에 뿌려주는 기능입니다.
자바스크립트 부분에서 막힌것 같읍니다.

소스는 ....
<div style="margin-top:20px;margin-left:30px;padding:10px;border:1px dotted #445566;float:left;width:180px">
<?
    $connect = mysql_connect("localhost","xxxxx","1234") or die("접속불가");
    mysql_select_db("xxxx");
 
    $sql    = " select *  from  g4_member  where  mb_level = 4  and  mb_jiwon_level >= 2 ";   
    $result = mysql_query($sql , $connect);
    while($row=mysql_fetch_array($result)) { ?>                                                                                                       

        <p  onclick=getdata_1()>  <?=$row[mb_nick]?>  </p>
 
      <? }?>
    </div>
      <div style="margin-top:20px;margin-left:20px;padding:10px;border:1px dotted #445566;float:left;width:500px">
      <form>
      <fieldset>
      <legend> 프로필</legend>
      <li>별명 : <input type=text name='mb_nick' value=<?=$row[mb_nick]?> >
      <li>홈피 : <input type=text name='mb_homepage' value=<?=$row[mb_homepage]?> >
      <li>핸펀 : <input type=text name='mb_hp' value=<?=$row[mb_hp]?> >
      </fieldset>
      </form>
      </div>
<script >
  function getdata_1(){
      //
 


      }
</script>

<?
  mysql_close($connect);
?>
-----------------------------------------------------------
디비를 읽어와서 뿌리는데 회원명을 클릭시에 input에 자료를 넣고 싶읍니다.
소스나 링크 도움 부탁드립니다.
|

댓글 2개

순수하게 자바스크립트로 하실꺼라면
<p onclick=getdata_1()> <?=$row[mb_nick]?> </p>
에서 getdata_1 호출하실때 관련내용 몽땅 넘겨주시면 됩니다..

ex.)<p onclick=getdata_1('<?=row[mb_name]?>','<?=row[mb_nick]?>','<?=row[mb_homepage]?>','<?=row[mb_hp]?>')> <?=$row[mb_nick]?> </p>

요렇게 넘기시고

<script >
function getdata_1(name,nick,homepage,hp){
//
document.all.mb_name.value = name;
document.all.mb_nick.value = nick;
document.all.mb_homepage.value = homepage;
document.all.mb_hp.value = hp;
}
</script>

이렇게 하시면 됩니다
대단히 감사합니다.
이 방법이 외에 다른 방법이 잇다면 알려주시면 감사하겟읍니다.
sql 로 해결 할수 잇으면 좋겟는데요..
이번에 홈페이지 한번 만들어 보면서 배울려고요..
<?=$row[mb_name]?>','<?=$row[mb_nick]?>','<?=$row[mb_homepage]?>','<?=$row[mb_hp]?>')> <-- $가 빠졋내요..
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
14년 전 조회 1,801
14년 전 조회 2,474
14년 전 조회 2,093
14년 전 조회 5,058
14년 전 조회 3,040
14년 전 조회 1,891
14년 전 조회 1,826
14년 전 조회 2,318
14년 전 조회 2,016
14년 전 조회 2,023
14년 전 조회 3,243
14년 전 조회 1,754
14년 전 조회 3,981
14년 전 조회 3,845
14년 전 조회 2,214
14년 전 조회 1,898
14년 전 조회 3,289
14년 전 조회 2,036
14년 전 조회 2,279
14년 전 조회 1,675
14년 전 조회 2,768
14년 전 조회 2,232
14년 전 조회 2,301
14년 전 조회 2,593
14년 전 조회 1,718
14년 전 조회 4,815
14년 전 조회 1,948
14년 전 조회 2,898
14년 전 조회 2,293
14년 전 조회 1,793
14년 전 조회 5,767
14년 전 조회 1,639
14년 전 조회 3,760
14년 전 조회 1,985
14년 전 조회 1,768
14년 전 조회 2,163
14년 전 조회 8,890
14년 전 조회 2,080
14년 전 조회 3,141
14년 전 조회 2,570
14년 전 조회 2,138
14년 전 조회 5,214
14년 전 조회 1,825
14년 전 조회 2,276
14년 전 조회 1,824
14년 전 조회 1,864
14년 전 조회 2,674
14년 전 조회 3,472
14년 전 조회 1,922
14년 전 조회 2,138
14년 전 조회 2,064
14년 전 조회 2,308
14년 전 조회 1,552
14년 전 조회 2,131
14년 전 조회 1,650
14년 전 조회 1,993
14년 전 조회 1,795
14년 전 조회 2,268
14년 전 조회 2,695
14년 전 조회 2,239
14년 전 조회 1.1만
14년 전 조회 2,893
14년 전 조회 4,451
14년 전 조회 1,572
14년 전 조회 2,461
14년 전 조회 1,819
14년 전 조회 1,678
14년 전 조회 1,662
14년 전 조회 5,404
14년 전 조회 2,633
14년 전 조회 3,110
14년 전 조회 1,680
14년 전 조회 2,143
14년 전 조회 2,705
14년 전 조회 1,676
14년 전 조회 2,629
14년 전 조회 2,429
14년 전 조회 4,136
14년 전 조회 2,124
14년 전 조회 3,398
14년 전 조회 2,257
14년 전 조회 2,108
14년 전 조회 2,116
14년 전 조회 2,666
14년 전 조회 2,152
14년 전 조회 1,671
14년 전 조회 1,888
14년 전 조회 2,036
14년 전 조회 1,741
14년 전 조회 8,473
14년 전 조회 7,557
14년 전 조회 1,674
14년 전 조회 1,802
14년 전 조회 2,045
14년 전 조회 1,672
14년 전 조회 1,766
14년 전 조회 2,096
14년 전 조회 2,051
14년 전 조회 3,323
14년 전 조회 1,686