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.

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

报告相同问题?

悬赏问题

  • ¥30 关于#r语言#的问题:如何对R语言中mfgarch包中构建的garch-midas模型进行样本内长期波动率预测和样本外长期波动率预测
  • ¥15 ETLCloud 处理json多层级问题
  • ¥15 matlab中使用gurobi时报错
  • ¥15 这个主板怎么能扩出一两个sata口
  • ¥15 不是,这到底错哪儿了😭
  • ¥15 2020长安杯与连接网探
  • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么
  • ¥15 banner广告展示设置多少时间不怎么会消耗用户价值
  • ¥15 可见光定位matlab仿真
  • ¥15 arduino 四自由度机械臂