494 Topics

Member Avatar for
Member Avatar for Hemant Mukherje

Hi I want to read a source code of a web page & then write it into a text file using vbscript. I have used this code but not working properly. Error : ActiveX component can't create the object [code=vb]Option Explicit Dim objHttp Dim strUrl Dim strData ' Create a …

Member Avatar for Hemant Mukherje
0
441
Member Avatar for bebeqt

I am unable to browse my asp page on Internet Information Services (IIS). Please help. [COLOR="Red"][B] The page cannot be displayed HTTP 500.100 - Internal Server Error - ASP error Internet Information Services[/B][/COLOR] Technical Information (for support personnel) Error Type: Microsoft VBScript compilation (0x800A0400) Expected statement /localdir/Hellotest.asp, line 12 <tr> …

Member Avatar for SheSaidImaPregy
0
110
Member Avatar for wallconor

Hi, I am having a problem using Dreamweaver CS3 standard recordset paging behavior. It doesn’t seem to work when I pass parameter values from a FORM on my search page, to the recordset on my results page. - Recordset Paging works if no parameters are used in the recordset sql …

Member Avatar for wallconor
0
489
Member Avatar for omega3387

Well I need some help understanding some sections of code. I'm a complete newb at web development so all explanations are greatly appreciated. I am having trouble understanding how to set the attributes of an object. I have a myProject object declared in the global.asa file and then I am …

0
55
Member Avatar for doraima29

Hi, Is there a way to separate strings in Classic ASP? Here is the sample of the CODE: <%@ Language=VBScript %> <% Option Explicit %> <% ' ----------------------------------------------------- ' CDONTS Email send script ' © [url]http://www.designplace.org/[/url] ' Comments must remain intact for re-use of this code ' ----------------------------------------------------- dim strFName, …

Member Avatar for doraima29
0
130
Member Avatar for vicshoup

Can someone take a look at this and possibly tell me what I'm missing here? [code=VBScript] <!-- #includes file="DBConnect.inc" --> <% u_CDNum=request.form("u_CDNum") u_CDDesc=request.form("u_CDDesc") u_CDStock=request.form("u_CDStock") %> <% SQL = "INSERT INTO CDNumber (nCDNumber, tCDDescription, bStockorMiscImages) VALUES ('"&u_CDNum&"','"&u_CDDesc&"','"&u_CDStock&"')" conn.Execute(SQL) %> [/code] Get's this: Microsoft VBScript compilation error '800a0409' Unterminated string constant /rsd_image_library/X/input_text_to_db.asp, …

Member Avatar for vicshoup
0
168
Member Avatar for minbor

Hello, I am trying pull data from a 2-dimensional array but am getting an error like: [QUOTE] Microsoft VBScript runtime error '800a0009' Subscript out of range: '1' /test.asp, line 39 [/QUOTE] the message gives the line number but i don't see whaats wrong with it this is a simplified version …

Member Avatar for minbor
0
112
Member Avatar for doraima29

Hi, I'm kind of new on the field of ASP, I wanted to export the body of the email as a text file. Is there any way to create the data on a text file. Please provide some suggestions how to go about this problem. Let me provide the send …

Member Avatar for hielo
0
97
Member Avatar for FallenPaladin

Hi I am experimenting with VBScript and SQL and am unsure if the following code will actually work. I do not have access to IIS at present so I am unable to test it. I would be greatfull if anyone could just take a brief look at the code to …

Member Avatar for SheSaidImaPregy
0
116
Member Avatar for doraima29

Hi, I have 2 questions on how to get this code working from a form I am building. Notes-- I only have Classic ASP running on all of the servers that I am working on. My other option is that I have CGI and Perl running too. First, I have …

0
54
Member Avatar for doraima29

Hi, I'm trying to import a .csv file containing discount codes on 1 column. I was wondering if it's possible to import data to the send_it.asp(This is a web form application) without any database like MySQL. Also, I want to read each line until one user fills out a form, …

