Javascript - how do I make these functions not try to download any gif
-
I intend to use the pop-ups found here on my web site: http://www.thebatteryshoppe.com/TestDir/AllPopUps7.html Either/Or Question: (A) How do I make these pop-ups not attempt to download any of the 4 gifs (min, max, resize and close) used in the upper right hand corner. I don't care if the functionality is gone with the gifs. OR (B) How do I make these pop-ups always reload by refresh so they are 100% dependable in my system. They work perfectly from the server with IE6, MSN8, and NS but not with my computer(I use Win98SE IE5.5 Norton, a P4 with 512ram, on an MSI motherboard) I don't know where the problem is, but from my computer as source they work perfectly and they work perfectly from the server using the browsers above, but they hang-up when trying to refresh the web page server from my computer system. And if it happens to my system, its sure to also happen to other web site visitors. I've reloaded Win98SE from scratch and IE5.5 so I know its not a corrupt file at my end... its just a bug in Microslop. I've tried a little script that kept putting the gifs in cache, but it made no difference. The status bar usually never reaches done - just 4 items remaining. And if I stop it, the gifs just aren't in the pop-up. If you choose to answer question (B) above and not (A), due to the nature of this problem, and the testing of the solution on my PC (if it won't fail on yours) I don't know how payment works - this is only the second time that I've posted a question here. See my other Javascript question above. These pop-ups are a little different because they are supposed to be immune to pop-up blockers. Thank you. Steve
-
Answer:
Hello: I have decoded the JavaScript code for the popups and I have modified it a bit to not show the close button. Also, I have modified your HTML page to create non-resizable popup windows, this way, none of the maximize, minimize, resize gifs are shown. You can get this behaviour by calling the popup function setting isresize to false: new popUp(360 , 50 , 352 , 408 , "popoverID2" , .... , false , true , false , false ); The fourth parameter, beginning from the end controls whether the popup is resizable or not, I have changed it to false. I have worked only in the popup window is shown when you wait 7 seconds after load the page, the rest of popups are untouched. Please, download this file, it contains the Javascript and HTML code: http://www.xpde.com/ans2.zip I can't reproduce the problem you say you get when refreshing, try it now without .gif images and tell me if it still happens, I will work on this matter until you get satisfactory results, so don't hesitate to request for any clarification. Regards.
steve234-ga at Google Answers Visit the source
Related Q & A:
- How can I make a download page?Best solution by Stack Overflow
- I have a blog how can I make money with it.Best solution by Yahoo! Answers
- How do I make some some money before I land a real job that's related to my Degree?Best solution by wikihow.com
- How can I make clay use to make things?Best solution by Yahoo! Answers
- How can i make an animated gif like this?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.