494 Topics
![]() | |
Well, there are lots of bulit in functions, under the objects: response, request, server. As for JScript and VBScript being intergrated... You can use either language. Which ever one you know best. So for example, you choose VBScript, mostly all the ASP coding is with VB syntax and you can … | |
Friends i need to connect a flash movie with database.As many tutorials say I need a middleware to connect.As i need to run as a vb or c# program which will be the suitable middle ware(as web says php asp vbscript etc can act as middle ware). Please help me … | |
Just to cut straight to the heart of the problem: I only recently started working with asp because my current employer's website was built using asp.net and he requested I make some changes to the design/layout. In addition to the website there's also a kind of front-end content manager to … | |
hii...i am creating a chart using html and asp the code for it is : [code] <%@ LANGUAGE="VBSCRIPT" %> <% Option Explicit %> <% Dim data1Array(3) data1Array(0) = 5 data1Array(1) = 15 data1Array(2) = 25 data1Array(3) = 50 Dim data2Array(3) data2Array(0) = 5 data2Array(1) = 10 data2Array(2) = 20 data2Array(3) … | |
Hi guys, would be vbscript work in firefox or it's for IE only? thanks.. | |
hi guys, how to code this vbscript in javascript? thanks.. [code] <script language=vbscript> <!-- Sub CallMenu(n,isHidden) document.all("menu" & n).style.visibility = isHidden End Sub //--> </script>[/code] | |
Hi everyone, im new to this site and also abit new to programming with asp. I have this form which is working fine, except for this little thing that I want and is not doing it. I want that when the user hit the Enviar btn (Submit) the info gets … | |
Good mourning or Good night ;) i am working on asp site (VBscript) of course with javascript as client side i wanna 2 count n of visitors at same page just like when u open for ex asp forum in daniweb.com displays [COLOR="Green"]Currently Active Users browsing ASP : 7 (1 … | |
Hi EveryOne, I am given only 2 days to finish my assignment in 2 days,but I'm only a biginner in HTML. . I would like to ask anyone to please check if what is wrong in my code. . [CODE]<html> <head> <title>Lab Exercise</title> </head> <body> <h2>Script Integration</h2> <h3>Laboreatory Exercise 5 … | |
Not sure if this is the right place or not, I'm trying to create a script to learn scripting better before editing the login script at work. I'm getting an error while trying to run this piece, can anyone tell me what's missing? it's supposed to check running processes and … | |
Hello, I am sending a string created in vbScript via CDO. My scripting is working but the whole string is not showing up in the receiving email. My code was on the bulky side with bordercolor and bgcolor in the tables cells, removing what was not needed for html in … | |
Hi, i have an application inaction script & java script .I m calling a javascript function by actionscript Fscommand but it gives error as "Object Required" can anyone solve this error.... i have paste code below of javascript.... [code] <html> <head> <title>save</title> <script language="javascript">AC_FL_RunContent = 0;</script> <script src="AC_RunActiveContent.js" language="javascript"></script> <script … | |
Hi, I have a problem accessing server time using javascript. I'm making a home page in asp and want to access server time using javascript. What i'm doing presently is accessing server time in vbscript, and now want to display this in a javascript calendar which i hav already made. … | |
I am wrote a file del.asp where I am deleting a file but I am getting the following error Error Type: Microsoft VBScript runtime (0x800A0046) Permission denied /asptreeview/del.asp, line 9 The code which I wrote is as follows... [CODE]PhotoFile = "/asptreeview/asptree/" & Request.QueryString("file")(1) PhotoPath = Server.MapPath(PhotoFile) Response.Write(PhotoPath & "<br />") … | |
Hi, I have developed one application which should be accessible only if valid certificate from particular CA is installed on client browser . I am using VBscript for writing the code. I am using Request.ClientCertificate collection to get the details of certificate for validation purpose. Now i want to make … | |
Hi I'm Nackio and not very tech savvy. I can't access my control panel on my Acer Aspire Windows Vista laptop. I already did some of the steps I saw outlined in previous threads. Here is my Combo fix report log: ComboFix 08-12-12.05 - Nadia&Shaq 2008-12-13 12:17:10.1 - NTFSx86 Microsoft® … | |
Hi Guys, I'm new to the site and just joined. I am currently doing a project for college and would like your advice on what technologies I could use that is effective but simple. Really simple!! What I intend to do is from a Web page on a server I … | |
I managed to goof up big time. I tried loading Mcafee while Norton was running. Needless to say computer didn’t like it. I was barely able to do a restore and get back to almost working. Last problem appears to be a tough one to crack. Everything works except Microsoft … | |
Hi, I have a vbscript which calls a batch file. Now I want my vbscript variables to be passed to batch file. Is this possible? Please assist Thanks, SOW | |
Hello everyone, I was not sure where to post this as it is regarding VB Scripts. I have a script that when run with the proper command line arguments will ask the user to input text and later write that text to a file. The following code is giving me … | |
Hi there, This is my first post and I have already found this post extremely helpful. It's made a tough situation a lot easier. I bought a brand new PC last week and was online last night. Everything was going fantastically. The PC was running slickly and I was being … | |
Hi, I'm trying to finish a college project for tommorrow, but am having real problems with my code. Every time I try and run it, I get an error message saying 'Expected If'. I looked and looked at it, but can't for the life of me work out whatthe problem … | |
Hello all, I'd like to know if it's ok to use vbscript within a css page? I'm thinking about defining certain variables at the beginning of the style sheet so that it's easy to change between colors (or load the colors from a database so each user can have their … | |
I have a file structure that is common to all of the jobs I do. When I start a new job I go into my computer (Explorer) copy the folder to clipboard, go to another location on a different server and paste this folder then I have to rename it … | |
[B]Now playing:[/B] AC/DC Black Ice [B]Now reading:[/B] Wikinomics [B]Now browsing:[/B] Fedora 9/Firefox 3.0.2/Gnome [B]Editors/IDES/tools used today:[/B] Vi, Gedit, Emacs, Bluefish, Visual Studio (BizTalk), Notepad, DBVisualizer 6.1, Xlint, xsltproc, Microsoft SQL Server Management Studio [B]Languages used today:[/B] TSQL, Bash, XSLT, XML, pgsql [B]Operating systems used today:[/B] Windows 2003 (64/32 bit), RHEL … | |
folks, trying to pass variable from test1.html to test1.asp. simplest code possible, even works on our ISP host, but not my web server. please help?? code for test1.html, which calls test1.asp: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>A.html which calls B.asp</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> … | |
Hi folks, Due to being unable to find a suitable app, i've decided to make a little app (with the help from my trusty DWeb chums) Currently i'm looking at a little app that will allow me to enter a username and password for... whatever purpose really, map drive, shared … | |
i have a menu that has product IDs from a data base and I have a price text box that I wana get the price of that product from the data base on the menu change. HOW can i do this ?? plz help me so far this is the … | |
HAI, I'm creating a website for a computer forum (using VBScript, SQL server - back end). Im able to display the heading of the threads in a page & also im able to click and redirect to a proper .asp page but, can u tell me how can i show … | |
Hai, I'm creating a website for a computer forum (using VBScript, SQL server - back end). Im able to display the heading of the threads in a page & also im able to click and redirect to a proper .asp page but, can u tell me how can i show … | |
--URGENT-- Ive written a code in VBScript in ASP where back end is SQL. Here I want to display all the records with the data of the selected field of the table "Users" but it displays only the first record repetitively for the total number of records in the table … | |
[INDENT][INDENT]--URGENT--[/INDENT][/INDENT] Ive written a code in VBScript in ASP where back end is SQL. Here I want to display all the records with the data of the selected field of the table "Users" but it displays only the first record repetitively for the total number of records in the table … | |
http://www.bynd.net/view-addeddw/clickview.asp In detaild I have added this, please Help me. In the clickview.asp the link values are not adding having the ID as the Primary Key. When clik on the Link caled by the URL, ir redirects to the `redirect.asp ( <a href="redirect.asp?ID=<%=(rsClicks.Fields.Item("URL").Value)%>" target="_blank"> )` and goes to the link … | |
Hi, first of all sorry if I post this in the wrong section. Cant find where is the VBScript Section. I'm new to VBScripting. What I need is the VBScript to count the number of record in my MSAccess table. I tried [ICODE] total = "SELECT COUNT(*) FROM Product" [/ICODE] … | |
hi i want to share a folder to all in the network. can any one guide me to get that using vbscript | |
Hi All, this is srikanth. i jus want to ChangeOwnerOfFile in vb6 or vbscript. what are the functions need to be used are there any predefined functions regarding changing permissions in vb. can any one fix this issue. its very urgent. thanks Regards, Srikanth Valdas | |
Hi, first of all sorry if I post this in the wrong section. Cant find where is the VBScript Section. I'm new to VBScripting. What I need is the VBScript to count the number of record in my MSAccess table. I tried [ICODE] total = "SELECT COUNT(*) FROM Product" [/ICODE] … | |
Hi All, I have a huge MS Access database in which requests are added at regular basis as in almost every minute.I have to modify the data type of one of the coloumns in this database,but i cant copy the database to my system and make this change and then … | |
Any 1 whom have done excel with asp help me pls.. i currently have these codes i need to plot a zig zag graph out,i have the graph setting out then now i have to read the data from a excel file ..i don't know how to set the range … | |
Hi, I've been doing the computer thing since DOS 2.1. As a result I've been exposed to a lot of history. I really learned programming way back with basica and pascal and have since moved into web publishing as a sideline and hope to begin with NI Labview soon in … | |
hello to all, Im trying to load xml file to sql server but I dont have enough knowledge how to create schema xml, as of now im using vbscript program to upload my xml, here is my vbscript codings, Set objBL = CreateObject("SQLXMLBulkLoad.SQLXMLBulkLoad") objBL.ConnectionString = "provider=SQLOLEDB.1;data source=codevelopment;database=Johnny;uid=restorer;pwd=" objBL.ErrorLogFile = "c:\error.log" … | |
I am trying to build a simple web database for my church. We have a list of items that we want people to choose from. I want to display on the web page what items have been chosen, and remove that item from the drop down list in my Sponsorship … | |
hi I am using date()function in my code to capture current date which i want to store in my database.But the date() function is giving a wrong date,it is giving yesterdays date,i have checked my systems date also,it is correct but still i am getting yesterday's date. Please help me … | |
hi. i need help. when i preview deleteKom.asp there is no error on it. here is the coding. [code]<%@LANGUAGE="VBSCRIPT"%> <!--#include file="../Connections/data1.asp" --> <% Dim RSKom Dim RSKom_numRows Set RSKom = Server.CreateObject("ADODB.Recordset") RSKom.ActiveConnection = MM_data1_STRING RSKom.Source = "SELECT * FROM tblKom" RSKom.CursorType = 0 RSKom.CursorLocation = 2 RSKom.LockType = 1 RSKom.Open() … | |
Hi all, I am Rene, 45yrs from the Netherlands. I am self employed advising engineering firms with their 3D designs and support everything involving projects. To do my job i am trained in vb6, vba, lisp, pascal, vbscript, sqlserver (yes all ms), 3D design software and minor programming techniques. While … | |
Hi All, I have one more doubt here please, Can i call .vbs file from ASP page. Just like that sample.js, We can call this java script file from ASP. Example :- <script language="JavaScript" src="/formvalidator.js"></script> So can we use this statement same for vbscript(sample.vbs)... If it is Okay then please … | |
Hi all, Please kindly help me to modify my code to capture and display the system date and also the pull down menu options for the date(From date and To date). [code=html]<%@ LANGUAGE="VBSCRIPT" %> <% pageTitle = "check Enquiry Form " %> <!--#include file="isadmin.inc"--> <% if isAdmin then ' mToday … | |
I do not clearly understand this concept of scripting. May someone please explain this to me and give me some applications of scripting. I have seen some examples of scripts but I am trying to really see what can be achieved through scripting. I hope am not jumpig the gun … | |
Edit/Update records in the Access DB Using ASP Hi im trying to update products related to company ID entered in the database each time a product is entered related to the that ID the ID gets repeated as im adding the record in a loop. SO like i got 20 … | |
I am trying to connect my login page to an access database. Right now I am simply storing the values inside the database .I am having trouble connecting to the databse itself. Below is the code that I have written using VBScript. What am I doing wrong? ...Thanks in advance … |
The End.