0
65
Member Avatar for doraima29

I'm trying to export body of email into .txt. here is the sendmail.asp: <%@ Language=VBScript %> <% Option Explicit %> <% ' ----------------------------------------------------- ' CDONTS Email send script ' © [url]http://www.designplace.org/[/url] ' Comments must remain intact for re-use of this code ' ----------------------------------------------------- dim strName, strEmailOne, strEmailTwo, strMessage, optSuggestions, strEmailTo …

0
67
Member Avatar for doraima29

HI, I'm trying to import data coming from a .csv file. The .csv file contains a column of coupon codes. I have constructed a send email form made with ASP earlier. This will send a coupon code taken from the .csv file one at a time after a person completely …

0
88
Member Avatar for ndnalibi

Hello, First I apologise if this isn't the right forum... I have a vbscript that is non-asp. It is run in a program called EFI-Logic that is an ERP. EFI-Logic caonnects to our MSSQL database for normal operation. The problem is that on some computers I get the following error: …

0
225
Member Avatar for Rvivo33

I am new and very lost. Any help is greatly appreciated I have an html page that I am using VBScript to redirect to another page I want to bring over data pulled to a textbox on form1 to a textbox on form2. This is what I tried This is …

0
43
Member Avatar for n5eea

Hello, I'm a newbi to both scripting and asp. I aneed to understand this error message being received from an existing web page. This is displayed on most page refreshes. “Microsoft VBScript runtime error 800a0005 invalid procedure call or argument ‘mid’ /notify_shipped asp, line 24 The website uses MySQL for …

Member Avatar for CertGuard
0
763
Member Avatar for KWITS

Good Day, I have a customer requirement to extract test log information from a CSV file into an array so I can export the information into Word in tabular format. Does anyone on this forum have sample code on how to extract data from CSV? Regards, Keith

0
60
Member Avatar for KWITS

Good Day, How would you code in VBScript to read the content of multiple HTML files into an array? Please observe the below sample and modify as necessary. My requirement is read multiple files by extension and not simply specify a single file. Const ForReading = 1 Set objFSO = …

Member Avatar for KWITS
0
357
Member Avatar for KWITS

Good Day, I am a novice with VBScript but would like to leverage its power to effectively manage HTML files. I am looking for sample code. Here is my scenario. I have a collection of a dozen HTML files and would like to automatically merge each file to one concatenated …

0
64
Member Avatar for anto_nee

Hi to all am new to asp and am parcipating a project on asp in our company... here i got one prob that passing the parameter thru onclick.. i tried a lot but nothing materialize.. i have 5 buttons here.. for all buttons same function that i have to submit …

Member Avatar for SheSaidImaPregy
0
1K
Member Avatar for doraima29

I have done the back-end code in the ASP, I was wondering if there's a way to produce a text file on a server, after form has been submitted by user. I am also putting a script to put via email, but want to save it as a text file …

Member Avatar for SheSaidImaPregy
0
103
Member Avatar for jonnavarra

Can you please show me how to access a dynamically created table in an iframe. The table can have 1 or more rows and 4 cells each. I need to go through the table to format a message and email it. The page is a classic ASP. Am lost right …

0
55
Member Avatar for doraima29

I'm building a dynamic form with radio buttons. These radio buttons will hold values that have specific email addresses of respective people in a company. here is the html and asp code shown below: <FORM METHOD=POST ACTION="mailform.asp" ONSUBMIT="DoctorElements();"> <INPUT TYPE=HIDDEN NAME="urlSendTo" VALUE="/suggestions/thankyou.htm"> <INPUT TYPE=HIDDEN NAME="urlFromPath" VALUE="/suggestions/default.htm"> Name: <INPUT TYPE=TEXT NAME="txtUser.Name"><BR> …

Member Avatar for SheSaidImaPregy
0
156
Member Avatar for Nvr2bogey

I have been receiving the 'Error on Page' indications when I access a number of different websites for about 4 months since I set up a new computer with Windows Vista and IE7. The detail error message shows the error - Class doesn't support automation. I have searched everything I …

