1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Blogger help Needed. - please Help Me experts

Discussion in 'HTML & Website Design' started by Raboo, May 3, 2009.

  1. #1
    My Site: http://www.ihabo.in/

    [​IMG]

    what to remove the undefined written..

    any one can help?? I can give XML. is anyone requires.
     
    Raboo, May 3, 2009 IP
  2. Random Guy

    Random Guy Peon

    Messages:
    670
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I don't see undefined looking at the page (where you have it in the image), it's not in the page source code either.
     
    Random Guy, May 3, 2009 IP
  3. b4db0y

    b4db0y Notable Member

    Messages:
    3,523
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    205
    #3
    I'll try and do it. send me your index.php
     
    b4db0y, May 3, 2009 IP
  4. Raboo

    Raboo Member

    Messages:
    211
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    45
    #4
    Raboo, May 3, 2009 IP
  5. b4db0y

    b4db0y Notable Member

    Messages:
    3,523
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    205
    #5
    Okay, I have figured out the problem. It is in the following lines

    <script type="text/javascript">
    	var timestamp = "7:59 PM";
    	if (timestamp != '') {
    		var timesplit = timestamp.split(",");
    		var date_yyyy = timesplit[2];
    		var timesplit = timesplit[1].split(" ");
    		var date_dd = timesplit[2];
    		var date_mmm = timesplit[1].substring(0, 3);
    	}
    </script>
    <div class="date-tab">
    <span class="month"><script type="text/javascript">document.write(date_mmm);</script>undefined</span>
    <span class="day"><script type="text/javascript">document.write(date_dd);</script>undefined</span>
    
    </div>
    
    Code (markup):

    It is the time script/function. Either remove it or ask some one to help you correct it, as i am not familiar with this function.

    A +rep would be appropriate if you think i helped you
     
    b4db0y, May 4, 2009 IP
  6. Raboo

    Raboo Member

    Messages:
    211
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    45
    #6
    I am unable to got those lines in the xml file.. Can you remove that undefined problem completely, after that please give me modified xml file. Please
     
    Raboo, May 4, 2009 IP
  7. b4db0y

    b4db0y Notable Member

    Messages:
    3,523
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    205
    #7
    b4db0y, May 4, 2009 IP