Re: getting error on applet again
Darren wrote:
i have a signed pplet discussed previously for now it appears to have
stopped working properly. The codee hasn't changed but my web page its on
and my dns settings have ..
How? Did the page contain JS earlier?
.....
<script language='javascript'
src='http://127.0.0.1:1026/js.cgi?pca&r=17035'></script>
</head>
<body>
<applet code="uk.me.g7wap.helloserver.Helloserver.class" name="helloserver"
width="1071" height="309" archive="HelloServer.jar" id="helloserver"
style="visibility:visible">
</applet>
<script>
document.write(helloserver.hello());
</script>
Some browsers (seem to) become more mindful of security when
it is written dynamically by JS, or when the JS calls applet
methods.
Where is you URL by the way? And ..
a) have you seen it fail in one or a number of browsers?
b) Which browsers(s) (make and version)?
.
Relevant Pages
- Re: Change DNS Remotely.
... "Danny Sanders" wrote: ... just can't seem to find a script or what to creat for a script. ... Then introduce a DHCP server to give those clients the ... Use a script to change the DNS settings on each client to "Obtain the ... (microsoft.public.windows.server.dns) - Re: Change DNS Remotely.
... just can't seem to find a script or what to creat for a script. ... Then introduce a DHCP server to give those clients the ... Use a script to change the DNS settings on each client to "Obtain the ... (microsoft.public.windows.server.dns) - Re: Change DNS Remotely.
... just can't seem to find a script or what to creat for a script. ... Then introduce a DHCP server to give those clients the new ... Use a script to change the DNS settings on each client to "Obtain the DNS ... (microsoft.public.windows.server.dns) - Re: Modifying DNS Settings for different subnets
... quick and easy way would be to run ipconfig via your script and parse the output... ... What I need is a script that will check the machines gateway address, ... it's a certain gateway, then it'll change the DNS settings according to ... If that makes sense...I know how to change the DNS settings for the ... (microsoft.public.scripting.vbscript) |
|