Hello Guys,
I've been "Playing" with ZP for 5 days.. i'm not fluent enough right now as i found obstacle and 'limitation' while learning it.
Currently i try to work Javascript with zennoposter..
I tried to write something to browser: document.write("hello world") ;
macro: {-JS.Execute-|-document.write("Hello World!");-}
i put in on macro "execute javascript"... but i doesn't work as expected
any idea ?
Edit:
i also tried to use :document.body.innerHTML = "hello world";
macro: {-JS.Execute-|-document.body.innerHTML = "hello world";-}
Still no luck....
I've been "Playing" with ZP for 5 days.. i'm not fluent enough right now as i found obstacle and 'limitation' while learning it.
Currently i try to work Javascript with zennoposter..
I tried to write something to browser: document.write("hello world") ;
macro: {-JS.Execute-|-document.write("Hello World!");-}
i put in on macro "execute javascript"... but i doesn't work as expected
any idea ?
Edit:
i also tried to use :document.body.innerHTML = "hello world";
macro: {-JS.Execute-|-document.body.innerHTML = "hello world";-}
Still no luck....