• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

iframe

New Here ,
Dec 09, 2006 Dec 09, 2006

Copy link to clipboard

Copied

Hi i am using a iframe on my Home.cfm, inside the iframe i am displaying memberslist.cfm whch has a form on, when users submit the form it goes to a action page to insert the form data into my database, then i have a redirect

<cflocation url="Calendar.cfm" addtoken="false" />

which open within the iframe, i need this to open on the main home.cfm page not inside the home page, how do i do this?
TOPICS
Advanced techniques

Views

392

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Dec 10, 2006 Dec 10, 2006

Copy link to clipboard

Copied

LATEST
You don't have the ability to set the target window of a cflocation call. You'll be better suited to replace this with a javascript redirect. I don't remember the exact syntax, but there are hundreds of resources available on the net. Something like 'document.parent.location = ....'

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation