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
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
I have an iframe that I need to control whether the scoll bars appear dynammically, ie to start with scrolling if off but when you hover over scolling is set to auto.
can this be done?
cheers
tim
I have a table which has trasactions in it which have an amount.
ie
id amount
1 50000
2 400
3 -378
4 344
I need to add a new column showing what the balance was at every transaction point but am stuck on how to do it in an efficient way, can anyone help please...
Is there any way to mimic the way that when you use the alert function in javascript it disables the ability for the user to click on the window that the alert comes from.
ie I have a dhtml window that pops up and I don't want the user to be able to do anything unless they click an ok button in...
Is it possible to change the height of a textarea as the user types. IE if at first you can type 3 lines into it when they start typing the forth line it will size the textarea accordingly.
Cheers
tim
I have a table that has a column cost, what I need to do is multiply together all values in that columns, ie:
cost
1
5
10
and get 50
can't be that difficult but i can't do it!
Cheers
Tim
I have a form with 3 images, when you click the images it updates a hidden field with a status (1,2,3), and changes the image of the clicked icon to highlight it. All this works fine but when they press search and then on the next page they press the back button, the images reset but the hudden...
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.