|
Hi,
I'm a newbie to Javascript here. Let's say I have 2 web pages
www(.)example(.)com/index.htm & www(.)example(.)com/client.htm
On Index.htm, I have a link, which onclick, must display some content inside a <div> of the client.htm page, on the index page itself. Is this possible through Javascript? (I have already achieved this within the same page through hidden <div>s, but I need help with referencing a different webpage).
Thanks for any help in advance.
Ajay.
|