Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 157619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T10:32:11+00:00 2026-05-11T10:32:11+00:00

In another question, Using Google Map with ColdFusion, I ran into a problem of

  • 0

In another question, ‘Using Google Map with ColdFusion’, I ran into a problem of not able to display a google map using CF. After much experimenting, I found out that if you use ColdFusion.navigate to point to a page from one cflayoutarea to another cflayoutarea, the map in the destination cflayoutarea would not show. (However, if you just run the page, both by itself or when it is inside the destination cflayoutarea, the map will show)

So my question now is: is there an alternative approach where I don’t need to use coldfusion.navigate to navigate from one cflayoutarea to another?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T10:32:11+00:00Added an answer on May 11, 2026 at 10:32 am

    Your English isn’t great, so I’m going to paraphrase to a question that makes sense (to me) and answer that question…

    It sounds like you have 2 CFLayoutArea‘s, and you want to have a link (or button, etc) in one of them that will change the contents of the other.

    If you’re eliminating ColdFusion.navigate as an option, then it seems to me you’re going to have to try one of a few other options that are all basically the same thing. I like jQuery. If you don’t like jQuery, you can use another library, or roll your own solution, but they will all do the same job.

    Since this code:

    <cflayout name='foo' type='hbox'>     <cflayoutarea name='nav'>nav</cflayoutarea>     <cflayoutarea name='content'>content</cflayoutarea> </cflayout> 

    Produces this HTML:

    <div  id='foo'>     <div  id='nav' style='overflow:auto;float:left;'>         nav     </div>     <div  id='content' style='overflow:auto;float:left;'>         content     </div>  </div> 

    You can use the ID attribute of the content DIV, with jQuery, to change its contents:

    <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js'></script> <script type='text/javascript'>     $(document).ready(function(){         $('#goLink').click(function(e){             $('#content').load('content.cfm');             e.preventDefault();         });     }); </script> <cflayout name='foo' type='hbox'>     <cflayoutarea name='nav'><a href='#' id='goLink'>go</a></cflayoutarea>     <cflayoutarea name='content'>content</cflayoutarea> </cflayout> 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 98k
  • Answers 98k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Load the document, and then use XDocument.Validate, passing in an… May 11, 2026 at 7:38 pm
  • Editorial Team
    Editorial Team added an answer see this question, its for c++ but it may help May 11, 2026 at 7:38 pm
  • Editorial Team
    Editorial Team added an answer Did you run the aspnet_regsql.exe file? C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe I've done this… May 11, 2026 at 7:38 pm

Related Questions

How do map providers (such as Google or Yahoo! Maps) suggest directions? I mean,
I have tried to find how to create DLL-s on linux using google, but
I am implementing a Google data source using their Python library . I would
In my application I have a UITextField inside a UITableViewCell . If I click

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.