I run asp/webclass apps under IIS.
I have an app in which the user wishes to navigate back so we issue history.back using vbscript.
Why does this cause the browser to re-evaluate the url in history....What I mean is history.back calls the asp page again on the server using the url and any...
I have a problem whereby things seem to happen so quick that the screen does not refresh.
In VB i thing we would issue a doevents so that the operating system can catch up and paint the screen.
Anyway if you look at the code below you will see that after displaying the dialog box it then...
I have a windows 2000 Adv server web farm using NLB. I have 2 network cards. 1 for the heartbeat etc and one for the backend.
I am trying to ftp to a remote unix box over a router.
Tracert works fine and shows me that the route taken is via a default gateway then to the router and then it...
Why is it that Vbscript seems to not update the screen.
If I have a div which i decide to make visible and then hide within a script it seems to not do anything unless I put in a msgbox in the script. This then seems to force the script to use the output stream. In Vb i suppose we would use...
I have started to try and implement a multicolumn selectbox as a table. I am using an inline xml data island that is bound to the table data columns.
Problem is I want to get it to act like a listbox..anyone done anything like this...want to be able to press a key and the table will jump to the...
I have a vbscript function which accepts a parameter which is the name of an object.
In javascript I can pass the parameter as a text string and then run the following code..
function first(dataSetName){
var dataRS = document.all[dataSetName].recordset;
dataRS.moveFirst();
;
}
I dont seem to...
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.