wrote:
> How can html files be loaded dynamically through javascript? Can and
<input type="button" value="Go to Google..."
onclick="location.href='http://www.google.com';">
but isn't that what A elements are for? You can use the target
attribute to load the document in a frame or iframe - no script required.
> how a link , which may be in a third party web page, or a bookmark
> button can be programmed in javascript to load another web page?
Scripts can't, with default security settings, tamper with pages from
another domain.
> any reply will be highly appritiated
*Any* reply?
--
Rob