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,409
14년 전 조회 2,127
14년 전 조회 1,691
14년 전 조회 4,696
14년 전 조회 2,684
14년 전 조회 1,540
14년 전 조회 1,404
14년 전 조회 1,945
14년 전 조회 1,603
14년 전 조회 1,692
14년 전 조회 2,803
14년 전 조회 1,398
14년 전 조회 3,555
14년 전 조회 3,488
14년 전 조회 1,816
14년 전 조회 1,495
14년 전 조회 2,959
14년 전 조회 1,611
14년 전 조회 1,870
14년 전 조회 1,308
14년 전 조회 2,435
14년 전 조회 1,822
14년 전 조회 1,879
14년 전 조회 2,171
14년 전 조회 1,306
14년 전 조회 4,366
14년 전 조회 1,562
14년 전 조회 2,461
14년 전 조회 1,929
14년 전 조회 1,375
14년 전 조회 5,360
14년 전 조회 1,212
14년 전 조회 3,322
14년 전 조회 1,638
14년 전 조회 1,356
14년 전 조회 1,736
14년 전 조회 8,494
14년 전 조회 1,667
14년 전 조회 2,721
14년 전 조회 2,180
14년 전 조회 1,746
14년 전 조회 4,795
14년 전 조회 1,423
14년 전 조회 1,874
14년 전 조회 1,439
14년 전 조회 1,496
14년 전 조회 2,239
14년 전 조회 3,066
14년 전 조회 1,557
14년 전 조회 1,715
14년 전 조회 1,639
14년 전 조회 1,940
14년 전 조회 1,199
14년 전 조회 1,736
14년 전 조회 1,241
14년 전 조회 1,617
14년 전 조회 1,417
14년 전 조회 1,840
14년 전 조회 2,264
14년 전 조회 1,895
14년 전 조회 1만
14년 전 조회 2,475
14년 전 조회 4,031
14년 전 조회 1,143
14년 전 조회 2,100
14년 전 조회 1,396
14년 전 조회 1,243
14년 전 조회 1,244
14년 전 조회 5,011
14년 전 조회 2,211
14년 전 조회 2,672
14년 전 조회 1,335
14년 전 조회 1,711
14년 전 조회 2,253
14년 전 조회 1,240
14년 전 조회 2,264
14년 전 조회 2,024
14년 전 조회 3,751
14년 전 조회 1,739
14년 전 조회 2,962
14년 전 조회 1,844
14년 전 조회 1,836
14년 전 조회 1,745
14년 전 조회 2,267
14년 전 조회 1,815
14년 전 조회 1,249
14년 전 조회 1,452
14년 전 조회 1,623
14년 전 조회 1,334
14년 전 조회 8,046
14년 전 조회 7,186
14년 전 조회 1,254
14년 전 조회 1,418
14년 전 조회 1,663
14년 전 조회 1,282
14년 전 조회 1,366
14년 전 조회 1,743
14년 전 조회 1,644
14년 전 조회 2,890
14년 전 조회 1,252