Rik's Treehouse > Babbling in Binary > Tips 'n' Tricks > Netscape |
Posted: July 18, 1997
Problem: When double-clicking on .html files on my local hard drive Netscape Communicator 4.x loads and AutoDials into my Internet Provider. How do I prevent it from dialing?
Solution: This gets a little tricky, but the basic idea is to configure Netscape to use an alternate profile which is setup for offline browsing. You can select a profile from Netscape's command-line with the option '-P"profile"'. Maybe I should lay out the steps sequentially:
Whew! Don't worry, it looks a lot harder than it actually is. I just included all the little details so there wouldn't be any possibility of confusion (I hope).
You will probably now find that you get that annoying "Profile Manager" popping up every time you run Netscape from the Start menu. To correct this just change the shortcuts so that they have a '-P"blok"' option (substitute your profile name for blok). That way, Netscape will already know which profile to use and won't need to ask you. (The '-P"offline"' option is also great if you use a text editor as your HTML editor.)
If anybody has any bright suggestions on how to simplify or clarify this procedure, let me know.
Problem: I use DDE (dynamic data exchange) to communicate with Netscape Communicator, but with my last upgrade it no longer works. How can I fix it?
Solution: Starting with Netscape Communicator 4.02 the DDE application name has been changed from Netscape to NSShell. Try changing that.
Problem: Whenever I check my try to check my mail it starts downloading the messages ok, then pops up with the following:
Solution: As far as I could find out there are two possible problems here:
; DelMail.wbt - WinBatch script to delete first message on POP3 server AddExtender("WWWSK32I.DLL") ; load Internet Extender user=AskLine("DelMail","Username:","") pswd=AskPassword("DelMail","Password:") server=AskLine("DelMail","Mail Server:","") handle=p3Open(server, user, pswd) If handle == @FALSE ; error opening account Message("p3Open", "Open Failed") Else If p3Count(handle) > 0 ; if messages waiting on server, delete first If p3Delete(handle,1) Then Message("DelMail","First message deleted") Else Message("DelMail","Error deleting message") EndIf EndIf p3Close(handle)
Problem: When I click on a file I want to save to disk Netscape pops up an "Unknown File Type" dialog. How can I tell Netscape to always save these files without having to click "Save File..." every time?
Solution: Choose "Pick App..." in the "Unknown File Type" dialog. Then enter browser-handle-internal-savetodisk as the external viewer. Netscape will then default to saving files of that type.
[Rik's Office Hours] [Contact Rik] Last updated: Fri Apr 30 2004, 1:55pm |