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,601
14년 전 조회 2,356
14년 전 조회 1,880
14년 전 조회 4,929
14년 전 조회 2,896
14년 전 조회 1,748
14년 전 조회 1,606
14년 전 조회 2,196
14년 전 조회 1,804
14년 전 조회 1,895
14년 전 조회 3,022
14년 전 조회 1,606
14년 전 조회 3,789
14년 전 조회 3,707
14년 전 조회 2,029
14년 전 조회 1,708
14년 전 조회 3,157
14년 전 조회 1,809
14년 전 조회 2,068
14년 전 조회 1,534
14년 전 조회 2,635
14년 전 조회 2,018
14년 전 조회 2,091
14년 전 조회 2,377
14년 전 조회 1,510
14년 전 조회 4,586
14년 전 조회 1,798
14년 전 조회 2,660
14년 전 조회 2,137
14년 전 조회 1,577
14년 전 조회 5,568
14년 전 조회 1,428
14년 전 조회 3,532
14년 전 조회 1,841
14년 전 조회 1,548
14년 전 조회 1,967
14년 전 조회 8,675
14년 전 조회 1,887
14년 전 조회 2,913
14년 전 조회 2,376
14년 전 조회 1,930
14년 전 조회 5,003
14년 전 조회 1,623
14년 전 조회 2,060
14년 전 조회 1,657
14년 전 조회 1,718
14년 전 조회 2,461
14년 전 조회 3,284
14년 전 조회 1,783
14년 전 조회 1,934
14년 전 조회 1,839
14년 전 조회 2,154
14년 전 조회 1,400
14년 전 조회 1,939
14년 전 조회 1,454
14년 전 조회 1,848
14년 전 조회 1,602
14년 전 조회 2,044
14년 전 조회 2,499
14년 전 조회 2,100
14년 전 조회 1만
14년 전 조회 2,674
14년 전 조회 4,234
14년 전 조회 1,355
14년 전 조회 2,323
14년 전 조회 1,594
14년 전 조회 1,467
14년 전 조회 1,462
14년 전 조회 5,219
14년 전 조회 2,418
14년 전 조회 2,892
14년 전 조회 1,549
14년 전 조회 1,918
14년 전 조회 2,475
14년 전 조회 1,457
14년 전 조회 2,497
14년 전 조회 2,216
14년 전 조회 3,925
14년 전 조회 1,918
14년 전 조회 3,186
14년 전 조회 2,038
14년 전 조회 1,971
14년 전 조회 1,914
14년 전 조회 2,460
14년 전 조회 2,032
14년 전 조회 1,460
14년 전 조회 1,660
14년 전 조회 1,814
14년 전 조회 1,537
14년 전 조회 8,267
14년 전 조회 7,340
14년 전 조회 1,429
14년 전 조회 1,582
14년 전 조회 1,841
14년 전 조회 1,454
14년 전 조회 1,542
14년 전 조회 1,877
14년 전 조회 1,828
14년 전 조회 3,072
14년 전 조회 1,461