473,671 Members | 2,340 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Menü-Datei einbinden

Hallo!

Ich habe eine Menudatei, die in alle Dateien eingebunden werden soll,
die das menü anzeigen sollen.

Die Menüdatei bindet ihrerseits 3 Javascript-Dateien ein die auf
verschiedene Grafiken verweisen und natürlich die Menüfunktionen
beinhalten.

Wenn ich nun diese Datei mit folgendem Code in eine andere einbinde
funktioniert das nur solange, als alle Dateien (die aufrufende und die
einzubindende im selben Verzeichnis sind. Alle zu Menü gehörenden
Dateien sind im Verzeichnis "/msmenu" - die aufrufende eine "etage"
höher. Die Datei wird zwar gefunden aber nicht angezeigt.

Ich hoffe es kann mir jemand helfen.- Danke

Peter
Aufrufende Datei:
<html>

<head>
<meta name="GENERATOR " content="Micros oft FrontPage 5.0">
<meta name="ProgId" content="FrontP age.Editor.Docu ment">
<meta http-equiv="Content-Type" content="text/html; charset=windows-
1252">
<title>Neue Seite 1</title>
<!-- #include file="msmenu/ms1.htm"-->
</head>

<body>
</body>

</html>

Menü-Datei:

<HTML><HEAD><TI TLE>Microsoft's Menu</TITLE>
</HEAD>
<BODY leftMargin=0 topMargin=0 MARGINHEIGHT="0 " MARGINWIDTH="0" >
<SCRIPT language=JavaSc ript src="toolbar.js "></SCRIPT>
<SCRIPT language=JavaSc ript src="global.js" ></SCRIPT>
<SCRIPT language=JavaSc ript src="local.js"> </SCRIPT>
<SPAN id=TBDownLevelD iv></SPAN>
<SCRIPT language=JavaSc ript>
<!--// Hide from old browsers
var ToolBar_Support ed = ToolBar_Support ed;
if (ToolBar_Suppor ted != null && ToolBar_Support ed == true)
{
TBDownLevelDiv. style.display ='none';
drawToolbar();
}
//-->
</SCRIPT>
<BODY>

</BODY>
</HTML>
Jul 19 '05 #1
1 3000
I can not understand many things in German but from the html below I think
you are in the wrong newsgroup. Your code seems to be client-side, not
server side ASP which is what this newsgroup talks about...

"Peter Nikonevich" <no*****@news.n et> wrote in message
news:MP******** *************** *@news.kabsi.at ...
Hallo!

Ich habe eine Menudatei, die in alle Dateien eingebunden werden soll,
die das menü anzeigen sollen.

Die Menüdatei bindet ihrerseits 3 Javascript-Dateien ein die auf
verschiedene Grafiken verweisen und natürlich die Menüfunktionen
beinhalten.

Wenn ich nun diese Datei mit folgendem Code in eine andere einbinde
funktioniert das nur solange, als alle Dateien (die aufrufende und die
einzubindende im selben Verzeichnis sind. Alle zu Menü gehörenden
Dateien sind im Verzeichnis "/msmenu" - die aufrufende eine "etage"
höher. Die Datei wird zwar gefunden aber nicht angezeigt.

Ich hoffe es kann mir jemand helfen.- Danke

Peter
Aufrufende Datei:
<html>

<head>
<meta name="GENERATOR " content="Micros oft FrontPage 5.0">
<meta name="ProgId" content="FrontP age.Editor.Docu ment">
<meta http-equiv="Content-Type" content="text/html; charset=windows-
1252">
<title>Neue Seite 1</title>
<!-- #include file="msmenu/ms1.htm"-->
</head>

<body>
</body>

</html>

Menü-Datei:

<HTML><HEAD><TI TLE>Microsoft's Menu</TITLE>
</HEAD>
<BODY leftMargin=0 topMargin=0 MARGINHEIGHT="0 " MARGINWIDTH="0" >
<SCRIPT language=JavaSc ript src="toolbar.js "></SCRIPT>
<SCRIPT language=JavaSc ript src="global.js" ></SCRIPT>
<SCRIPT language=JavaSc ript src="local.js"> </SCRIPT>
<SPAN id=TBDownLevelD iv></SPAN>
<SCRIPT language=JavaSc ript>
<!--// Hide from old browsers
var ToolBar_Support ed = ToolBar_Support ed;
if (ToolBar_Suppor ted != null && ToolBar_Support ed == true)
{
TBDownLevelDiv. style.display ='none';
drawToolbar();
}
//-->
</SCRIPT>
<BODY>

</BODY>
</HTML>

Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1743
by: Melanie | last post by:
Hallo Ich habe ein Problem, welches ich überhaupt nicht verstehe und hoffe, dass Ihr mir dabei helfen könnt. Ich habe ein Menü welches in einem JFrame (parent von alles) integriert ist. Wenn ich nun einen Menüpunkt wähle, öffnet sich das entsprechende Programm, welches ebenfalls in einem JFrame angezeigt wird.
1
2490
by: Ajey | last post by:
Hi, I have a string which contains some german characters e.g 'Menü'. I am converting it to upper case using wcsupr (). But ü is not converted to Ü. There are other characters too. I can use the _wsetlocale () function before using _wcsupr (). I cannot use the current machines locale setting. The strings have to be converted to upper case based on the locale of the target machine which is a SQL Server. What's the most efficient way of...
1
1829
by: d.schulz81 | last post by:
Holas, I want to do the following: If one entry in multiple select "domain" is selected, i want to change the content in dropdown "typ" dynamically according to the selected domain. If more than one entries in domain are selected, i want the dropdown typ to disappear
5
6667
by: 2003et | last post by:
How To Create Transparent Windows Controls? Thanks
4
1981
by: Menü Sargut | last post by:
Hello All How can I open a PDF file. (shellexecute?) Thanks Mengü
1
2656
by: Phane01 | last post by:
Hallo, ich habe eine Frage bezüglich des auslesens von Controls von Programmen. Ich schreibe an einem Programm, welches ein externes Tool starten soll. Das starten an sich ist kein Problem. In dem externen Programm soll nun ein bestimmer Menüpunkt ausgeführt werden. Dieser ist jedoch nicht über einen Shortcut zu erreichen, sondern nur über das Menü und einen Button in der Menüleiste. Ich möchte nun wissen ob es möglich ist, aus C# heraus,...
1
1275
by: Phane01 | last post by:
Hallo, ich habe eine Frage bezüglich des auslesens von Controls von Programmen. Ich schreibe an einem Programm, welches ein externes Tool starten soll. Das starten an sich ist kein Problem. In dem externen Programm soll nun ein bestimmer Menüpunkt ausgeführt werden. Dieser idt jedoch nicht über einen Shortcut zu erreichen, sondern nur über das Menü und einen Button in der Menüleiste. Ich möchte nun wissen ob es möglich ist, aus C# heraus,...
0
1520
by: zeynep | last post by:
hello I am trying to write a menü script i would like to make small applications like add ,delete users.But i dont know how my codes here hello i would like to add users but how? in man writing useradd -d #!bin/bash while do
0
8473
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8390
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8911
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8597
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6222
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5692
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4402
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2808
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2048
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.