Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
dburns_sc #1
Go To URL in Opener - Javascript
It works fine but opens the URL in the original window leaving it behind the
popup window. I need it to put the original window out in front and the popup
window behind.
Here's what I have working:
[url]http://aheadone.com/js_test/[/url]
Any javascript gurus out there know how to do this?
Macromedia Extension author: a_morris
Extension URL:
[url]http://www.macromedia.com/cfusion/exchange/index.cfm#view=sn104&viewName=Extensi[/url]
on%20Details&loc=en_us&authorid=32970265&page=0&sc rollPos=0&subcatid=0&snid=sn10
4&itemnumber=1&extid=1010942&catid=0
Here's the script:
<script language="JavaScript" type="text/JavaScript">
<!--
function AM_goToURLinOpener() { //v1.0
var i, args=AM_goToURLinOpener.arguments; document.AM_returnValue = false;
if (opener){
eval("opener.document.location='"+args[0]+"'");
} else eval("document.location='"+args[0]+"'");
}
//-->
</script>
dburns_sc Guest
-
.exe opener Lingo?
Hey folks. Is there a Lingo that I can create on a button that will open an EXE file created from Director? would open window "myMovie.exe" ... -
Refreshing or Redirecting Opener Window
Is it possible to redirect or refresh the contents of Page1 from within Page2 where Page2 was opened by Page1? -
Opener Page ID
which is the best method to know if a aspx page was called from within another aspx page of my project and not called directly from the... -
RePosting window.opener windows to server.
Hi , I know that this is something belongs to IE but , I think sometimes asp.net developers encounter this problem. Sometimes we need to repost... -
window.opener.location.href doesn't work in frame
From parent windows, I have created a popup windows that comprises two frames. When I have clicked a link button in one of the frames, I would like...



Reply With Quote

