> parent._largeFrame.document.location.replace("url + variables");

You might try this: 

<framset>
<frame name="_smallFrame" />
<frame name="_largeFrame" id="_largeFrame" />
</frameset>

And JS: 

parent.document.getElementById('_largeFrame').src = "url + variables"; 

I don't think it will have quite the same effect as replace() but it
should get around whatever issue is going on with the pdf plugin not
supporting the javascript. 

I think you might be able to use removeNode() and appendNode() as an
alternative if you built a new frame with document.createElement(). 


-- 
s. isaac dealey  ^  new epoch
 isn't it time for a change? 
     ph: 781.769.0723

http://onTap.riaforge.org/blog



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313857
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to