( welches auf den meisten Seiten eh als Standard verwendet wird )
Reine PHP-Lösung gibt es dafür nicht !
( onclcik = javascript-Funktion )
Was meinst du mit "Ebenen" !?
Code: Alles auswählen
<form method="POST" action="abfrage.php">
<input type="submit" class="Button" name="Button1" value="Besondere Kenntisse">
</form>
Code: Alles auswählen
<html>
	<head>
		<title>abfrage.php</title>
	</head>
<body>
<?php include ("../dependence/include2.php");
if ($_POST["submit"])
{	$abfrage = mysql_query("SELECT text3, ID FROM lela_beruf_db WHERE id ='1'");
	$ergebnis = mysql_num_rows($abfrage);
	$row = mysql_fetch_row($abfrage); 
?> }
	<form>
		<table>
				<tr>
				<td>Inhalt</td>
				<td><input type="text" name="Inhalt" value="
					<?php echo $row[0]; ?>" />
				</tr>
			</table>
		</form>
</body>
</html>Code: Alles auswählen
<?php include "vorlage1.php ?>Code: Alles auswählen
<?php echo $row_rs_index['StdSite']; ?> etc. pp.Code: Alles auswählen
$var1 = "<?php echo $row_rs_index['text1']; ?>";
$var2 = "Zelle1.inhalt";
if Button.OnClick = true THEN
$var2 = $var1;