/    Sign up×
Community /Pin to ProfileBookmark

Reload only 1 specific frameset

Here is my code
<!DOCTYPE html>
<html>
<frameset rows=”15%,*,10%”>
<frame src=”header.php” name= “header”;>
<frame src=”main.php” name = “main”>
<frame src=”footer.php” header =”footer”>
</frameset>
</html>

Now what i want to do is i want refresh a frameset name header from main.php. i do not want to refresh all the frame set, i only want the header.php will refresh from main.php. Any suggestion ??

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@KxmodeMay 02.2019 — I don't recommend <frameset>. The tag is not supported in HTML5. I recommend using an iframe instead since it is supported by HTML5 and you can do more things and have more control over them.

Example https://jsfiddle.net/bo5k2Lcd/10/
Copy linkTweet thisAlerts:
@VITSUSAMay 04.2019 — You are right, this tag is not supported in HTML5.
×

Success!

Help @pka 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 4.25,
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: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

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