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,780
14년 전 조회 2,469
14년 전 조회 2,063
14년 전 조회 5,045
14년 전 조회 3,033
14년 전 조회 1,877
14년 전 조회 1,799
14년 전 조회 2,306
14년 전 조회 1,997
14년 전 조회 2,017
14년 전 조회 3,217
14년 전 조회 1,740
14년 전 조회 3,955
14년 전 조회 3,826
14년 전 조회 2,192
14년 전 조회 1,872
14년 전 조회 3,271
14년 전 조회 2,018
14년 전 조회 2,255
14년 전 조회 1,658
14년 전 조회 2,762
14년 전 조회 2,211
14년 전 조회 2,277
14년 전 조회 2,570
14년 전 조회 1,692
14년 전 조회 4,775
14년 전 조회 1,937
14년 전 조회 2,875
14년 전 조회 2,273
14년 전 조회 1,767
14년 전 조회 5,739
14년 전 조회 1,618
14년 전 조회 3,730
14년 전 조회 1,969
14년 전 조회 1,738
14년 전 조회 2,142
14년 전 조회 8,868
14년 전 조회 2,049
14년 전 조회 3,110
14년 전 조회 2,542
14년 전 조회 2,114
14년 전 조회 5,187
14년 전 조회 1,802
14년 전 조회 2,251
14년 전 조회 1,814
14년 전 조회 1,854
14년 전 조회 2,651
14년 전 조회 3,447
14년 전 조회 1,906
14년 전 조회 2,108
14년 전 조회 2,038
14년 전 조회 2,287
14년 전 조회 1,536
14년 전 조회 2,094
14년 전 조회 1,626
14년 전 조회 1,973
14년 전 조회 1,769
14년 전 조회 2,242
14년 전 조회 2,671
14년 전 조회 2,224
14년 전 조회 1만
14년 전 조회 2,860
14년 전 조회 4,418
14년 전 조회 1,542
14년 전 조회 2,445
14년 전 조회 1,786
14년 전 조회 1,650
14년 전 조회 1,641
14년 전 조회 5,386
14년 전 조회 2,607
14년 전 조회 3,076
14년 전 조회 1,661
14년 전 조회 2,111
14년 전 조회 2,673
14년 전 조회 1,644
14년 전 조회 2,618
14년 전 조회 2,404
14년 전 조회 4,115
14년 전 조회 2,095
14년 전 조회 3,379
14년 전 조회 2,223
14년 전 조회 2,096
14년 전 조회 2,086
14년 전 조회 2,643
14년 전 조회 2,139
14년 전 조회 1,648
14년 전 조회 1,857
14년 전 조회 2,008
14년 전 조회 1,716
14년 전 조회 8,449
14년 전 조회 7,540
14년 전 조회 1,650
14년 전 조회 1,770
14년 전 조회 2,022
14년 전 조회 1,651
14년 전 조회 1,739
14년 전 조회 2,081
14년 전 조회 2,027
14년 전 조회 3,309
14년 전 조회 1,663