hanpedro 0 Newbie Poster

1. at index.php,

<head ></head>

<body >

menu part

<iframe frameborder="0" id="aaa" src="./body_load_in.php" onload="resizeIframe(this)" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" border="0"></iframe>


2. body_load_in.php

put links into records for opening parent pages


$result = sql_query($sql);

for ($i=0; $row = sql_fetch_array($result); $i++, $k++) {

$list[$i][href] = "javascript:void(0)" onclick="javascript:parent.location('/club/club_main.php?botable=1&cb_id=$row[bo_table]&wr_id=$row2[wr_id]&sca=$row2[ca_name]')";


The result is error......

Any comment would be appreciated.