Results 1 to 2 of 2

Thread: error message

  1. #1
    Join Date
    Feb 2009
    Posts
    1

    Default error message

    Ive been getting this error message everytime someone visits my site...

    File does not exist: /home/urtascom/public_html/404.shtml, referer: http://www.urtaggs.com/
    File does not exist: /home/urtascom/public_html/js/myjavascriptajax.js, referer: http://www.urtaggs.com/

    it says that myjavascriptajax.js doesnt exist, and it doesnt.

    i do have myjavascriptadmin.js

    Do i need to create this file, or is it referenced wrong somewhere in my script?

    -Thanks for the help

  2. #2

    Default Re: error message

    following is the myjavascriptajax.js.Upload it to js folder
    Code:
    // User vote
    
    function rateuser(voter,candate,rate){
    
    	try{
    		cp.call('ajax/myajaxphp.php','process_uservote',return_uservote,voter,candate,rate);
    	}
    	catch(Err){
    		alert('Connection failed');
    	}
    
    }
    
    function return_uservote(result){
    
    	try{
    
    				myMsg=result.getElementsByTagName('myMsg').item(0).firstChild.data;
    				cnt=result.getElementsByTagName('cnt').item(0).firstChild.data;
    
    				 showMe('himr');
    				if(cnt>5){cnt=5;}
    				else if (cnt<0)	{cnt=0;}
    
    
    					blank_star=5-cnt;
    
    					var x=document.getElementById('tblViewUserVote').rows[0].cells;
    
    
    					for (i=0;i<cnt;i++ )
    					{
    
    							x[i].innerHTML='[img]+imgurl+[/img]';
    					}
    
    					for (j=cnt;j<=4;j++ )
    					{
    							x[j].innerHTML='[img] + imgurl+[/img]';
    					}
    
    
    
    
    				if(myMsg=='f'){
    					var x=document.getElementById('tblViewUserTate').rows[0].cells;
    					x[0].innerHTML='Sorry! You already rated him.';
    
    				}else{
    						var x=document.getElementById('tblViewUserTate').rows[0].cells;
     						x[0].innerHTML='Thanks!';
    				}
    
    
    
    	}
    		catch(Err){
    			   alert('Server problem');
    	}
    
    
    
    
    
    }
    // End user vote

Similar Threads

  1. AJAX ERROR MESSAGE
    By heyahey in forum Bug Reports
    Replies: 7
    Last Post: 02-17-2009, 06:57 AM
  2. error message
    By berry05 in forum Installation Support
    Replies: 1
    Last Post: 04-12-2008, 04:38 AM
  3. error message on download
    By burch68 in forum Installation Support
    Replies: 1
    Last Post: 01-14-2008, 09:02 PM
  4. Just got the weirdest Error Message!!!
    By grynmoors in forum Installation Support
    Replies: 24
    Last Post: 09-16-2007, 06:52 AM
  5. Error Message
    By apj5621 in forum Fixed Bugs
    Replies: 3
    Last Post: 08-07-2007, 08:10 PM

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
  •