| (Web-) Design und webbasierte Sprachen Tipps & Tricks, Designabgleich, HTML & Javascript, Flash, ASP, PHP, Perl/CGI... |
Diskussion: mit link 2 iframes verändern im Forum (Web-) Design und webbasierte Sprachen, in der Kategorie Web, Network & Multimedia Palace; Anzeige hi leuds, ich hab folgendes Problem. Ich möchte gern mit einem link zwei iframes verändern, was normaler Weise auch ...
![]() |
| | #1 (permalink) |
| Registriert seit: 08.10.03 ![]() Likes: 0 | Anzeige hi leuds, ich hab folgendes Problem. Ich möchte gern mit einem link zwei iframes verändern, was normaler Weise auch ganz gut, wie folgt klappt: Code: <a href="#" onClick="parent.ihr 1 Frame.location='ihre.htm'; parent.ihr 2 Frame.location='ihre.htm'; return false;"> 2.Variante</font> </a> Zur Veranschaulichung, ich möchte dies auf folgender Seite umsetzen, was hier auch noch klappt, jedoch kappt es schon nicht mehr, wenn die Seite in ein normales frame eingebettet ist. (hier) -->comix-->enter--->eden-->bild anklicken-->eden1.html (link funktioniert nicht mehr) Quellcode der Seite (eden1.html): Code: <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>eden1</title>
<meta name="author" content="Freakazoid">
<meta name="generator" content="Ulli Meybohms HTML EDITOR">
<script language=javascript> function wechsel(url1,url2)
{ document.frame1.location.href = url1; document.frame2.location.href = url2; }
</script>
</head>
<body text="#FFFFFF" bgcolor="#000000" link="#FF0000" alink="#FF0000" vlink="#FF0000">
<table border="0" width="100%" cellpadding="8">
<tr>
<td>
<h1>Eden - It's an endless World!</h1>
</td>
<td align="right" valign="bottom">
<a href="eden.html">
zurück
</a>
</td>
</tr>
</table>
<hr>
<br><br>
<div>
<table border="0" width="100%">
<tr>
<td>
<table border="0" width="100%" cellpadding="5">
<tr>
<td>
<iframe src="infobox1.html" width="450" height="300" border="0" frameborder="0" framespacing="0" name="frame1">
</iframe>
</td>
<td align="center" valign="top">
<br><br>
<a href="#" onclick="wechsel('http://freakazoid2600.fr.funpic.de/infobox1.html','http://
freakazoid2600.fr.funpic.de/eden1.jpg')">
Eden - It's an endless World! #1
</a>
<br>
<a href="#" onclick="wechsel('http://freakazoid2600.fr.funpic.de/infobox2.html','http://
freakazoid2600.fr.funpic.de/eden2.jpg')">
Eden - It's an endless World! #2
</a>
<br>
<a href="#" onClick="parent.frame1.location='http://freakazoid2600.fr.funpic.de/infobox3.html';
parent.frame2.location='http://freakazoid2600.fr.funpic.de/eden3.jpg'; return false;">
Eden - It's an endless World! #3</font>
</a>
<br>
<a href="#" onClick="parent.frame1.location='http://freakazoid2600.fr.funpic.de/infobox4.html';
parent.frame2.location='http://freakazoid2600.fr.funpic.de/eden4.jpg'; return false;">
Eden - It's an endless World! #4</font>
</a>
<br>
<a href="#" onClick="parent.frame1.location='http://freakazoid2600.fr.funpic.de/infobox5.html';
parent.frame2.location='http://freakazoid2600.fr.funpic.de/eden5.jpg'; return false;">
Eden - It's an endless World! #5</font>
</a>
<br>
<a href="#" onClick="parent.frame1.location='http://freakazoid2600.fr.funpic.de/infobox6.html';
parent.frame2.location='http://freakazoid2600.fr.funpic.de/eden6.jpg'; return false;">
Eden - It's an endless World! #6</font>
</a>
<br>
<a href="#" onClick="parent.frame1.location='http://freakazoid2600.fr.funpic.de/infobox7.html';
parent.frame2.location='http://freakazoid2600.fr.funpic.de/eden7.jpg'; return false;">
Eden - It's an endless World! #7</font>
</a>
<br>
<a href="#" onClick="parent.frame1.location='http://freakazoid2600.fr.funpic.de/infobox8.html';
parent.frame2.location='http://freakazoid2600.fr.funpic.de/eden8.0.html'; return false;">
Eden - It's an endless World! #8</font>
</a>
<br>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center">
<iframe src="eden1.jpg" width="665" height="1050" name="frame2" align="center" border="5"
frameborder="0" framespacing="0">
</iframe>
</td>
</tr>
</table>
</div>
</body>
</html> thx pace, mfg freakazoid |
| | |
![]() |
| - Anzeige - | |
| |
| Themen-Optionen | |
| Ansicht | |
| |
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| URL verändern | erik SN | (Web-) Design und webbasierte Sprachen | 4 | 27.11.08 16:59 |
| Datenpakete verändern ? | blackwidow | Internet Allgemein | 13 | 25.07.04 17:57 |
| Link verändern | Cheffie | (Web-) Design und webbasierte Sprachen | 8 | 31.12.03 15:06 |
| Header verändern | Beforegod | Code Kitchen | 1 | 28.03.03 13:39 |