I have written an asp which queries a database but instead of writing the results in a html table, I want to write them in an existing excel worksheet (a template) using code such as
Set cn = Server.CreateObject("ADODB.Connection")
Set rs =...
I want to write a stored procedure or trigger that will automatically delete records more than two months old. I was wondering if there's a way to run a procedure automatically say every evening as oppose to it running when someone visits the page.
Thanks
I'm using layers and want to clip a certain section of a layer. If I write:
layer.style.clip = 'rect(' + cliptop + ' ' + clipright + ' ' + clipbottom + ' ' + clipleft + ')';
it shows the layer from the point (cliptop,clipright) to (clipbottom,clipleft) but i want some kind of inverted clip...
I'm using layers and want to clip a certain section of a layer. If I write:
layer.style.clip = 'rect(' + cliptop + ' ' + clipright + ' ' + clipbottom + ' ' + clipleft + ')';
it shows the layer from the point (cliptop,clipright) to (clipbottom,clipleft) but i want some kind of inverted clip...
I'm using layers and want to clip a certain section of a layer called baseLayer. If I write:
clipLayer(this.baseLayer,0,0,width,height) it shows the layer from the point (0,0) to (width,height) but i want some kind of inverted cliplayer command so that instead of showing a layer from one point...
Using vbscript, I'm opening a page to view data from a database then I'm updating the database in another page and then re-opening the page which displays the data using the javascript location command and passing a variable over at the same time to say that the database has been updated...
I'm trying to pass more than one variable in a hyperlink and target a particular frame called diary but I can't seem to get the code which recognises the target as well as the variables. I'm doing this in VBscript with reference to a database and using response.write.
This is an example of one...
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.