Page 1 of 1

Error during walk not real

Posted: Mon Jan 17, 2005 5:29 pm
by jgdoke
The link : http://www.ab.com/safety/value
Had this error: Document not found: http://www.ab.com/safety/value returned code 404 (Not found)
Referenced by : http://www.ab.com/safety/

We do not reference a page /safety/value. The only thing I can think of is that you are interpreting this code as making that url..

<form name="GMFormbf952c">
<select name="GoMenu" onChange="GMFormbf952cLink()" language="JavaScript">
<option value="value" selected>Select a link
<option value="new_products/index.html">New Products
<option value="/certification/ce/index.html#Safety">CE Declarations...
<option value="/certification/ce/index.html#Safety">...of Conformity
</select>
<script language="JavaScript">function GMFormbf952cLink(){ var a = document.GMFormbf952c.GoMenu.options[document.GMFormbf952c.GoMenu.selectedIndex].value +""; if(a != ''){ if(parent!=self){ var f = self; while(f!=window.top){ f = f.parent; } if(a.indexOf("://")!=-1){ f.body.window.location.href = a;}else{ window.top.location.href = a; } }else{ window.top.location.href = a; } document.GMFormbf952c.GoMenu.selectedIndex=0; } }</script>
</form>

Error during walk not real

Posted: Tue Jan 18, 2005 11:10 am
by John
The first option value is "value", which the javascript code uses to build that URL.