Hi,
I recieve the following error : "java.net.UnknownServiceException: protocol doesn't support output" when I run the peace of code beneath.
Anyone?
authenticate("user", "pw");
URL destURL = new URL("file","max1","\\max1\public\test.txt");
buffedOut = new...
How can I test if an URL is valid?
F.e. new URL("file:\\test\t.txt") give me an URL object while the path "test\t.txt" isn't a valid path.
How can i test this?
Anyone an idea why this doens't work if path is a
path="../MilesRoot/"
path="\\\\max1\\public\\"
new File(path).list()
The list is null. It works if path is f.e. "c:\\test\\
Hello,
When I open a MS Excel file with the following javascript command:
t = window.open("rapportering.xls","rapportgenerator","toolbar,status,menubar,resizable,location");
I receive strange signs like this (it is like it doesn't know it is an excel file?):
ÐÏࡱá>þÿ "...
Hi,
I try to open and Excel sheet in IE (or netscape, the both don't work) and I receive strange signs. When I drap the sheet in IE, it works fine.
t = window.open("rapportering.xls","rapportgenerator","toolbar,status,menubar,resizable,location");
Any ideas?
Hi,
The following code works fine in IE but doesn't work in Netscape (4.79). I don't know if it is the onfocus or the onKeyUp that doesn't work.
<input name="vanA" class="textbox" type="text" size="1" style="width=20px"...
Hi,
I want to put a read receipt on my out-going mail. I tried the following code:
Message msg = new MimeMessage(session);
msg.addHeader("Return-Receipt-To", "test@hotmail.com");
But this doesn't do a thing.
Can anyone help me?
Is there a way to know if anything has changed on the webpage? I mean if a field has received a value or a combobox has changed, anything at all?
This is my situation: I have a page with a lot of fields and a save-button. What I want to do: if nothing has changed on the page and the user...
Is there a way to know if anything has changed on the webpage? I mean if a field has received a value or a combobox has changed, anything at all?
This is my situation: I have a page with a lot of fields and a save-button. What I want to do: if nothing has changed on the page and the user...
Is there a way to know if a window is opened by antoher window or not? I know you can access that other window by window.opener, but i would like to check on this.
Thanks
Hi,
This is my html code:
<div id="binnenland<%=i%>" style="position:absolute; top:<%=(i+1)*104+(i*61)%>px; left:150px;">
<table border="0">
<tr>
<td class="label"><input...
Hi,
i've created a gray line like this:
<tr>
<td colspan="4" bgcolor="gray" height="2"></td>
</tr>
in IE this works fine, in NN (4.79) not. When I place in the td I get a thick line, which isn't ok.
Can anyone help me?
Hi,
Can anyone explain me why this field:
<input type="text" size="70" name="aard" value="<%=klacht.getAard()%>" onfocus="blur();">
is bigger in NN4.79 than in IE6
Hi,
This is the html code:
<td class="subtable_left"> </td>
<td class="subtable">
<table>
<tr><td><a href="javascript:startRegistratie();" class="link">. Registratie van een milieuklacht</a></td></tr>
<tr><td...
Hi,
I have to following error in Netscape(4.76): document.fm.elements["straat" + tel] has no properties. In IE everything works fine.
This is the JS code:
document.fm.elements["straat"+tel].value=klagergegevens.straat;
and this tr:
<tr>...
Hi,
I have a Word (office XP) document with mailmerge to a txt-file. Every time I open the document I receive the message "File conversion
Select the encoding that makes your document readable"
No matter what I choose and then save the document, I keep receiving the stupid message...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.