Help! I am working on a wiki which is embedded in one major frame. It looks like all of the wiki was set up right but then they bought the URL and dropped a frame on top in order to reference the new domain name in the URL. However, the URL then stays there and even if you go to an external link the URL stays there.
Ideally I would like to get rid of the frame and change the wiki config to reference www.wikiprogress.org. When I look at the source of the homepage of the wiki its:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">

<html>
<head>
<title>wikiprogress.org</title>
<meta name="keywords" content="progress, social, economic, environmental, indicators, societial wellbeing, social health," />
<meta name="description" content="wikiprogress.org" />
</head>
<frameset rows="100%">
<frame src="http://progress.oecd.org/" title="wikiprogress.org" frameborder="0" noresize="noresize"/>
<noframes>
<body>
<h1>wikiprogress.org</h1>
<p><a href="http://progress.oecd.org/">http://wikiprogress.org/</a></p>
</body>
</noframes>
</frameset>
</html>

But when I look at index.php there is totally different code and no frame.

Help!

Recommended Answers

All 2 Replies

The frameset isn't within the body tags.

Thanks so mcuh for getting back to me.
In fact we think its coming from the domain provider and as a terrible redirect because they didn't know how to resolve the domain name...
The issue was that we didn't know where the code above was even coming from! We are going to look at this on monday and I'll let you know. Thanks again and have a nice weekend.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.