Displaying 5 results from an estimated 5 matches for "brwoser".
Did you mean:
browser
2005 Jan 03
1
Anyone ever get the Polycom Microbrowser XML document?
Aloha,
Did anyone ever get the formating manual for the XML brwoser on the
Polycom IP600?
Does anyone have a sample?
Aloha,
Matt
2006 Jun 16
10
Issue with caching of .PNG files in IE..
I''m running a Rails application with WEBrick server. We are displaying
an Image from the server to the Client (Browser). First time on the
browser everything looks fine, upon clicking the link, it contacts the
server and displays in IE brwoser the image that was stored on the
server.
But in case if the image gets changed on the server(File Name being the
same), then even though i click the refresh button on IE, the Browser
still Loads the old image !!!. Has any body seen the above problem. I
think IE is caching the IMAGE file and...
2002 Mar 10
0
win98 can't access directories
...s allow = 195.37.86.128/255.255.255.128
security = share
wins support = no
wins server = 195.37.86.122
# interfaces = 195.37.86.150/255.255.255.128
os level = 5
domain master = no
# Shares browser.dat from local masters
local master = no
# to participate on master brwoser election
preferred master = no
# force election
guest account = nobody
name resolve order = host lmhosts wins bcast
######################## Performance Options ##################################
# getwd cache = yes
# widelinks = false
# socket options = IPTOS_LOWDELAY TC...
2010 Jun 14
2
how to change default help settings from factory default html
Hi all
Apologies if this is a trivial question- I have searched the lists and the online help files etc but have not managed to find anything. I recently downloaded the latest version of R, which has the help type set to htmlhelp as default (according to http://127.0.0.1:18380/library/utils/html/help.html)
I would very much like to be able to access the help files when I am offline by typing
2005 Oct 27
5
Problem passing event object
Hi all,
I''m having a problem with an Ajax.Request. I can''t figure out how I
can pass an event (an onclick on a checkbox) which causes the Ajax
Request, to be recognized in an onSuccess function. Here''s my
simplified code:
var RequiredField = Class.create();
RequiredField.prototype = {
initialize: function(chkbox) {
this.chkbox = chkbox;
this.chkbox.onclick =