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.

help with a code issue

Discussion in 'Programming' started by hawksrnm1, Apr 3, 2008.

  1. #1
    hawksrnm1, Apr 3, 2008 IP
  2. hawksrnm1

    hawksrnm1 Peon

    Messages:
    371
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    no one can help?
     
    hawksrnm1, Apr 3, 2008 IP
  3. it career

    it career Notable Member

    Messages:
    3,562
    Likes Received:
    155
    Best Answers:
    0
    Trophy Points:
    270
    #3
    Under <head> there is a field called <title> Put whatever you want there. I hope I have understood your question.
     
    it career, Apr 3, 2008 IP
  4. hawksrnm1

    hawksrnm1 Peon

    Messages:
    371
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Well that would be a good answer if i were a noobie idiot :)

    It is some sort of dynamic code. not just simple enough to add it in the title tag
     
    hawksrnm1, Apr 4, 2008 IP
  5. arnek

    arnek Active Member

    Messages:
    134
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #5
    so your not a noob,

    anyways,

    Why not just use a client side javascript to change it if you want it to be done dynamically like calling the following javascript function:
    function changeTitleNow(title) { 
    document.title = title; 
    }
    Code (markup):
     
    arnek, Apr 4, 2008 IP