Hey Registry Hacks!
I've been trying to install SP2 on my machine (Dell Inspiron 1100 with XP Pro) and been running into difficulties because some of the subkeys didn't have Admin permissions (can you believe that!!!)
ANYWAY... after I got those figured out, I went through it one more time...
I have a preformatted ASCII file that needs to be put into html. I seem to remember a tag that would keep the formatting so I wouldn't have to do a lot of rework with bullets and such. Can anyone remember that tag.
Mary :-)
~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
Earth is my home and...
I have this loop statement that when it reaches the end of the recordset it exits the total procedure process. What I want it to do is just go to the next line. What do I need to do to have it not exit the procedure once EOF is reached?
Do While recBatch!INF <= 3
strColVar = strColVar &...
I don't know Oracle but am working on a SQL file created that has INSERT INTO statements. These files build webforms.
My predecessor had added a line where the text field needs to have an & in it. The & is part of a link. How do I keep Oracle from flipping out with the & in it? I think...
I have an ASP page that builds a SQL statement. But when I run it, I get a syntax error on the INSERT INTO.
INSERT INTO tblpds_projects (title, description, deliverables, scope, cdrom_dvd, ews, firmware, iadd, iftw, os_bundles, pcl, point_print_bundles, postscript, printing_system...
Have a unusual problem at work. Some insight would be helpful.
Have four computers that
CANNOT
access the web via the proxy server
access the Intranet
CAN
access the web WITHOUT a proxy server (still cannot access Intranet)
can log into the domain
access the servers in the company
get email...
I need to find a checksum program that will check long filenames (need a 32bit program). I create these files via Winzip for downloading off the internet.
They used to be short, 8.3 files but now requirements have changed, and I must now first run a checksum on a short version of the...
I will need to create code that will look at a certain file in a zipped file so I can have it compare against the original file to be sure I've zipped and named the right one.
Our current process is to write batch files that uses winzip to zip files into .zip files before we make them...
Button doesn't work... use to. Only change I made was the reference to @ code requirement. Can anyone tell me what is going on here???
<SCRIPT LANGUAGE=vbscript>
Sub btnSubmit_onclick()
If Len(frmNewUser.custemail.value) = 0 THen
Alert "Please enter your email address!"...
I keep getting this error:
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'Response.form'
For this code and I am not seeing the problem (the address field does show the custid value):
<%
Dim intCustID
intCustiD =...
This article states there is a new worm out that looks like it is being sent from Microsoft... can anyone verify this other than this article? I need to alert several people.
http://www.theregister.co.uk/content/56/21376.html Mary :-)
Rule 1: Don't sweat the small stuff.
Rule 2: EVERYTHING...
I'm pretty green to Linux. Just recently installed Red Hat 7.1 because Mandrake 8 was giving me difficulties (my fault for trying to tweak and change things). Anyway, there is a chat site I'd like to go to but can't use because it requires Java. I've downloaded the required file because the...
I've a curious problem. I have a page with a form and submit button. The data captured to be carried forward is a simple number that is part of the recordset. However, when it reaches the next page, the number has a duplicate of itself in the variable. For instance, say the value for the...
I've moved my pages to the server... so moved from PWS on my PC to the IIS 4 on our web server. I get this error and wondering what is wrong with my SQL that IIS doesn't like but PWS does...
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver]...
Okay gang... going nuts here...
I'm trying to make a page redirect and hold onto the form data. So in my redirect code I have this
response.redirect "pds_reviewexisting.asp?pdsid=" & pdsid
Then my output page has this
intPDSID = Request.Form("pdsid")
If...
I'm trying to capture the values in the URL that is the result of redirection. The values are in the URL but when I do the following code, I get nothing.
strPDSID = Request.Form("pdsid")
If isempty("strPDSID") Then
strPDSID = request.querystring("pdsid")
End...
What is wrong with this code? Although I key password in correctly, it still redirects me to my relogin (intro2)page rather than the other.
<%@ Language=VBScript %>
<% response.buffer = true %>
<%
Dim oMRST
Dim Password
Dim Username
Password = Request.form("password")
Username =...
I've created a hidden field to transfer the customer ID to the next page. It was working yesterday. But doesn't seem to be working today!
Here is the input code:
<input type="hidden" name="CustID" value="<% Request.form("CustID") %>">
<input...
I'm trying to build this internal site and the user has a form to fill out. When they click submit, it adds to the info to the database and then shows on the screen what was entered into the database.
However, since my database add and update code is on the same response page, everytime a...
Kylix Open Edition is available for free download now!
http://www.borland.com/kylix/openedition/ Mary :-)
Rule 1: Don't sweat the small stuff.
Rule 2: EVERYTHING is small stuff!! X-)
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.