Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How can I opn the same window twice.

I want to open one window twice. For example I want to open my amazon orders in 2 windows. How can I do it?

I appreciate your help. Thank you.

Mac OS X (10.6.4)

Posted on May 6, 2011 8:21 PM

Reply
15 replies

May 6, 2011 9:21 PM in response to imalaski

For that sort of thing I use the Duplicate Tab Button extension from the Safari extensions gallery:


https://extensions.apple.com/


Once you've installed it, go into your Safari preferences. In the extensions section, select it. You'll see the option there given to open the duplicate tab in the foreground, background, or in a new window entirely. Pick the setting that works best for you.

May 6, 2011 9:56 PM in response to imalaski

Another way is with AppleScript, though the extension looks like the way to go.


on run

tell application "Safari"

makenewdocumentwith properties {URL:URL of document 1 as text}

end tell

end run

Using Automator you can make a Service that "receives no input in Safari"

Paste the script into the Run Applescript action (found in Utilities)

Save it with a descriptive name such as Duplicate Webpage in New Window

Assign it a keyboard shortcut

May 7, 2011 5:57 AM in response to Klaus1

I'm not quite getting what it is you are suggesting because doing everything twice doesn't seem to be the simplest way. Nor does duplicating by going through the usual steps: copy URL, open new browser window, paste URL, press return. The Duplicate Tab extension and the Applescript would each require a single step, not four.

How can I opn the same window twice.

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.