I have a hidden field thats value is changed and then in turn using the "onpropertychange" function it updates something else. This works in IE but not in firefox is there a workaround?
cheers
tim
I am working on a project where by I am getting an xml feed from a site using the below code:
Dim objXMLHTTP, xml, toSend
Set xml = Server.CreateObject("Microsoft.XMLHTTP")
toSend = "<?xml version=""1.0"" ?>"&VbCrLf
toSend = toSend&"<!DOCTYPE web-app PUBLIC ""-//Sun Microsystems...
I have a stored procedure that has been working ok and now every now and again it seems to hang taking up all of the server CPU. It seems to be random when it happens and for no reason that I can see.
When I look into the process it says that its is "runnable" and it stays like that until I...
I am getting a warning message below which I need to turn off.
Warning: The table '#tempItems' has been created but its maximum row size (15290) exceeds the maximum number of bytes per row (8060). INSERT or UPDATE of a row in this table will fail if the resulting row length exceeds 8060 bytes...
I have a table that has two columns
tagName value
tag2 50
tag2 100
testdescription Here is some info!!
and i need to get the data out like:
tagName value
tag2 50,100
testdescription Here is some info!!
is this possible...
I have a site that requires a logon which then creates a session for the user. If the user opens a completely new browser from the same computer is there a way to recognise that a session already exists for that site and then use it?
Cheers
Tim
the server only has one processor and its not locking because it is effecting people accessing different databases on the same server, which to me suggests it is taking all of the procesing power for itself!??
Hi,
I have a number of stored procedures that when run take all the processing power of the server and pretty much cripple it. What I need to know is there anyway of telling SQL to only use a certain amount of the processor so that other people using the server will be able to carry on...
I am new to VSS and am not really sure that it can do what I want.
We are a web company and thus on any one project (website) a number of diiferent people are working towards different releases.
Say I check out 10 files with a label of "tim" what I would want to do is:
1. get a list of files...
I have three divs which are center aligned on a page and the left and right divs have a background tiling image but obviously they only tile to what is in the div whereas I need to tile to the length of the middle #content div.
help, please
cheers
Tim
#leftBar {
vertical-align: top...
i am using the following script:
<SCRIPT FOR="window" EVENT="onLoad" LANGUAGE="javascript">
some scripting here
</script>
Everything works fine bar a couple of XP based browsers where the above works but then no popup-windows (from a link) work! Where if I remove the above the popup-windows...
couple of questions:
1. how do you assign a title via a stylesheet as the below doesn't work:
<input type=text class=showHelp>
.showHelp{
title: "hello there"
}
2. I want a background-image to take up the last 3px of a text field (which I can do) but I don't want the users input to go over...
I have a flash file that I am running as an EXE. In the flash move I am linking to the web using getURL.
This all works but the problem is that I need to get the brower to load up in front of the exe so that people clicking on the links actually can see that it is doing something.
Cheers
Tim
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.