|
Free Tutorial website And Ebooks programing tutorials Free Tutorial website And Ebooks programing tutorials http://www.365x24live.com Java Script Text Book http://www.365x24live.com/JavaScript/INDEX.HTM Applied Cryptography http://www.365x24live.com/Applied%20Cryptography/ewtoc.html Vb Script Text Book http://www.365x24live.com/vbscript/index.html CGI Prog... 14 May 2008 05:19
Create Window width new Session: solution I run into this problem, and I read many places that these is not solvable. I have one solution (workaround), not simple, a little trickier, limited, but possible and usable. My main problem was, that I have a complex site, and I have to make an archive site. Part of database is moved to the archive database ... 13 May 2008 04:54
Opening a New Window with no toolbars etc I have a page where the ASP script create a table of links i.e. 1 = NextPage.asp?Item=1 2 = NextPage.asp?Item=2 etc What I would like to do is open an new window with this link without any toolbars, addressbars, scrollbars and tabs. I would be happy even if the control to limit the appearance of the new... 13 May 2008 04:04
Code Snippet Respository All, I have posted this question in various groups, so I apologize for any overlap. I'd like to hear how other developers/architects keep track of old scripts, code snippets, relevant URLs, etc. I think most developers have an area where they keep reusable code they would like to use again. Year after year,... 12 May 2008 21:37
File Attributes with ASP in HTML Not sure if this is the spot to ask but I need some help with a script I hijacked and put to my own use in an .ASP page any ways I am using the FilesystemObjects to get a directory and file listing and generating a web page of that listing, but I need to filter out files with the SYSTEM tag, so it wont show f... 12 May 2008 17:42
Freeing Dynamic Arrays Do dynamic arrays declared using ReDim have to be freed? I assume that if it's an array of dynamically created objects (e.g. Scripting.Dictionary), each one of those objects will have to be set to Nothing in a for loop, but what about the array itself? Or what if the array is dynamic but it just consists of integer... 12 May 2008 15:21
asp datatable? Hi i am using classical asp and have a problem that I hope someone can provide an elegant suggestion. I have a recordset return rows looking like Name,Stage,Amt joe,s1,20 joe,s3,30 sam,s2,10 sam,s3,20 sam,s4,30 and I like to constuct an html table looking like: name s1 s2 s3 s4 s5 joe 20 ... 12 May 2008 13:47
Having problem with CDOSYS. Body getting corrupted. Hi i am using CDOSYS to send mails to the users from my application. Everything is working fine, mails are being sent to the user but in the mail the user receives, some extra characters such as '!' or spaces are coming between words. I tried defining a character set but still the problem exitss. Please help me wi... 10 May 2008 22:43
tree menu from current directory i tried to find tutorials to build a working tree menu from contents of current folder but was unable to find any, neither did i find any working scrit to build on can anyone suggest something i am a newbie to javascript but i did manage to come up with something using filesystemobject Set fso = Server.... 10 May 2008 13:19
New problem I'm trying to build a hit counter that does what I want using an Access database named counters.mdb which contains 2 tables. The only one involved here is page_count. Here is the code for the aspx test page. =============================== <%@ Page Language="VB" Debug="true" runat="server"%> <%@ import Namespa... 9 May 2008 15:12
Website cloaking Hi, I have used this feature with IIS but I cannot remember now. Basicly what I want is. When Some one type mydomain.com it goes to mydomain.com and all further links are on other domain name and pages. I want user to see all the time mydomain.com not the full url with querystring. application is asp... 8 May 2008 09:54
Printing Scipt not working in Windows XP IN Windows 98 below script was running fine <SCRIPT ID=clientEventHandlersVB LANGUAGE=vbscript> <!-- function button1_onclick() Const ForReading = 1, ForWriting = 2, ForAppending = 8 Dim fso, f,a Set fso = CreateObject("Scripting.FileSystemObject") Set f = fso.OpenTextFile("c:\testfile.txt", ForWrit... 8 May 2008 06:33
ASP / CDOSYS - Performance issue I'm hosted on a shared server with Godaddy.com... I have several forms on my website that all use the same ASP file to send out my forms.. It worked fine for a long time, but now the forms send to my e-mail arrive after a few hours instead of instantly. Calling Godaddy did not help as they stated all is working fin... 7 May 2008 09:55
REDIM Preserve problem hi REDIM Preserve reports an "out of range" i first create an array, store it into a session var then, in other page, i load restore the session var into a local array but, after this, i can't REDIM Preserve thanks ks ... 7 May 2008 09:55
calling access vba function from asp? Dear all, I have an asp module connecting to a MS-access database. I have a vb function MKDate(date, time) in a vba module of this database. I would like to query : SELECT MKDATE(col1, col2) FROM TABLE1 (real query is complex, using unions, etc, but I need one column in resultset) But I get an error op... 6 May 2008 17:17
Recoding with Loop I'm working in ASP, and I'm trying to refine a site I inherited. In particular, there was code that looked like this (it checked for 15 different variables, doing it one at a time, "hardcoded," rather than through a loop): '----------------------------------------------------------- if strOut1 <> "" then ... 6 May 2008 09:26
persist session info hi i have logically divided each .asp page in one or more "states" then i need to store somewhere information about what state has each client on each page i consider 3 ways: - store info in the DB : {page,sessionid} is the PK - in a file: which i have to read on enter to the page and write on exit the page ... 6 May 2008 07:52
generating form on the fly Hi, I''ve inherited a website and am working on a page to generate an html form on the fly. I'm trying to add a form to the existing code which generates an html table on the fly. The problem I'm experiencing is how to get the value from the variables into the form's input boxes. The code I've added is towards... 5 May 2008 16:47 |