I am trying to use IE 6.0 to validate an XML document. It seems to work ok when I use a DTD but always says validation successful when I try it with a Schema. Even when the data or schema has been deliberately altered to be incorrwect. In fact IE returns a sucessful message if I try to validate...
I am trying to use IE 6.0 to validate an XML document. It seems to work ok when I use a DTD but always says validation successful when I try it with a Schema. Even when the data or schema has been deliberately altered to be incorrwect. In fact IE returns a sucessful message if I try to validate...
How can I use the contents of a variable as a variable name? I think I can but can't think of the right syntax.
IE:
variable var1 has the name of a field I want to update (CEMarkDatemessage) in it
Can I do this by using var1 somehow?
CEMarkdateMessage = "Date invalid...
This seems to work for me:
If LEN(Request.Form("AusApplicationDate")) = 0 then ' if Blank set to NULL
strSQL = strSQL & ", AusApplicationDate = " & "Null" & ""
end if
If you are writing ASP code, you can't access the checkbox with the document object - that is in the browser object model!
You access the Value attribute of the checkbox like this - Request.form("Checkbox1") Checkbox1 is the HTML name of the form field!
This will let to get the...
It seems that I heard once that the Browser Capabilities doesn't tell you if it is turned off for the specific browser installation - only if that browser supports Javascript.
Just a guess!
I think you might need to put quotes around ID in this code:
is this field coming from a form? or a URL parameter?
What does this reference? Request(ID)
If it is just the variable you set above then you don't need the Request, it doesn't appear.
Thanks so much for the input. I finally found and corrected the problem. Evidently the Registry entries for my identities had gotten corrupted somehow (no idea how!) and they needed to be deleted and then reentered. I used regedit to delete them and then started Outlook Express and filled them...
Thanks for the reply. I looked at the links but it appeared to me that these were for different errors than the one I am getting. Is there any good way to delete and reinstall Outlook Express -- I am thinking that maybe this might help?
I tried it and it seemed to do something but unfortunately still have the same problem. A few seconds after Outlook Express starts up the above error message comes up and the program shuts down. This seemed to start after I received a message with an attachment and a reurn reciept requested on...
What do you want to update the records with? Where is the data coming from? You can update the records either using a SQL Update command or loop thru the records using the record set command Update.
Have you did a response write to see what is actually in the SQL string that you are creating? that is the first thing I would try - that way you can see what is actually being generated abd sent to the database and you can probably figure out why it isn't working if you see what is actually...
I hope this is the proper forum to ask my question about a problem I am having with IE and it's email Outlook Express.
I have recently started to have a real problem with email using Outlook Express and hope someone can give me an assist. I am running IE 6.0 and Outlook Express 6.0.
It...
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.