drc15469 2015-03-23 07:44
浏览 76
已采纳

未捕获的SyntaxError:意外的令牌<在yii中

I'm new to yii..i create one form in that i want to include the validations so i create one external file if i include that i got this error in chrome..if i select inspect elements it shows the html page but i use only php file how to recover it.how to include the external js in php on yii.i use one method tell me is that right or wrong.

<?php 
$baseUrl = Yii::app()->baseUrl; 
  $cs = Yii::app()->getClientScript();
  $cs->registerScriptFile($baseUrl.'/js/logincheck.js');
  ?>
<?php
/* @var $this SiteController */
/* @var $model LoginForm */
/* @var $form CActiveForm  */

$this->pageTitle=Yii::app()->name . ' - SimpleLogin';
$this->breadcrumbs=array(
    'SimpleLogin',
);
?>

<h1>Login</h1>



<p>Please fill out the following form with your login credentials:</p>

<div class="form" onsubmit="check()">
<?php 
 $url=Yii::app()->createAbsoluteUrl('site/newlogin');

echo CHtml::beginForm($url,'POST') ?>

    <p class="note">Fields with <span class="required">*</span> are required.</p>

    <div class="row",id="s">
        <?php echo CHtml::label('name',''); ?>
        <?php echo CHtml::textField('name','',array('onblur'=>"keyw()",'id'=>'s')); ?>
        
    </div>

    <div class="row">
        <?php echo CHtml::label('password',''); ?>
        <?php echo CHtml::passwordField('password',''); ?>
        
    </div>
    <div class="row">
        <?php echo CHtml::dropDownList('role','',
              array('M' => 'Male', 'F' => 'Female'),
              array('empty' => '(Select a gender)'));
?>
    </div>
    
    <div class="row buttons">
        <?php echo CHtml::submitButton('Submit',array('name'=>'submit')); ?>
    </div>
<?php echo CHtml::encode($model->name)."-". CHtml::encode($model->password)."-".CHtml::encode($model->role);?>
<?php echo CHtml::endForm(); ?> 

</div><!-- form -->

</div>
  • 写回答

1条回答 默认 最新

  • dongzhang2150 2015-03-23 10:16
    关注

    As you said in the comments, you see check() is not defined error. This means The external javascript file(logincheck.js) isn't included properly. So, browser cant find check() function. Therefore, one possible problem is Path to js file. As a result $cs->registerScriptFile($baseUrl.'/js/logincheck.js') is the first possible problem. Another possibility: there are somethings wrong inside logincheck.js file, for example syntax errors. You can inspect the browser console errors for more information.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 树莓派与pix飞控通信
  • ¥15 自动转发微信群信息到另外一个微信群
  • ¥15 outlook无法配置成功
  • ¥30 这是哪个作者做的宝宝起名网站
  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题