I recently set up a Geocities account, and it’s fairly convenient webspace, but there’s one problem. My site contains an image map that produces small popup windows, and the geocities ad bar blocks out much of the content of the popup. I don’t mind the ad bar on the larger main window, but it’s really bothersome in the popups, which are frequently opened and closed.
So, I had an idea. I’ve gone through a small tutorial on javascripts that write entire popup windows, but I’m not sure if it’s really a practical solution in this case. Because the popups on the image map all contain links to several other map items, I also need a way to write new content to the existing popup window. Is this doable? Even if it is, it’s looking like the best case scenario requires about 70 files (the image map, a popup script for each map item, and a script for bringing up new content within the popup).
Also, I’m not too clear on the format for stand-alone javascript files.
Is what I’m trying to do, well, doable? Remember, I’m not trying to get around popups on the entire site, just this specific part. Thanks in advance.