Moin Tom,
Es muss ja in dem Frame der Nnavigation irgendein Request drinstecken, der nicht aufgelöst werden kann.
genau in dem betreffenden Frame wird die DB gar nicht angesporchen.
Frameset:
<?php
include("./include/settings.inc.php");
echo'
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>DUTIX-Select</title>
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
<META NAME="audience" content="Alle">
<META NAME="author" content="Mike Roth / DHL - IT">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META http-equiv="expires" content="0">
<frameset rows="130,*,85" border="0" >
<frame name="top" src="users_maintenance_top.php" noresize>
<frame name="main" src="users_maintenance_main.php" noresize>
<frame name="bot" src="users_maintenance_bot.php" noresize>
</frameset>
</head>
<body>
</body>
</html>';
php?>
und der betreffende Frame:
<?php
@session_start();
include("./include/settings.inc.php");
echo'
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>DUTIX-Select</title>
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
<META NAME="audience" content="Alle">
<META NAME="author" content="Mike Roth / DHL - IT">
</head>
<body bgcolor="#FFCC00" link="#000000" vlink="#000000" alink="#000000" scroll="auto">
<table width="100%" height="100%" border="0" align="center">
<tr>
<td width="25%" height="100%" align="left" >
<img src="images/logo_post.gif" alt="DPWN" width="140" height="42">
</td>
<td width="50%" height="100%" align="center">
<form action="input_button2.htm">
<input type="button" name="Verweis2" value="'.$Text_Main_Page.'"
onclick="top.location.href='select.php'">
</form>
</td>
<td width="25%" height="100%">
<font size="2" color="black" face="tahoma" >
DHL Germany Software © 2003
<br>
Version: '.$Version.'
</font>
</td>
</tr>
</table>
</body>
</html>';
php?>
Wie siehst, nichts Großes.
Wie wird denn die MS-SQL-Datenbank angesprochen?
Gehst Du da üner "localhost" oder eventuell doch über Namensauflösung?
Das muss ich mal checken, könnte ein richtiger Hinweis sein.
$db_server = 'fracow2svpcdat';
Gruß
Mike
Murphy: "Wenn etwas schiefgehen kann, dann wird es auch schiefgehen."