Recent update: 2008-3-7
395 byte By
Saiful at 2008-3-7
HiCan I force a cookie to turn on in a browser that turn their cookie off.If yes, how do I do this? I need this cause the project I am involved inrequire that every browser to have their cookie turn on. It is a must.And also how do I check whether a browser has cookie in it in the first place?Hope y...
216 byte By
MCSDon at 2008-3-6
Does anyone know any good newsgroups for ASP+ or ASPX or NGWS? I have found a couple, but none have been very good! Any other resources would be appreciated! Thanks, Don Wolthuis, MCSD
I want to get the name of the person that is viewing my page for database security. How can I get the name?
I'm working on project where is used ASP Session Object, but Session Object keeps Session ID in cookie some of user browsers does'n support cookies, but I can't loose this users. How I can't have Session Object without cookies
676 byte By
saiful at 2008-3-1
Hi AllIn a web page, when a person presses on a button called browse in a form,a new window will appear on top of the form having focus and will have atree-view like structure of the directories/subdirectories of the serveror PC. Now the person double clicks or single clicks on the directory hechoos...
I would never put the .mdb in a virtual directory. Any user who links to your .mdb willbe able to download it.So don't use Server.MapPath but put the mdb somewhere else on one of your disks/networkcomputers.You could keep the address of the database in an INI file or in the Registry.(Hardcoding...
772 byte By
saiful at 2008-2-27
Hi AllThere are 2 things that I need to do in Javascript buit don't really knowhow? Hope you guys out there can help. They are:-1) How to I determine whether a string entered is purely numeric or otherwise?In Javascript, is there any function such as IsNumeric()?2) I need to do something like t...
Hi Everybody,I am working with a company which has started development of portals andweb enabled applications. We have to decide for the serverside scriptinglanguage.We have expertise on ASP,Servlets and CGI-Perl.1)Which language is best ?2)Why ?3)What are technical aspects we should consider before...
1466 byte By
Tracey at 2008-2-25
I have a web page for a client that they would like to populate dynamicallywith the headline from another website (also owned by the same co., but hostedby another provider, maintained by another developer, etc.). For instance,let's say my client wants the current headline from abcnews.com to...
575 byte By
Clint at 2008-2-24
I am having problems loading an XML document into an ASP page. I am brandnew to XML, so I am not sure as to what questions to ask. Any help here?******************Here is the line:objXML.load(Server.MapPath("database.xml"))******************Here is the error:Microsoft VBScript runtime error '80...
I am using the filesystem object to walk through directories and output thehierarchy in an XML file.I have everything working except the ability to walk through virtualdirectories.When presented with a virtual directory the code should resolve the physicaldirectory and then set the folder object to...
I was running an ASP application on IIS 4.0 When I ported to Windows 2000and IIS 5.0 the application is refusing to start. I get the following errormesg:Technical Information (for support personnel)Error Type:Active Server Pages, ASP 0234 (0x80004005)Server side include directives may not be present...
I received the following msg on my asp file:-Microsoft OLE DB Provider for ODBC Drivers error '80040e37'[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'GS_UX_RTN'./decoe/decoe.asp, line 21The script is as below-<%@ Language=VBScript%><HTML><HEAD...
I want to create a form that can be viewed in a browser. This form once filledin and submitted, shouldbe able to alter the data held within an xml data file.For example an xml data file holds information on a technician. This dataincludes:<name></name><address></address><...
360 byte By
OK at 2008-2-20
Hi there.I cann't nor create New Web Project on IIS("Method not allowed(Error code=80070005)"onthe 1 step of WebProject Wizard), neither deploy existing Web from PWS toIIS(Failed to deplou file(c://<path to .asp>/):Unknown server error)What is the reason? What permission should I have on...
InStr is a simple function. I've used it a thousand times. However, when I use it in an ASP script I get an error that says that it is not a function. What's up with that?
I'm writting an ASP script that will allow me to control my Access db Fileson a web server. Is there a way to generate an autonumber field type inAccess, the same way that you do it on SQL server? For example:CREATE TABLE new_employees(id_num int IDENTITY(1,1),fname varchar (20),minit char(1),...
93 byte By
Mo at 2008-2-17
Maybe by using ActiveX DLL. but how do i create such a connection? any idea? Thanks.
Hi,It seems that the IIS doesnt keep any application vars.Look at this:<%@ Language = VBscript %><%Option explicitApplication("X") = "Abc"Response.Write "There are " & Application.Contents.Count & _" Application variables<P>"%>When i run it, it detects One App. Var.But when i run t...
256 byte By
hardy at 2008-2-15
Hi there! I'm looking for a way how the webuser can change his NT-password over the Web with Win2000 server? I've used "dewnt" on IIS 4.0 but this won't work on IIS 5.0. Any suggestions? Thanx a lot. Geek from Switzerland
You are probly puting your SQL string together with ' ' around the variable.get rid of the single quotes and you should be fine.For Example:strQuery = "SELECT * FROM SomeTable WHERE TableIndex = " & intRecordIndx& ";"This should take care of the problem that you are running into.James>R...
463 byte By
Ronald at 2008-2-15
Hi,I tried and tried, but need some help. Could someone sent me a short butcomplete ASP-script to make a working DNS-less connection with my 'test01.mdb'with the fields name, adres and city. I used a found syntax with "Provider=Microsoft...", but I do something wrong. Where does the system...
378 byte By
Mic at 2008-2-14
Hi, is there any way to create User Types in asp pages?for instance taking this VB code:Type XYZX as IntegerY as IntegerEnd Typeand put it on ASP?It seems that ASP supports only arrays, and not records, as i'm trying todo.I need those Records on the Application.does Application supports Record...
I have an ASP app that uses two custom VB6 components: Object1 and Object2.Object1 is successfully created.. Object2 is then created by Object1.The creation of Object2 apparently fails.I wrote another ASP page to test Object2; when called 'standalone', it isinstantiated with no problems....
In linux system Tomcat6 is installed and it is running under port 8080.My objective is to remove port no from the URL.After changing port no in server.xml also problem not yet resolved because in linux <1024 port are privilaged.1)Is tomcat6 contains apache server by default or not?2)how to redire...
181 byte By
Mark at 2008-2-10
"Server.CreateObject Failed" - This is the error message I get when I try to send a global email from my ASP app. Please explain how I can correct this! ~ (CDONTS.NewMail)??
542 byte By
mike at 2008-2-9
I have an ASP calendar that is working from present day until October, thanit won't display any events until 2001, than it starts displayng them correctly.I am not sure why and that is why I have come to you all to hopefully hetsome help.If you want to see the calendar and test it out for yours...
182 byte By
Leo at 2008-1-31
Wich path have I to use to include a file .int in an asp page? The strusture of the site is: /->asp(contains the aps page)->include(contains the int file) Thank you
hi, i have an access database which generates auto numbers which is of long integer type. i want to
328 byte By
Vivian at 2008-1-19
Hi,I am working on an ASP page. After the user fills the info on the form andclick the submit button, cookies need to be written and an excel templetneeds to be downloaded to the users' PC. I've complished the first task (writingcookies). How do I download the templet? Thanks.Vivian...
410 byte By
Sean at 2008-1-13
I have a asp page with 3 select menu's pulling there data from an odbc datasource(access97). When data is selected and then submited the record set createdbased on the items in the select boxes its only writting the values of theboxes up to a <space> or a " ie, if i pick the value testing...
277 byte By
Felix at 2008-1-13
Hi, does anyone know which of the two (servlet and asp) is a better technology for server-side scripting? What are the pros and cons of one versus the other? If there's a web site with good comparison, could you point me to it? thanks, Felix
I am trying to iterate through folders lin my web through use of theFileSystemObjects folders collection.I am able to do this on all of the files which exist on the physical driveof my server but unable to set the folder object on a virtual directorymapped to a UNC path on another server. The error...
Hello,Can somebody answer the follwing question, please?We have an asp which builds(using ADODB) a table based on a SQL7 recordset.The issue we encountered is that the text folowing the table(which is supposedto be a page footer) is displayed in the right side of the table(definedwith width=100%).Th...
What's the best tool out there for producing web charts via ASP? I'm needingsomething for our intranet. We develop with Visual Interdev 6 and FrontPage2000 using NT and SQL 6.5. Some tools I've found on the web are: WebCharts,APEX True WebChart, dgChart, and Chart FX. Does anyone...
Hi all,Everytime I try to connect to my Personal Web Server homepage, Internetexplorer tries to use my dial-up networking connection to connect to theInternet. Unless I let it do so, I cannot see the PWS homepage. Is there away to stop this ? I have a network card and modem in my PC but it is notcon...
I have been trying to get Search by manufacturer and keyword fixed up but it doesnt work, Any troubleshooting tips,there are no errors in the syntax thanking you ahead webGuru2B
304 byte By
yves at 2008-1-10
I am involved in a project, in which they have to choose between Cold Fusionand Asp.I do not want to start yet another whole war, but I want to make shure thatwe look at every possible way at this.What are the pluses and the minuses of both ?ThanxYves.Hanoulle@ObjectSoft.be...
657 byte By
gupta at 2008-1-9
Hi,I am writing a system that takes inputs from user in a form and then addthat data as a new record in database. Now there could be a situation wherea numbers of users submit their form simultaneously, in that case is thereany kind of queue system maintained by the database which keeps a track ofal...
Hi there ASP gurus!Guys, do any of you have an idea on how I can run an ASP code inside an Outlookemail without launching the Internet Explorer?You see I have this VB App which sends an email in HTML format. Then theauthorization button inside the mail would update certain fields in a db,this is whe...
1685 byte By
Ben at 2008-1-9
Hello,I have copied some code as an an example of what I am attempting to do. Ihave a list of Towns and other information that a user has coverage of.I have figured out how to populate the page from the records in the database,but I cannot figure out how to send the record to another page that updat...
296 byte By
Dan at 2008-1-9
Looking for the best way to check for a link light. I was hoping I could use VBScript and some DLL's. I also need to do some pings and read a SQL Server table for IP addresses. Anybody have any ideas on what to use to implement and if there's some API's I can use?
Hi,the following error is occuring on my web site (www.municipionline.com.br):Microsoft OLE DB Provider for ODBC Drivers error '80040e14'[Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near thekeyword 'order'./estado.asp, line 98The command used on this line is :S...
296 byte By
Joel at 2008-1-8
Hi guys, i wonder if any of you have solution to this problem. I just installed windows 2000 professional, iis5 ; cannot seem to get server-side debugging to work, client side works fine. but vi6 does not work when i put a stop on my asp page. Can anyone help? thanks
Hi all,I'm making a Chat Room in ASP and I need a method in ASP or HTML to keep mypages updated, without refreshing their time by time. The status of the pagemust be: "loading constantly"...You can help me? (Sorry by my english)--Gabriel Diogo Lealgleal@sitex.com.brSite X Informtica http://www.s...
I am using Remote Scripting and like its capabilities. However, why do I get a blank line at the top of the client page when RS is used? Thanks
165 byte By
FAMOSO at 2008-1-7
How, if possible, does one set session state with JavaScript?? Is it the same as VBScript: Session("Crap") = "Whatever" ??? Thanks in Advance
256 byte By
jim at 2008-1-7
i am trying to insert data into a field with a datatype of text and i get errors. if i change it to a varchar datatype it works fine, change it back errors. How do you insert data into a field with the datatype of text in ASP/sql Jim
I am using a redirect.jsp page using response.sendRedirect(strPage). Theredirect.jsp page is in the action clause of a form. Unfortunately, uponarrival at the target url, all values associated with the original 'POST'are lost. The values do show up in the redirect.jsp page so I know they a...
704 byte By
Donnie at 2008-1-7
We have a super secure "ace" server that uses "tokens" that update ausers password every 60 secs, For every user they pick a "pin" thatalways precedes the token value ex: userid = userid, password = pin ¤t_token_value.I want to know if I can Pick the password apart likeI can strings in VB. The...