Re: Ajax style modal windows popup

2010-08-04 Thread Jerry Barnes
"That seems roundaboutopening a webpage that opens a dialog box...that opens another web page :-)" Ehhh. It works. I use that technique a lot in modal windows. I use it with non-modal pages sometimes with cfchart. I load the chart in its own iframe so it doesn't slow the whole page down.

Re: Ajax style modal windows popup

2010-08-04 Thread Vivec
yes..other content shows just fine, the text "Insert Flash object here" etc. shows up without a problem. It's just the Flash. A second page in the same directory displays the Flash video just fine. For the iframe method...you mean just drop an iframe into the Dialog box that will load a separat

Re: Ajax style modal windows popup

2010-08-04 Thread Jerry Johnson
Are you getting a js error? does the script Scripts/swfobject_modified.js exist? have you tried adding other content to that div, to see if it is content that doesnt show, or just the object? It might be that once you show the dialog to the screen, you might need to rerun the swfobject.register

Re: Ajax style modal windows popup

2010-08-04 Thread Zaphod Beeblebrox
instead of putting a style="display:none", use javascript to hide it first. jQuery cannot unhide an item that is hidden by css. $(document).ready(function() { $("div#terms").hide();}); On Aug 4, 2010, at 2:48 PM, Vivec wrote: > > I've been playing around with JQuery for the last few hours an

Re: Ajax style modal windows popup

2010-08-04 Thread Jerry Barnes
"For those of you who have done this before, any idea how I can get this to work?" Are you using an iframe in your pop up? That tends to work for me what I have complicated media to present. J - Experience hath shewn, that even under the best forms those entrusted with power have, in time, a

Re: Ajax style modal windows popup

2010-08-04 Thread Vivec
I've been playing around with JQuery for the last few hours and getting absolutely nowhere. What I want is that when a link is clicked, a modal dialog box opens up on the screen, and inside that box is a flash movie. The flash movie is the floor plan for a mall. The idea being that the link will

Re: Ajax style modal windows popup

2010-08-03 Thread Jerry Barnes
Something like thickbox using the iframe switch would work as well. There are many successors to thickbox, but for simplicity sake, I still use it. J - Experience hath shewn, that even under the best forms those entrusted with power have, in time, and by slow operations, perverted it into tyr

RE: Ajax style modal windows popup

2010-08-03 Thread Sisk, Kris
What? Us? Derail topics? Surely not. Also, every OS sucks. http://www.youtube.com/watch?v=d85p7JZXNy8 -Original Message- From: Judah McAuley [mailto:ju...@wiredotter.com] Sent: Tuesday, August 03, 2010 12:29 PM To: cf-community Subject: Re: Ajax style modal windows popup His

Re: Ajax style modal windows popup

2010-08-03 Thread Vivec
A CF question now and agains isn't frowned upon. But the intense back and forth CF stuff that you find on CF Talk you would typically not find here. It is CFMX 7. Before all the coolies stuff. On 3 August 2010 13:19, Andrew Scott wrote: > > I thought that cf-community was for off topic discuss

Re: Ajax style modal windows popup

2010-08-03 Thread Ras Tafari
ALWAYS ASK HERE. love my peeps. On Tue, Aug 3, 2010 at 1:40 PM, Erika L. Rich wrote: > > Nothing in CFComm is off topic or on topic. :) > > In fact, this is where I'd ask all my CF questions. It's much friendlier > here even if they derail into a political fight. > > On Tue, Aug 3, 2010 at 1:19

Re: Ajax style modal windows popup

2010-08-03 Thread Erika L. Rich
Nothing in CFComm is off topic or on topic. :) In fact, this is where I'd ask all my CF questions. It's much friendlier here even if they derail into a political fight. On Tue, Aug 3, 2010 at 1:19 PM, Andrew Scott wrote: > > I thought that cf-community was for off topic discussions? > > ~

Re: Ajax style modal windows popup

2010-08-03 Thread Judah McAuley
His question is mostly about Javascript, which is largely off-topic for cf-talk and everything that is off-topic for cf-talk is on-topic for cf-community. Though in cf-community we reserve the right to immediately derail threads and turn them into discussions of something else entirely instead of

RE: Ajax style modal windows popup

2010-08-03 Thread Andrew Scott
I thought that cf-community was for off topic discussions? Can I ask what version of ColdFusion you are using, if you are using ColdFusion 9 and above you can look into using cfwindow. Regards, Andrew Scott http://www.andyscott.id.au/ > -Original Message- > From: Vivec [mailto:gel21..