Member Avatar for DarkRubicant
0
150
Member Avatar for tdhughes

Howdy, I need to pull database information into an XML defined form. One of the db fields has to be contained in a CDATA node. This line of code returns data, no errors [code] <HTMLCONTENT type="html" width="400"><![CDATA[<body><p>]]><%=aContent%><![CDATA[</p></body>]]></HTMLCONTENT>[/code] It works until I try to use it within an application which uses …

0
89
Member Avatar for JENIX

Hi :) I am yet another person posting my HijackThis log as I have tried for a while now to make sense of it but I just cant get my head around the jargon. I have compared my log to others posted and havent found anything too suspicios....well not that …

Member Avatar for crunchie
0
160
Member Avatar for micheal jordan

Hi Every one every body uses internet donwload manager knows it So there is a feature in it, it's that you can donwload multi files using [B]Download All Links with IDM [/B]that methodfrom registry is like that "C:\Program Files\Internet Download Manager\IEGetAll.htm" so i went to the file and i found …

0
66
Member Avatar for ambi

Hi friends i have a question here.. i am using Win Xp SP2.....i have installed VM ware Player on which DebianEtch linux is running... there in Debian Linux i am runnint say telnet service on port 23... earlier i had some executable through which i had forwarded the port 23 …

0
112
Member Avatar for mohammadalipak

I'm logging employees' internet access for compliance with company policy. As soon as an employee visits a blocked site, he is redirected to a warning page (on the intranet). This warning page gets their IP addresses & emails them to the IT department. [COLOR="Red"]I also need their usernames.[/COLOR]I have found …

Member Avatar for cguan_77
0
699
Member Avatar for Bei_Mu_tian

hello everyone A bit about me: My name's Matt. I'm a 19 year old dude from Switzerland. I am currently studying at a Swiss college to become an application developer. I go to classes two days a week and the other three days I go to work at an office …

Member Avatar for jasimp
0
75
Member Avatar for scrypt3r

im writing a app that u write some vbscript or javascript or html and u can run it does anyone know how to run any of these languages from in vb

Member Avatar for scrypt3r
0
100
Member Avatar for jess

Hi, I have an Access database that I have to create text files, fixed length field width, from a table - actually 3 text files from 3 tables. There's a module that does all 3 for me and puts them in the right place. How can I call that module …

0
58
Member Avatar for scrypt3r

does any 1 know how to give a picture a tag or name and then in javascript or vbscript change it ?

Member Avatar for scrypt3r
0
89
Member Avatar for atky2004

Hi guys, My p.c isn't running any better. It's still booting up very slow. I've removed everything with the tools advised. Here are three logs, hopefully this can lead to the removal of this problem. Thanks in advance Atky [B]HijackThis Log[/B] Logfile of HijackThisv1.99.1 Scan saved at 17:23:22, on 08/08/2007 …

Member Avatar for gerbil
0
258
Member Avatar for scrypt3r

im writing a app that u write some vbscript or javascript or html and u can run it does anyone know how to run any of these languages from in vb

Member Avatar for QVeen72
0
76
Member Avatar for agrothe

I've added a vbscript to an asp page in order to print without showing the print dialog box. Everything works fine when you first load the page, but when you try and navigate away from the page, you get the "A script on this page has caused internet explorer to …

1
71
Member Avatar for ananda6359

I want to create an application. It shouldn't be OS-specific but I'm running 98SE so I'll be explaining things in terms of that. I've already written it as a working script in VBScript, but it's too slow [i]and[/i] gets exponentially slower as it handles larger and larger files. I want …

Member Avatar for TkTkorrovi
0
125
Member Avatar for Duki

Could someone point me to a tutorial on how to write a vbscript that will auto install software when the user logs on? I will be applying this to a GPO. Also, will I need a (not sure if this is the right name for it) answer file/script to attach …

