Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

max.p

macrumors newbie
Original poster
Aug 29, 2010
1
0
Hi guys,

I'm trying to open an URL in Safari with applescript, and i don't want any toolbar in the opened window, actually this code almost works but it open 2 windows as the javascript is executed from document 1 :rolleyes:

I use Javascript because i dont want to have any modifications of Safari preferences, so when i close it and reopen it should not have the toolbar hidden.

Code:
tell application "Safari"
	activate
	tell document 1
		do JavaScript ("window.open('http://www.google.com','_blank','titlebar=0');")
	end tell
end tell

Does anybody knows a way to make this work or to open a window without the toolbars ?? I've tried different things but i'm stuck, so any help appreciated.

Thanks by advance,

Max
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.