|
Another question about javascript: I use normal button links for internal linking between pages 1 to 7 and 8 to 14. The cross overlinks - for example 3 to 9, 4 to 10 (which will soon be 3 and 4 to 8 (index of Language B) because of the calculations) - use drop down windows and javascript:
<FORM NAME="DropDown"><SELECT NAME="DDlinks" onChange="LinkUp(this.form)"><OPTION SELECTED> xxx </option><OPTION VALUE="http://www.xxxyyy.com/yyy.htm"> yyy </option></SELECT></FORM>
Does Google understand that this is a link?
|