Odd question marks in drop down

Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default Odd question marks in drop down

    I'm redesigning a Website in ASP but elements from the client?s previous site
    need to come over and portions are in ColdFusion. All the pages are living
    together and working fine but the drop-down menu is is placing these odd "?"
    symbol next to the links. Here's the page:

    [url]http://nutramax.kgdev.com/veterinary/forum_nw.cfm[/url]

    Anyone ever experienced this? Thanks!


    littlefoot7 Guest

  2. Similar Questions and Discussions

    1. Yellow boxes with question marks
      Can anyone please help? I am trying to administer/edit a table from a website using Contribute3. Although I can edit text & delete some rows etc, I...
    2. Images appear as question marks
      I need help! I just uploaded my first dreamweaver website to yahoo. My images appear as question marks. I've uploaded the images in file manager...
    3. HELP - CS in OSX 10.3.4 exchanging characters for question marks (?)
      CS appears to be randomly displaying and printing query marks (?) instead of alphanumeric characters. Its doesnt appear to be typeface specific, I’ve...
    4. question marks...
      I am getting question marks on my web page created by Microsoft publisher 2003. Does anyone know why this is happening? RAB_Missouri
    5. Parsing Question Marks in URL
      Hi, i'm trying to change the question marks in the url.. eg. index.php?page=home to something along the lines of index.php/pages/home I...
  3. #2

    Default Re: Odd question marks in drop down

    I am sorry but I do not see any drop -down menu.
    In any case, if you do not use unicode as the encoding, you may need to charset with the <cfprocessingdirective> tag.
    SilverStrike Guest

  4. #3

    Default Re: Odd question marks in drop down

    It looks like whoever designed the site used some javascript menus and included
    these pages to make the menus. I'm wondering if the ? is some type of symbol
    to show the user what they have chosen (instead of highlighting the link).
    You'll probably find the answer in the mm_menu.js page or the vetPortaMenu.js
    page

    <script language="JavaScript1.2" src="/include/scripts.js"></script>
    <script language="JavaScript1.2" src="/include/vetPortalMenu.js"></script>
    <script language="JavaScript1.2" src="/include/mm_menu.js"></script>

    Hope this helps.
    j

    jmj Guest

  5. #4

    Default Re: Odd question marks in drop down

    Thanks for your help. The curious thing is that all of the pages on the site use the javascript in those 3 pages but the only place these question marks show up is on the coldfusion pages.
    littlefoot7 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