Archive for the ‘JQuery’ Category

Moving out of an IFrame

Sunday, April 19th, 2009

The following code snippet demonstrates the redirection from an IFrame to a webpage.

Many a times we need to redirect from within a IFrame to a webpage. We can achieve this by using javascript.
(more…)