C
Cylix
I have a website that need to login as user,
I am a user of that website with UID and PID pair.
Suppose I know that site very well in that HTML DOM structure after
login,
may I possible to use JS for a robot to automation some information
after login the site?
My idea is something like
Create my own page and some JS script,
using iframe to open the site in the frame, '
using js to control the child frame.
However, It seems I cannot do so since the page are not under the same
domain...
any work around?
Thank you.
I am a user of that website with UID and PID pair.
Suppose I know that site very well in that HTML DOM structure after
login,
may I possible to use JS for a robot to automation some information
after login the site?
My idea is something like
Create my own page and some JS script,
using iframe to open the site in the frame, '
using js to control the child frame.
However, It seems I cannot do so since the page are not under the same
domain...
any work around?
Thank you.