Member Avatar for iamthwee
0
218
Member Avatar for kylcrow

I am going to be writing a test script soon, and I will be using vbscript. Can someone give me an example of a test script?

0
67
Member Avatar for kylcrow

I was asked to help make some test scripts at my work, and they use VBScript to write all their code. I pretty much only know c/c++ how hard would it be to learn VBScript if I am decent at c++? And does anyone have preference to which website they …

Member Avatar for ~s.o.s~
0
115
Member Avatar for kylcrow
Member Avatar for kylcrow
0
93
Member Avatar for joshnya

I first touched VBscript 4 days ago and so far so good except for one issue I am having. I have written a scheduling form for Outlook that takes 4 names and then sends out about 20 meeting invites. The problem I am having is directing the program to schedule …

0
88
Member Avatar for ravindrakale

[B][COLOR=red]Hello everyone, [/COLOR][/B] [B][COLOR=red][/COLOR][/B] [B][COLOR=red]someone help me ? i have a problem with vb script i paste the coding here just chek it out where i am wrong [COLOR=green]raj.ActiveConnection = MM_ravi_STRING[/COLOR] i got error here:( Thanks email me on [email]ravindrakale007@gmail.com[/email][/COLOR][/B] [B][COLOR=red][/COLOR][/B] [B][COLOR=red]<[/COLOR][/B][EMAIL="%@LANGUAGE="][B][COLOR=red]%@LANGUAGE="VBSCRIPT"%[/COLOR][/B][/EMAIL][B][COLOR=red]> <!--#include file="Connections/ravi.asp" --> <% Dim raj Dim raj_numRows[/COLOR][/B] …

Member Avatar for Sitestepper
0
76
Member Avatar for nedwards

Hello, I need help. I have been searching the web to try and find to somehow add vbscript in my visual basic application. I'm not sure how to go by doing that. What I'm really trying to do is to use visual basic as a GUI and then use vbscript …

Member Avatar for kmortensen
0
946
Member Avatar for kained

I know the HTMl and CSS isn't right yet and am not to fussed yet. But the ASP is returning a 405 resource unavilible. My hosting is with 1&1 and it is turned on. booking form is [URL=http://www.chabrisloirevalley.com/booking.htm]here[/URL] ASP source code is: <% @LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <html> <head> <title></title> <meta http-equiv="Content-Type" …

Member Avatar for carringtonf
0
184
Member Avatar for jaytaba

I have a simple login screen where I want the user upon entering the correct userid/password , for his userid to be inserted into a table in a database so to keep track who visited his web page. My ISP is supposedly has created a DS named "win5_zjconstructioninc_com" but the …

Member Avatar for kokkee
0
88
Member Avatar for bmroczek

Good morning, I have created a registration page with a few little things built in to eliminate duplicate users. I am getting the follow error after clicking the register button: cannot find 'file://C:/CTGR/_access/%3C%=MM_editAction%%3E'. Make sure the path or Internet address is correct. Ideas on how to get this error to …

Member Avatar for kokkee
0
109
Member Avatar for thirunavukaras

i want to change background color in panel if checkbox checked is true i am used vb script; but i wrote given code but the expected end of statement error happend please help me how define use vbscript... <script> Sub Changed() Try Dim lcnt As Integer If Me.c1.Checked = True …

Member Avatar for PVBert
0
89
Member Avatar for RDRCarlos

I put together a fairly complex website and it doesn't function on some computers, especially macs. I used the Microsoft script editor to write the pages and used vbscript as the scripting language. I originally thought it might of been because I didnt have the <!DOCTYPE> tag as the first …

Member Avatar for MattEvans
0
154
Member Avatar for someoneelse

:sad: I am trying to connect to a mysql database. ideally, i'd like it dumped into a grid view so i can edit it... no matter how i try it, i get this error- [B]Compiler Error Message: [/B]BC30002: Type 'ODBCConnection' is not defined. here is the code for this page: …

Member Avatar for ManicCW
0
81

The End.