관리자: 쇼핑몰 따옴표 없거나 홑따옴표 쌍따옴표로
This commit is contained in:
@ -17,15 +17,15 @@ include_once("$g4[path]/head.sub.php");
|
||||
<tr><td colspan=2 height=3 bgcolor=0E87F9></td></tr>
|
||||
<tr align=center>
|
||||
<td>상품코드</td>
|
||||
<td><input type='text' id='new_it_id' value='<?=time()?>'></td>
|
||||
<td><input type="text" id="new_it_id" value='<?=time()?>'></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
<div align='center'>
|
||||
<input type='button' value='복사하기' onclick="_copy('item_copy_update.php?it_id=<?=$it_id?>&ca_id=<?=$ca_id?>');">
|
||||
<input type="button" value='복사하기' onclick="_copy('item_copy_update.php?it_id=<?=$it_id?>&ca_id=<?=$ca_id?>');">
|
||||
|
||||
<input type='button' value='창닫기' onclick='self.close();'>
|
||||
<input type="button" value='창닫기' onclick='self.close();'>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user