-
Incorrect Base URL Registration
I've been playing with the SmartTree Menu and it works fine when I view from the Client side, but when I view from the Server side the applet is 'greyed out' and the message 'Incorrect Base URL Registration' appears.
I can't work out/ see why it's doing this - can anyone help ?
The code is below:
<HTML>
<HEAD>
<TITLE>Test 1 - 2 boxes</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!--
function testWindow()
{
window.top.name = "main";
myWindow = window.open("_scripts/working.htm" ,"testWindow","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhist ory=0,width=320,height=220");
}
// -->
</SCRIPT>
</HEAD>
<BODY BACKGROUND="options_bg.gif">
<SCRIPT LANGUAGE="JavaScript">
<!--
{
document.write('<applet code=stmenu.class archive=stmenu.jar align=baseline width=120 height=133 MAYSCRIPT>');
}
//-->
</SCRIPT>
<PARAM NAME="filelocation" VALUE="params.txt">
<PARAM NAME="notice"
VALUE="SmartTree Menu (Developer Version), Copyright (c) 2000, OpenCube Inc.">
</BODY>
</HTML>
MTB
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks