Well... As I see it, if something Norton cooked up is preventing you from seeing what domain the user is going to, then the easiest thing is to remove Norton from the users computer (and I'm always in support of removing that spyware).
I suppose that you can use a onload to write a value (the page location) to the DB and then cause the page to redirect to that specific page within the iframe (which you shouldn't use anyway since frames are going out with HTML 5.0). No AJAX required. Bret McDermitt wrote: > Thanks for the feedback. So this seems more like a work-around instead of a > fix, there's no way you can think of to get this done using a JS include and > ajax? Appreciate it. > Bret > >> Why not check for the CGI variable and if it doesn't exist (or if it's >> >> blank, I'm not sure what it looks like), then put up a message saying >> to >> please turn it back on (with directions on how). >> >> That bypasses any issue you may have. Granted, it may upset a few >> people, but honestly, they shouldn't be using nortons anyway. >> >> Bret McDermitt wrote: >>> I have a framed app and I'm trying to authenticate it's use by >> domain. So if someone in domain a.com wants to use it, I would like to >> be able to check and see if that domain is authorized. Norton killed >> my odds of going the CGI route, now I'm wondering if I can give the >> clients a JS script include which would post their 'document.location' >> to my server and I could send back the key to populate the iframe with >> an authenticated app URL? >>> Easier said than done? I've been mulling this over a while and I >> can't seem to get it right from an architecture standpoint. Any >> thoughts? >>> Thanks, Bret >>> >>> > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309798 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

