JavaScript Editor JavaScript Validator     JavaScript Editor 



Team LiB
Previous Section Next Section

Summary

For various reasons, having a frame-based website can prove very useful. Therefore, we need to be able to create JavaScript that can interact with frames and with the documents and code within those frames.

We then looked at how we can open new, additional browser windows using script.

We also looked briefly at security restrictions for windows and frames that are not of the same origin. By not of the same origin, we mean the situation where the document in one frame is hosted on one server and the document in the other is hosted on a different server. In this situation, very severe restrictions apply, which limit the extent of scripting between frames or windows.

In the next chapter, we'll be looking at advanced string manipulation and how we can use this to add different types of questions to our trivia quiz.


Team LiB
Previous Section Next Section


JavaScript Editor JavaScript Validator     JavaScript Editor


©

R7