494 Topics
![]() | |
Hi I have a pc with windows server 2008 (standard) installed. My broadband provider also provides me with a dedicated ip address. Can anyone help with how I configure the server to enable me to host a website using IIS7. I'll apologise in advance as I am very new to … | |
I have used Mid,InStr and other methods to get a substring of a string from one text file and copied the required string to another text file. While I get the correct string, vbscript however generates a BLANK SPACE after evry character in the output string. I tried to use … | |
when I try running this asp using iexplorer, it does not return anything other than 'Country..... City..... Currency..... Population' as heading. How come it's not connecting and getting the data from the database?? Please help! Thanks [code=vbscript] <% @language = VBScript %> <head> <TITLE>ASP - Country Query</TITLE> <body> <% Dim … | |
I am using User authentication system, which uses 2 pages index.asp where user logs in and then the username and password is sent to the validate.asp page where it is checked against database userlist. if username and password are matched with username and password of database record then it should … | |
Does anybody have a suggestion for a good, powerful scripting language that can be used for administration purposes? I'd like to be able to write simple scripts (like batch files) to do automated tasks for fixing specific issues, and I don't know which scripting technologies are out there. I'm familliar … | |
Looking for a way to automatically attach a return policy disclaimer on the bottom of all outgoing email. i found some walk throughs on the internet - but they had a reverse effect.. the disclaimer would attach to all incoming mail and not outgoing. it was a vbscript using a … | |
I keep getting this message when trying to open WMP: "An internal application error has occurred." i have checked the registery for both: regsvr32 jscript.dll regsvr32 vbscript.dll both times it gives me DllRegisterServer.......dll succeeded. and yet it still doesnt work. i have windows XP home edition. i have windows media … | |
Hello, I have a vbscript file whose file size is 0.9 MB. I opened this vbs file and copied all the lines in it and saved it into a new vbs file. And I noticed the size of this new vbs file became almost half reduced to 0.55 MB. Anyone … | |
I have a vbscript that uses a WScript.Shell instance and .Run("ffmpeg.exe -params",,True) to fire off a ffmpeg video conversion. When the conversion is complete, the cmd.exe window stays open at a typical prompt, and i was curious if it is possible to auto-close that child cmd window when it's done … | |
I have a requirement in which I have to prin to directly to printer and show the error if its not printed. Till now I have been able to manage to send directly to printer via vbscript. but If am not able to print script never throws the error . … | |
Hey all I'm currently setting up configuration for my webpages and i'm having trouble with Admin access. I'm using MS Access to store everyones details, within the database i've created an Admin user. I'm trying to configure the web.config so I can set access to pages for different users, everything … | |
I have a form where users enter data. If no data is entered in a given field my code still inserts a 0 into the MySQL database even though I allow Null values. This is a problem for two reasons. In some of my fields I'm using TINY INTEGER as … | |
Hello! I am currently doing some authentication in Active Directory. Our AD is running in Windows 2008 Server and I manage to log-in based in our AD. However I also want to get the group where the user belongs. but I don't know how. Can anyone help me? here is … | |
Hi, I am building a cinema booking system in ASP/VbScript with MS Access. I would like to display the records from the recordset in form of: [-----STAGE-----] [B] [x] [x] [x] [x] [x] [x] [B] [x] [x] [x] [B] [x] [x] [x] [x] [x] [x] [x] [x] [x] [x] [x] … | |
How to import CSV data line by line with ASP? I wanted this code to import data line by line after a form has been submitted I'm using a Classic ASP to code all of the dynamic stuff I have this code-- <title>Import CSV to HTML</title> <body bgcolor="#FFFFFF"> <% csv_to_read="states.csv" … | |
Hi Everyone, This feauture enables to use "Try" exception handling in VB programs like VB.net Try-Catch statement. [URL="http://sites.google.com/site/truetryforvisualbasic/"]http://sites.google.com/site/truetryforvisualbasic/[/URL] I think it's a new way of exception handling in VB 4,5,6, VBA and VBScript. I'm waiting for opinions. | |
How could I design the contact form in ASP.NET [U]VBScript[/U] that sends a message to my mail box. I would like to include in the form fields: [B]Name, Subject, Message[/B] and the button [B]Send[/B]. Is anyone could help me with that. please?:-/ | |
I have not been able to access "user accounts" in windows xp for some time now. I have run anti virus, spy bot and tried a few other recommended "fixes" I have found online. So far they haven't worked. I found the following, post on this forum and tried it. … | |
I have a .asp page that is a map of the U.S. When you click on a state it brings up a pop menu. This page works fine on IE but not on Firefox. On Firefox when I click on the state it opens up another tab of the .asp … | |
Hi, am new to asp. Please help me in this. I have a form, with textfields, checkboxes etc. On clicking save button, the control shouldnt go to a different page. Same page needs to appear & not a diffferent page. Am using javascript for client side scripting & vbscript for … | |
Hi everyone, So I have a form that I'm running which has an option to upload a resume. The form itself is actually multi-page but it all sits inside 1 asp file. The way I manage that is to use a select function and case function and depending on the … | |
Hi, Im inserting data into a SQL2000 table with breaks/paragraphs and returning it on an ASP (VBScript) page without the breaks. The information is going into the table as follows; The quick brown fox jumps over a lazy dog. The quick brown fox jumps over a lazy dog. But its … | |
Hi, I have a web application that uses a class called "CommonFunctions" located in the App_Code folder. I can use functions in this class in the ASPX file, e.g.: [CODE] <script language="vbscript" runat="server"> dim X as string X = CommonFunctions.Func1() </script> [/CODE] This procedure works correctly in the local host. … | |
Hi , This is vinod , iam just trying to write vbscript to protect document as well as select editting restrictions as filling in forms, i tried a lot , i can only protect the document but i could not select editting restrictions to allow users only fill in forms, … | |
hi I want to autorefresh a webpage when it is idle can we integrate vbscript + Ajax Plz guide | |
It should come as no surprise that the upcoming 'Patch Tuesday' from Microsoft should include critical patches covering the likes of VBScript and Jscript implementation in Windows 2000, XP and 2003. However, [URL="http://www.itpro.co.uk/news/184764/not-even-vista-sp1-escapes-next-patch-tuesday.html"]some reporters[/URL] have expressed just a little astonishment that both Windows Server 2008 and Vista SP1 are also … | |
class_http.php is a "screen-scraping" utility that makes it easy to scrape content and cache scraped content for any number of seconds desired before hitting the live source again. Caching makes you a good neighbor! The class has 2 static methods that make it easy to extract individual tables of data … | |
class_db.php is a database class that provides methods to work with mysql, postgres, and mssql databases. Other database types can be easily added. The class provides a common interface to the various database types. A powerful feature of the class is the ability to cache datasets to disk using a … | |
I'm using some (previously written by someone else who isn't around to ask anymore) VBScript to upload files to a webserver and on my upload processing page, there is a line that says: [CODE]Form.SizeLimit = &H100000[/CODE] I understand that the assignment means not to accept forms coming in that are … | |
Hi everybody. I have a couple questions all in one, not sure if all stem from the same thing or not but.. so i will ask in numbers. Question 1: What would make my system and services / process's run all of a sudden like crazy and like half max … | |
Hello, I need to write a query for MySQL in vbscript that is just not coming to me. I have written it in vbscript with two SQL statements then did a date comparison in vbscript but it just grinds the server to a halt. What I need to do is … | |
I am trying to create a program that analyzes sports statistics. I want to extract statistics from a website such as yahoo or espn and put it in a database. Does anyone know if this is possible to do with vbscript? Is there an easier way to do this? Any … | |
Hi All, Please help me in this. I'm a new member. I have a page with grid view appearance, data is coming in from table. For each column of the grid I have a button to sort data in asc/desc order of that particular column. I did this: <recordset_name>.Sort="<column_name> DESC" … | |
Hello all, I am trying to connect to sqlserver on godaddy but facing so much trouble with the connection strings. I wanted to use C# but wasnt successfully in making a connection. when i simply copy-pasted their vb-script connection strings sample.. it worked. I tried to modify vb to c# … | |
When going to certain web sites, I get page can not be displayed or a blank screen. Some web sites load just fine. Can someone Please Help? Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 00:15:05, on 25/06/2009 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v8.00 (8.00.6001.18702) … | |
I am a beginner (very beginner) in vbscript and am having a problem running the following script. This was a html file that I converted to vbscript. I keep getting the same error no matter what support files (recommended) I put in the same or windows directories. Would someone be … | |
Using vbscript I want to create a runtime html login page on the fly. The html page should have username/pasword form and I will use this username/password to connect to a sql database. Is there a way to create this runtimehtml page using vbscript and them collect the username/password from … | |
I am suffering from this type of various error message. How can i get rid of it Script Error Line 140 Position 21 elseif IntStr(ver1,<script language="VBScript"> | |
Does anyone know how many In-Built Compilers does Windows have. I know about Batch Files,VBScript,JavaScript,HTML(including .mht,htm etc). Are there any others except these. Compilation through command prompt will do. | |
Hi, I call a vbscript file from my batch file. I need to pass a variable from this vbscript file to batch file. can anyone please let me now how to do this. batch file looks like this cmd.bat ------------ @ECHO OFF cscript "D:\samp.vbs " isql -S sername -d dbname … | |
hi, can anyone help to explain this code.. or is their an equivalent vbscript for this code? please help...don't know about javascript.. thanks in advance.. [code] if(arguments.length == 3){ var result = "<" + arguments[1] + ">"; for (var i = 0; i < arguments[2].length; i++){ result += "<li>" + … | |
Ok first off i have read a lot of the treads and post's dealing with this issue. the problem has stopped but people have said that it doesn't necessarily mean the it is fixed. So i am posting my comboFix log to have someone check it for possible problems. ComboFix … | |
![]() | I'm integrating reCaptcha and CDONTS into a contact form. I've got everything working except the form does not send mail :confused: (it is supposed to gather data from form fields and send to my email address after successful reCaptcha entry). Live page located at [URL="http://www.uforecordingsusa.com/contact3.asp"]www.uforecordingsusa.com/contact3.asp[/URL] . I've truncated the code … |
![]() | The page in question is located at [URL="http://www.uforecordingsusa.com/contact.asp"]www.uforecordingsusa.com/contact.asp[/URL]. I'm integrating reCaptcha ASP code I obtained and having trouble w/ catpcha validation. I've fixed some minor syntax issues (I think) from the original code as well as expanding the cdoConfig.Fields. I've got Javascript code checking the required contact form fields: Name, … ![]() |
Hi, I am getting the following error when I load the page shown below: [code]Object variable or With block variable not set. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated … | |
Hi, I wish to add the following to my web.config file: [code] <appSettings> <add key="networkDrive" value="C:\test"/> </appSettings> [/code] But everytime I add it i get the following error: [code] Sections must only appear once per config file [/code] I looked in the file to see if it appeared more than … | |
So Ive been working really hard to get a working ASP captcha to incorporate into my form (note, classic ASP not .net). I FINALLY got it working in a test area, the form looks like this: [CODE] <form action="<%=Request.ServerVariables("SCRIPT_NAME")%>" method="post"> <table border="0" width="570" align="center" cellpadding="1" cellspacing="0"> <tr> <td align="right" valign="center"><%=font4%><font … | |
Hi, there, i am coming up with a form and i am getting an error message as below: Error 5 Sections must only appear once per config file. See the help topic <location> for exceptions. C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\WebSites\WebSite1\web.config 31 i have also included the whole web.config settings … | |
My explorer.exe keeps restarting every 5 secs. 1. I used combo fix 2. I deleted my user account and logged into a new one. Nothing worked. Here is the log: ComboFix 09-04-19.05 - Tharun 04/19/2009 17:50.2 - NTFSx86 MINIMAL Microsoft Windows XP Professional 5.1.2600.3.1252.44.1033.18.1014.809 [GMT 5.5:30] Running from: c:\documents and … | |
The is a two part problem, part 1. I have a (primary) DIV tag that contains a FORM inside which I have among other things checkboxes - an unspecified number. Their name attribute is the same for all. Their value is set from a DB via VbScript. I have another … |
The End.