Jump to content

[SOLVED] Why cant I see this text area in IE ??


dc_jt

Recommended Posts

<?php

$oObj = $oTblNews->GetObject();
?>

<h1>News</h1>

<script language="javascript" type="text/javascript" src="/cms/tiny_mce/tiny_mce.js"></script>
<script language="javascript" type="text/javascript" src="/cms/tiny_mce/init.js"></script>	

<table width="95%"  border="0" align="center" cellpadding="0" cellspacing="0">

</table>	
<table border="0" align="center" cellpadding="0" cellspacing="0" class="mainpageheader">
<tr>
<td>
Please add/edit the news content below.
</td>
</tr>
</table>
<?php
if ($_GET['msg'] == 1)
{
?>
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0"  class="tabpageerror">
<tr>
	<td>
		<font color="blue">You have successfully updated the news content.</font>
	</td>
</tr>
</table>
<?php
} //end if (isset($sErrorMsg))
?>	
<table border="0" align="center" cellpadding="0" cellspacing="0" class="tabpagemain">
<tr>
	<td valign="top">
		<table> 
	 	<form name="add_edit" method="post" action="<?=$_SERVER['PHP_SELF']?>?sMode=EditSave&iNewsId=<?=$oObj->news_id?>" enctype="multipart/form-data" >
		<input name="sMode" type="hidden" value="save">
		<tr>
				<textarea id="content" name="news_content" style="width:100%; height:250;" rows="20"><?=(isset($_POST['news_content']))?stripslashes(htmlentities($_POST['news_content'])):htmlentities($oObj->news_content)?></textarea>
				</span>
		<br />				
	</td>
</tr>

<td></td>

</table>
<td>		
<tr>

<table border="0" align="center" cellpadding="0" cellspacing="0" class="tabpagefooter">
<tr>
<td>
<input class="fmgrey" type="submit" value="Save" />	

</td>
</tr>				
	</form>
		</table>
	</td>
</tr>
</table>
<div class="pagefooter">
 <div class="clear"> </div>
</div>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.