Hi!
I want to create a delay in my asp page, but i don't want to use up my cpu resources during that delay. That's why i don't want to use loops or anything like it.
If anybody could help me, i'd really appreciate it.
tnx,
Bostjan
Hi,
I'm having problems parsing certain XMLs. I'm using MsXML3 and there is one problem. I have a certain XML that contains a character with a HEX value of 0B (11 in decimal). All of the XMLs that contain this value cannot be parsed with the ServerXMLHTTP object.
What I do is use the open...
Kristof,
I visited the thread you sent me and thanks, but I still have a problem. I changed the code I found there a bit to suit my needs, but it still refuses to work in netscape.
This is what I have:
<input type="file" name="slika" style="display:none">
<input...
Hi!
I have a problem I'd like some help with. I have two form objects in my form. One of them is a textarea object and the other one is a fileupload object.What I want is this:
when I click on the textarea (when it receives focus) I want the data in the fileupload object to disappear and vice...
Hi,
I have a problem getting image properties in asp. There's a page I'm writing where I have to know the width of certain images which are stored as files on the server.
Is there a function in asp that can tell me that? I know there's one in php 'cause I used it before, but I haven't been...
I don't know if this will help, but there's a special function just for removing html AND PHP tags in PHP.
it's called 'strip_tags' and it has two parameters.
The first one is the string you are stripping
and the second one are tags that you don't want stripped.
Example:
new_string =...
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.