Neron
01-09-2012, 01:59 PM
Hi,
I want to open a new window and then execute some js function on that window. My code looks like this:
windowObjectReference = window.open("http://some_page.html","name");
windowObjectReference = window.open("javascript:(some_function('param1');)","name");
Is it possible to do activate bookmarklet thru js on new window?
I want to open a new window and then execute some js function on that window. My code looks like this:
windowObjectReference = window.open("http://some_page.html","name");
windowObjectReference = window.open("javascript:(some_function('param1');)","name");
Is it possible to do activate bookmarklet thru js on new window?