Hi,
i have problem in the iframe module.
i included the .asp page into the iframe module.
in the asp page i used the response.redirect, i trying redirect to the another page, that whole page appear inside the same iframe.
but i want to redirect the page to the DNN page.
i using the asp coding to redirect that page
example:
response.redirect("www.thankyou.com/thankyou.htm")
can we use the javascript for redirect that page
i also used that javascript codes also
window.location="'
this opened the same inside the iframe
window.open("")
this opened the new window.
but i want to redirect to the my dnn pages
can u sent the javascript code for how to redirect to the DNN page.
thanks in advance.