Sometimes it’s desirable to initially leave a frame blank and load the contents later. For instance, the value of the frame may depend on user input or the result of a lengthy calculation or process.
You could load an empty document from the server, but that wastes a server access. It’s faster and easier to use the javascript: protocol to load the empty document internally.
Leave a Reply
You must be logged in to post a comment.