Jump to content

IE Problems with Flight Bid


flyalaska

Recommended Posts

I can't seem to duplicate the problem using IE 8.  What exactly are they clicking on?  Bid flight? View my Bids?

I want to make sure I'm clicking on the same thing.

We are getting this problem when we click on the "Bid Flight" link. This only happens in IE. It works fine in Firefox.

Link to comment
Share on other sites

  • Administrators

You have script errors on your page:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Zune 4.0)

Timestamp: Sat, 16 Jan 2010 02:58:38 UTC

Message: 'jQuery' is undefined

Line: 12

Char: 1

Code: 0

URI: http://www.flyaka.com/lib/js/jqModal.js

Message: Object expected

Line: 26

Char: 1

Code: 0

URI: http://www.flyaka.com/lib/js/jquery-front.js

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Zune 4.0)

Timestamp: Sat, 16 Jan 2010 02:59:04 UTC

Message: 'jQuery' is undefined

Line: 12

Char: 1

Code: 0

URI: http://www.flyaka.com/lib/js/jqModal.js

Message: Object expected

Line: 26

Char: 1

Code: 0

URI: http://www.flyaka.com/lib/js/jquery-front.js

Try a few things - update to the latest core_htmlhead.tpl file, there were some changes. And put your changes below everything else in the template.

All your stuff should be particularly be below this line:

<script type="text/javascript" src="<?php echo fileurl('lib/js/phpvms.js');?>"></script>

Give that a shot

Link to comment
Share on other sites

  • Administrators

Hm, doesn't seem like it.

<script src="http://www.flyaka.com/lib/js/dropdown.js"></script>

                <script src="http://www.flyaka.com/lib/js/jqModal.js"></script>

Should be below the

<script type="text/javascript" src="http://www.flyaka.com/lib/js/jquery-front.js"></script>

<script type="text/javascript" src="http://www.flyaka.com/lib/js/phpvms.js"></script>

Lines at least

Link to comment
Share on other sites

Well i dont have javascript on my header.tpl but thats due to the desing im using search under the tag title there should be something likes this

<title><?php echo $title ?></title>
<link href="<?php echo SITE_URL?>/lib/skins/vne/reset.css" rel="stylesheet" type="text/css" />
<link href="<?php echo SITE_URL?>/lib/skins/vne/style.css" rel="stylesheet" type="text/css" />

check for this lines on your header.tpl as said Nabeel

<script src="http://www.flyaka.com/lib/js/dropdown.js"></script>

<script src="http://www.flyaka.com/lib/js/jqModal.js"></script>

Should be below the

<script type="text/javascript" src="http://www.flyaka.com/lib/js/jquery-front.js"></script>

<script type="text/javascript" src="http://www.flyaka.com/lib/js/phpvms.js"></script>

i think this four have to be on the same format

<script type="text/javascript" src="http://www.flyaka.com/lib/js/jquery-front.js"></script>

<script type="text/javascript" src="http://www.flyaka.com/lib/js/phpvms.js"></script>

<script type="text/javascript" src="http://www.flyaka.com/lib/js/dropdown.js"></script>

<script type="text/javascript" src="http://www.flyaka.com/lib/js/jqModal.js"></script>

check that it usually goes below that <title> tag

Link to comment
Share on other sites

Same Problem, I have it set like this.

<!--Required skin element!-->

<script type="text/javascript" src="http://www.flyaka.com/lib/js/jquery-front.js"></script>

<script type="text/javascript" src="http://www.flyaka.com/lib/js/phpvms.js"></script>

<script type="text/javascript" src="http://www.flyaka.com/lib/js/dropdown.js"></script>

<script type="text/javascript" src="http://www.flyaka.com/lib/js/jqModal.js"></script><?php Template::Show('core_htmlhead.tpl'); ?>

<script type="text/javascript">

$(document).ready(function(){

$(".inline").colorbox({width:"50%", inline:true, href:"#modal-login"});

});

</script>

Link to comment
Share on other sites

  • Administrators

Try

<?php Template::Show('core_htmlhead.tpl'); ?>
<!--Required skin element!-->

<script type="text/javascript" src="http://www.flyaka.com/lib/js/dropdown.js"></script>
<script type="text/javascript" src="http://www.flyaka.com/lib/js/jqModal.js"></script>

These two:

<script type="text/javascript" src="http://www.flyaka.com/lib/js/jquery-front.js"></script>

<script type="text/javascript" src="http://www.flyaka.com/lib/js/phpvms.js"></script>

should be in the core_htmlhead file. Then we can see where to go from there, but first sort out the includes order

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...