/    Sign up×
Community /Pin to ProfileBookmark

Chained Select menu

I will use the following code:

[url]http://www.dynamicdrive.com/dynamicindex1/chainedmenu/index.htm[/url]

But I need a small addition to it; I want the target url’s to appear in an inline frame, so that only the frame will be refreshed in each selection, not the whole page.

My coding knowledge is nearly zero, so I need a kind-hearted expert to help me change the code please :rolleyes:

I will really appreciate your help. Thank you very much in advance..

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@KorMar 15.2007 — Give your iframe an [B]id[/B], say "myiframe".

<iframe src="whichever" [B]id="myiframe"[/B]></iframe>

Than in the function goListGroup, try this (the red is the modify to do):
<i>
</i>.....
else if (newwindow==1)
window.open(selectedOptionvalue)
else
[COLOR="Red"]document.getElementById('myiframe').contentWindow.location.href=selectedOptionvalue[/COLOR]
break
......
Copy linkTweet thisAlerts:
@Queen_of_losersauthorMar 15.2007 — Kor, thank you really very much. You can't imagine how precious your contribution has been. I'll get along with the project now, I'll return to you if I happen to mess things again. Best wishes to you and yours..
×

Success!

Help @Queen_of_losers spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...