Just to make sure, the code will be like this in your cell
Code: Select all
<TD align=right vAlign=top height="25px"
width=650> <script type="text/javascript">
with(milonic=new menuname("Main Menu")){
openstyle="rtl";
style=menuStyletop;
alwaysvisible=1;
itemheight=23;
orientation="horizontal";
position="relative";
aI("url=index.php;text=òì äîùøã;");
aI("text=ôøåéé÷èéí;showmenu=0;");
aI("url=members.php;text=ëðéñú ì÷åçåú;");
aI("url=address.php;text=ëúåáú;");
aI("url=contact.php;text=öåø ÷ùø;");
aI("url=index.php?eng;text=English;");
}drawMenus();
</script>
</TD>
This part would be removed from the menu_data file so it doesn't appear twice on the page, and the
Code: Select all
<SCRIPT language=JavaScript src="menu_data.htm"
type=text/javascript></SCRIPT>
will be put back with the other files in the head.
Looking at your file that's up one thing I noticed is that you seem to have two tabindex=8 you have that for the text area and also for the button [but I know nothing about forms, never having used them] I used that page from the old link and put the coding as I showed it here and the tab index does work, until you get to tabindex=4, for some reason at that point it takes two hits on tab to get it from 3 to 4, two from 4 to 5 and 3 from 5 to 8. I'm unable to see where it's actually going. If you could put up the new files it would probably help someone who knows more about forms to help you.