Welcome to TalkGraphics.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2004
    Posts
    2

    Default

    I need to timestamp urls that I'm going to from my navbar. When I do this with a link the format is <tag>a href="URL.html?ts=<get name=Headers:timestamp>"</tag>The Alt text</a>
    The submenu entry box turned the <get . . .> into _get . . ._
    I looked at the template.js and couldn't figure out to modify it because of all the +s. How do I do this?

  2. #2
    Join Date
    Sep 2004
    Posts
    2

    Default

    I need to timestamp urls that I'm going to from my navbar. When I do this with a link the format is <tag>a href="URL.html?ts=<get name=Headers:timestamp>"</tag>The Alt text</a>
    The submenu entry box turned the <get . . .> into _get . . ._
    I looked at the template.js and couldn't figure out to modify it because of all the +s. How do I do this?

  3. #3
    Join Date
    Jan 2004
    Posts
    1,830

    Default

    one way around it might be to add a function to your web page and then invoke the function when clicking on the buttons of the navbar.

    for example, assume you had a function in your page

    function show_question(id)
    {
    ...
    }


    You could then invoke the function by adding

    javascript:show_question('q1'); wihtin the url field of the button or menu

    Hope this helps

 

 

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
  •