set targetURL to "http://blog.goo.ne.jp/vallie"
open location targetURL
tell application "Safari"
try
set theSource to (the source of document 1)
on error
beep 2
return
end try
end tell
set the clipboard to theSource
open location targetURL
tell application "Safari"
try
set theSource to (the source of document 1)
on error
beep 2
return
end try
end tell
set the clipboard to theSource