i'm having problems with my java menu

admin

Administrator
Staff member
<html><br />
<br />
<head><br />
<title>The Unofficial Diablo Forums</title><br />
</head><br />
<br />
<body bgcolor="black" text="red"><br />
<br />
<br />
<H3>updating page, go here for the forums <a href=http://www.htmlforums.com/archive/index.php/"\public_html\forums\index.php">Diablo Forums</a></h3><br />
<br />
<br />
<script type='text/javascript'><br />
<br />
function Go(){return}<br />
<br />
</script><br />
<script type='text/javascript' src='http://www.htmlforums.com/archive/index.php/menu\exmplmenu_var.js'></script><br />
<script type='text/javascript' src='http://www.htmlforums.com/archive/index.php/menu\menu_com.js'></script><br />
<noscript>Your browser does not support script</noscript><br />
</body><br />
<br />
</html><br />
<br />
<br />
<br />
can someone tell me whats wrong with my code? the menu wont show up<!--content-->This isn't Java, it is Javascript.<br />
<br />
<br />
Post the URL where this is at, 'cus we need to look at more than the few lines of HTML that you posted, in order to fix this.<br />
<br />
<br />
.<!--content-->The wrong url<br />
this one is ok:<br />
<!-- m --><a class="postlink" href="http://24.168.246.59">http://24.168.246.59</a><!-- m --><br />
menu is showing up ;)<br />
<br />
The same url as in the frameset.....<br />
but then there is no menu....<br />
<br />
<br />
<br />
:rocker:<!--content-->In a URL, the / slash should be used, and not the \ slash. <br />
<br />
Microsoft browsers sometimes work with the wrong type, but the code fails in other browsers.<br />
<br />
Do not use the \ slash. Only use the / slash instead.<!--content-->
 
Back
Top