Filler
Filler
Filler
Filler
Link #1: This one does NOT have a return false: so after spawning the popup, this link should cause this document to scroll back to the top
The call and code of this link is:<a href="#" onmousedown="MM_openBrWindow('../GRAPHICS/GIF/krusbur.gif', 'KrustyRestaurant', 'width=528,height=372');"><img src="../GRAPHICS/JPG/KrustyBurger.jpeg" width="99" height="101" alt="Krusty Burger"></a>
Filler
Filler
Link #2: This one HAS a return false: so after spawning the popup, this link should NOT cause this document to scroll back to the top
The call and code of this link is:<a href="#" onmousedown="MM_openBrWindow('../GRAPHICS/JPG/KrustyRich.jpg', 'KrustyRich', 'width=210,height=230'); return false;"><img src="../GRAPHICS/JPG/KrustyHungry.jpeg" width="84" height="79" alt="Krusty is hungry"></a>
Filler
Filler
Filler
Filler
Link #3: This one does NOT have a return false: so after spawning the popup, this link should cause this document to scroll back to the top
The call and code of this link is:<a href="#" onclick="MM_openBrWindow('../GRAPHICS/GIF/krusbur.gif', 'KrustyRestaurant', 'width=528,height=372');"><img src="../GRAPHICS/JPG/KrustyBurger.jpeg" width="99" height="101" alt="Krusty Burger"></a>
Filler
Filler
Link #4: This one HAS a return false: so after spawning the popup, this link should NOT cause this document to scroll back to the top
The call and code of this link is:<a href="#" onclick="MM_openBrWindow('../GRAPHICS/JPG/KrustyRich.jpg', 'KrustyRich', 'width=210,height=230'); return false;"><img src="../GRAPHICS/JPG/KrustyHungry.jpeg" width="84" height="79" alt="Krusty is hungry"></a>