Results 1 to 3 of 3

Thread: crazy problem

  1. #1
    Join Date
    Mar 2009
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default crazy problem

    Ok so I am trying to integrate this contact form:

    http://www.bitrepository.com/a-simpl...alidation.html

    on my template but I am getting strange error where in firefox it says "element not found" and the button doesn't work. No error messages or anything. What could be wrong?

    Here is my site:

    http://orangestonephotography.com/po.../contact2.html

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    Your errors are:
    $ is not defined
    [Break on this error] $(function () {
    custom.js (line 3)
    Code:
    Cufon is not defined
    [Break on this error] <script type="text/javascript"> Cufon.now(); </script>
    contact3.html (line 203)
    Code:
    prefix not bound to a namespace
    [Break on this error] <coop:keyword>CSS</coop:keyword>moz-null...dd2f9f5a} (line 61)
    Firebug will tell you these. Not sure how to fixes them exactly but they are js not php.

  3. #3
    Join Date
    Dec 2009
    Posts
    6
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Code:
       <!-- <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
    	<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
    	<script type="text/javascript" src="js/jquery.cycle.all.min.js"></script>
    	<!-- <22222script type="text/javascript" src="js/jquery.form.js"></script2222> -->
    	<!--<script type="text/javascript" src="js/jquery.color.js"></script>	
    	<script type="text/javascript" src="js/cufon-yui.js"></script>	
    	<script type="text/javascript" src="js/delicious.font.js"></script>
    	<!-- <script type="text/javascript" src="js/contact.js"></script> 
        <script type="text/javascript" src="js/custom.js"></script> -->
    you missing --> in some place.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •