Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Images sourcefile

    Good day,

    I have a html-page with a list of simple text links. I also have one image
    (src="view.gif") on that page. The page and the images are stored in the same
    directory together with ten other images.

    Now I want to make it so that when clicked on a text link the page will be
    reloaded, but now the image file must not be 'view.gif' but the name of the
    text link I clicked on.
    For instance: If I click on the text link 'one', src="view.gif" must become
    src="one.gif".

    How can I do this? Do I need variables and if so, how? Do you know an example?
    (The 'src' does not really have to change but I used this as an example or my
    problem, any other method is also welcome)

    Thank you.


    Vincent is Schattig Guest

  2. Similar Questions and Discussions

    1. Extension: Dynamic Images/Advance Random Images
      Hi there, I have downloaded 2 extensions: Dynamic Images or/and Advanced Random Images (kaosweaver.com); it seems both are the same and I have...
    2. Swapping Cell Images for Background Images
      Is there any plugin or extention for DW(studio8) out there that will quickly and with one click, let me remove an image inside a cell and...
    3. Creating Quick Vector Images from Raster images
      Hi ! I am aware of the conventional methods to create vector images from raster images, i.e. drawing the lines individually, then adding...
    4. scrolling images/slider NOT motion images PLEASE REPLY someone
      i want scrolling images...... like scroll bar with text but scroll bar with images...i dont it as in motion pictures....IF no one knows wot i mean...
    5. Best book for creating new images and how to print multiple images
      Hi Cliff, I'm afraid I can't help with part 1 of your question, being relatively new at PE2 myself, but there a those that frequent the group that...
  3. #2

    Default Re: Images sourcefile

    Sometimes it's easiest to do that by just editing each page, instead of the
    menu itself. Have a look at [url]http://nopeople.com/specializedwoodworks/[/url] and
    click on the links.
    Instead of complicated script showing where you are, I just made each page
    show it's own highlighted button.

    Excavatorak Guest

  4. #3

    Default Re: Images sourcefile

    Yes, but in your case the image that changes is rollover image. I want the
    mouse to roll over text, and another image must change according to the text
    the mouse rolled over.

    For instance.
    If the mouse rolls over the textlink "one", then the 'src' of the image must
    become "/one.gif"
    If the mouse rolls over the textlink "two", then the 'src' of the image must
    become "/two.gif"

    The 'src' does not has to change but a similar effect must occur

    Vincent is Schattig Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139