Hej Har du tittat på koden någon gång? det står ju tydligt: Jag har 3 sidor så utveckla lite till tack se info nedan. vad är det du inte förstår? det står ju klart och tydligt hur du ska göra?Meny problem
Fick det här på ASP sidan som svar på hur man ska styra menyn till ett nytt fönster eftersom jag har frames och menyn är högst upp och jag vill att det nedre fönstret ska öppnas.
Kan någon förklara var jag ska lägga dom olika scripten?
<!-- TWO STEPS TO INSTALL PULLDOWN MENU (FRAMES):
1. Put the code into the FRAMESET of your frames HTML document
2. Be sure to give each frame a name: name="left" etc... -->
<!-- STEP ONE: Copy this code into the FRAMESET of your HTML document -->
<FRAMESET cols="200,*">
<frame name="left" src="your_left_page.html">
<frame name="right" src="your_right_page.html">
</FRAMESET>
<!-- STEP TWO: Be sure to give each frame a name: name="left" etc... -->
<!-- Script Size: 0.51 KB -->
Och nu kommer koden:
<!-- THREE STEPS TO INSTALL PULLDOWN MENU (FRAMES):
1. Put this code in the HEAD of your_left_page.html
2. Add the last code into the BODY of your_left_page.html
3. Put whatever you want in your_right_page.html -->
<!-- STEP ONE: Copy this into the HEAD of your_left_page.html document -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
function leapto(form) {
var myindex=form.dest.selectedIndex
parent.right.location.href=(form.dest.options[myindex].value);
// You can output to ANY frame using: parent.[framename].location.href
}
// End -->
</SCRIPT>
<!-- STEP TWO: Put this code into the BODY of your HTML document -->
<BODY>
<CENTER>
<FORM NAME="myform">
<SELECT NAME="dest" SIZE=1 onChange="leapto(this.form)">
<OPTION SELECTED VALUE=" http://javascriptsource.com">The" target="_blank">http://javascriptsource.com">The JavaScript Source
<OPTION VALUE=" http://buttons.javascriptsource.com">Buttons
<OPTION VALUE=" http://games.javascriptsource.com">Games
<OPTION VALUE=" http://links.javascriptsource.com">Links
<OPTION VALUE=" http://navigation.javascriptsource.com">Navigation
<OPTION VALUE=" http://user-details.javascriptsource.com">User Details
</SELECT>
</FORM>
</CENTER>
<!-- STEP THREE: Put anything in your_right_page.html -->
<p><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
by The" target="_blank">http://javascriptsource.com">The JavaScript Source</font>
</center><p>
<!-- Script Size: 1.37 KB -->Sv: Meny problem
<!-- STEP ONE: Copy this into the HEAD of your_left_page.html document -->
tex....
rätt lätt att lista ut...den koden under denna rad lägger du mellan <head> och </head> taggarna i sidan: your_left_page.html
så lätt var det
/bjSv: Meny problem
Om man har en övre sida som heter over och en sida som heter meny och en sida som heter startsida1 och allt det här heter startsida eftersom det är frames det är frågan om.
Jag undrar om man har menyn högst upp på over och vill öppna startsida1.
Var ska man lägga dom olika scripten?
Tänk nu på att jag är lite nybörjare på detta.Sv: Meny problem
/bj