ホームページ  >  記事  >  バックエンド開発  >  タイトルを入力せずにダイアログボックスをポップアップ表示したい場合は、ckeditor に戻って再度編集してください。

タイトルを入力せずにダイアログボックスをポップアップ表示したい場合は、ckeditor に戻って再度編集してください。

WBOY
WBOYオリジナル
2016-06-13 12:40:191167ブラウズ

タイトルが入力されていない場合にダイアログボックスをポップアップ表示するように JavaScript を php に追加し、ckeditor に戻って再度編集します。

このようにして、このメッセージ プロンプト ボックスをポップアップ表示できます
if文を使いました。次に、関数を実装します。[OK] を押して、ホームページに戻ります。しかし、コメントアウトした文を追加すると、前のページに直接ジャンプし、ダイアログ ボックスは表示されません。どうしよう

解決策を見つけてください! ! !
これは.php:
です。

<?php<br />
include('conn.php');<br />
$head=$_POST['head'];<br />
$content=$_POST['content'];<br />
<br />
<br />
?><br />
<html><br />
<head><br />
	<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/><br />
<title><br />
a<br />
</title><br />
	<meta name="keywords" content="关键字列表" /><br />
	<meta name="description" content="网页描述" /><br />
	<link rel="stylesheet" type="text/css" href="" /><br />
	<style type="text/css"><br />
	*{<br />
			font-size:20px;	/*设置当前网页的“基本字体大小为12px*/<br />
		}<br />
	.content{<br />
		color=#0066ff text-align=right border-bottom=dashed 1px grey<br />
	}<br />
</style><br />
</head><br />
<body><br />
	<br />
<br />
	<?php<br />
	if($head!=NULL)<br />
   	{<br />
   		$sql="insert into ckfinder values('$head','$content')";<br />
		mysql_query($sql) or die(mysql_error());<br />
		$sql="select *from ckfinder";<br />
   		echo "<u>title:</u>&nbsp&nbsp&nbsp&nbsp</u>$head<br/>";<br />
   	    echo "<u>date:</u>&nbsp&nbsp&nbsp&nbsp".date("Y").".".date('m').".".date('d');<br />
   	    echo"<br/>";<br />
        echo "<u>content</u>:</br>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<br />
        	<table border='0' width='400' align='left' cellspacing='0' ><tr><td class='.content' >$content</td></tr><table>";<br />
        echo"</hr>" ;<br />
    } <br />
    else <br />
    {<br />
		echo"<script type='text/javascript'>alert('请输入标题!')</script>";<br />
	    header("Location:ck.php");<br />
	}<br />
    ?><br />
    <br />
</body><br />
</html><br />




これは ck.php

<br> です
[code=php]<br>
100db36a723c770d327fc0aef2ce13b1<br>
6cf9a575e463c819cbb258aaf30ca23b<br>
61f15f1733ef52924c8b814ac76e8e03<br>
bc396a6ccf83960ed8a2b89ae48dd75b<br>
ckeditor と ckfinder の設定と呼び出し<br>
6e916e0f7d1e588d4f442bf645aedb2f<br>
6bde1d381da98861448271af1f4cb5852cacc6d41bbb37262a98f745aa00fbf0 <div class="clear"></div>
声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。