get a button in an iframe to change location of parent page

L

libsfan01

Hi all

is it possible to get a button in an iframe to change location of
parent page?

regards

marc
 
M

Martin Honnen

libsfan01 wrote:

is it possible to get a button in an iframe to change location of
parent page?

First of all consider using a simple link e.g.
<a href="example.html" target="_parent">link</a>
as that does not require script.

If you really think you want to do it with script then you can set
parent.location e.g.
<input type="button" value="load"
onclick="window.parent.location = 'example.html';">
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top