I know, that I can get alert with URL by code
with(document)alert(URL)
So, I need to take this value to the variable x. Can I did it?
I don't know how to do it. What I should write instead alert? I need it without dot.
var x=(with(document)____(URL))