menu data

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • natty

    menu data

    hi, i have the following as an example of menu data:

    td_1 = "Home"
    url_1 = "index.html "
    td_2 = "Photos"
    td_2_1 = "Nights Out"
    td_2_1_1 = "October 2003"
    url_2_1_1 = "october2003.ht ml"

    however i want to target my links to a particular frame, is it
    possible to do this in this sort of data format? thanks to anyone who
    helps!!
  • Ivo

    #2
    Re: menu data

    "natty" <haribo_starmix @hotmail.com> wrote in message
    news:1876319f.0 402120806.1d52e 084@posting.goo gle.com...[color=blue]
    > hi, i have the following as an example of menu data:
    >
    > td_1 = "Home"
    > url_1 = "index.html "
    > td_2 = "Photos"
    > td_2_1 = "Nights Out"
    > td_2_1_1 = "October 2003"
    > url_2_1_1 = "october2003.ht ml"
    >
    > however i want to target my links to a particular frame, is it
    > possible to do this in this sort of data format? thanks to anyone who
    > helps!![/color]

    You have a large number of variables here, and you can add many more in the
    same style,
    target_1 = "_top"
    target_2_1_1 = "_self"
    sound_1 = "knockknock.wav "
    sound_2 = "camera.wav "
    etc.
    but I would advise rewriting your code to use arrays instead before you
    start adding more functionality. We need to see a bit more of your code if
    you need help with that,
    Ivo



    Comment

    Working...