1,828 Topics
| |
I'm hosted on a shared server with Godaddy.com... I have several forms on my website that all use the same ASP file to send out my forms.. It worked fine for a long time, but now the forms send to my e-mail arrive after a few hours instead of instantly. … | |
i want to learn how to do url rewrite forexamaple my adress [COLOR="Red"]http://www.xxxxx.com/?name=moda[/COLOR] i want to show like that [URL="http://www.modammoda.com/moda.aspx"]http://www.xxxxxx.com/moda.aspx[/URL] | |
Hi I have a collection in VbScript (on an asp page) named coll The UI of the ASP page has dropdown thats is to be populated based on the iteration I do in the collection "coll" I iterate it based on it s count...but How to I add each of … | |
Hi All jus switched to asp & VBScript coding from VB6... How do I go abt iterating thru a collection in VBScript? I have a collection object in a Active X DLL. I created an object of that dll in my asp page using server.cretaeobject method. So I guess that … | |
Hi! I'm trying to create a page with dynamic controls, and I'm having difficulty wrt the liffe cycle. The page has some static controls, but also a table which has dynamic rows, cells of which contain dynamic controls, including a DropDownList. The idea is that the page has an "Add" … | |
Hai all I am new to ASP. In my ASP project i am trying to populate a table with certain records that i fetched from a database table .. the code is as below [code=ASP]<%rs.movefirst DO UNTIL rs.eof i = i + 1 %> <TR> <td><%=i%></td> <td><A HREF =U_ViewTransDet.asp><%=rs(0)%></A></td> <td><%=rs(1)%></td> … | |
Please tel me I am using ms access database. How I send email specified date. for example i set "dec 21 2008" in the database in that date email send automatically please tel me. | |
I made an asp-javascript website and I have a problem. I made a menu when u can login and make some operation. I need to disable the voice Login (is a link to an asp page) when the user is logged. The word "login" is still visible but if u … | |
halo..i need some help on tis problem.. how to show the URL without .asp or query string with parameters behind? for example, i have a url string : [url]www.abc.com/abc/abc.asp?id=1[/url]. how can i display the url in tis format with out the querystring? example: [url]www.abc.com/abc/1[/url] please help on tis? i have … | |
is there any solutions for url rewriting can you help me..? original address [url]www.hediyegoster.com/?name=sevgiliyehediye[/url] i want to show like this [url]www.hediyegoster.com/sevgiliyehediye[/url] can you help please | |
Hi everybody. My name is Andre and I am tying to know how to set up an internet fax service provider that will allow people to come on my website and register to send Internet faxing hosted service. They will subscribe to a third-party ( my company )Internet faxing service … | |
Hi, Can anybody help? It's about summing up the elements of column called Gyujtemeny and then column Duplak of a table of an Access database and presenting the result using ASP code. So each column is sum up by its own not one with the other. [code=html]<%@ Language="VBScript" %> <% … | |
Hi! I'm back in the land of building a dynamic form, as a response to button click events. The page has a static table and the intention is to use a button click to add dynamic rows to this table. Each row itself will have one or more eventable controls. … | |
I dont have any idea of vb script.now i have a requirement. please help me if somebody can.we have created a web page which contains a text box, with two buttons named create and transfer.when we enter a value into a text box in the format yyyymm and when create … | |
I am trying to display the results of a store procedure, but cannot seem to get the Move Next to work for me. Without it I am currently only getting the first row. Here is what I have so far: [code=asp] Set x1 = server.CreateObject("ADODB.Command") Set RS = server.CreateObject("ADODB.Recordset") With … | |
Hi. I recently started a free site <snipped>for people to be able to list and swap used sports equipment i.e. youth wrestling shoes that are like brand new and only been used 5 weeks INDOORS between themselves... But I am not a programmer and cannot figure out how to set … | |
Hi , First post in this forum and hope this is the right area: Website crashed and am rebuilding from scratch. Basically an ASP site, Data driven by SQL Server 2000 running II6 on Windows Server 2003 SP2. Problem is that any URL links that are generated from a stored … | |
Hey guys! I was wondering if anyone could help me. I am a student on my work placement year and I am developing a web based database. I have been asked to design it so users can if need be add a new table to the database or add a … | |
I created a user registration page using ASP and Dreamweaver, I tried to create a drop down box filled with options from a database. I only wanted the box to contain one of each option but it contains every one, one for each user when i view this in firefox. … | |
Hi I am hopeing someone can help me with extracting and formating the time from an sql server datetime field. I have tried a number of different methods, all of which have returned a runtime error of 800a000d. The following are two methods that I have tried, yet I think … | |
Hi all, i must create new Cookie key into an existent cookie but i must create them dynamically. I need that the name of new key are generated from a "for" or simply from a variable. This is the piece of code interested. I want to know what i can … | |
[B]When i try to extract the data from a datbase and display it in text area i get the following error message inside the text box:[/B] [code=html]<font face="Arial" size=2> <p>ADODB.Field</font> <font face="Arial" size=2>error '800a0bcd'</font> <p> <font face="Arial" size=2>Either BOF or EOF is True, or the current record has been deleted. … | |
I've moved from a CDONTS script that sent a email as a receipt for an order taht was made from an asp page With CDOSYS the .createMHTMLbody allows me to reference an HTML page only. When trying to send the asp page nothing happens. I've tried [code=asp]<% sch = "http://schemas.microsoft.com/cdo/configuration/" … | |
Hi all, i need help on asp-sql code. I have a form when I catch some infos and i want to create a new record into a database. I have tried many syntax but I can't pass the variables a,b,c,d,e,f to sql string. Please tell me how can i do … | |
Is possible to create dropdown box dinamically by clicking button in ASP.NET? If possible then how? We want to use C# in background. | |
hi frens, I hav developed a 'Contact Us' form for a site using asp. Its a mail sending form where i hav used CDONTS mail object. But mine is windows server with XP OS. I heard that XP not supports CDONTS. is it true? I dont know what to do.... … | |
Can someone tell me from where can I download a Personal Web Server for Windows XP SP2, if not , then an alternative for that ?? I want to do programming in ASP on my personal computer.:confused: | |
Hi, I am hoping someone will kindly help me out. I am new to ASP and need to create a connection to an SQL server 2005 database. I have failed misserably at web so far and is my worst subject on the course that i am doing. I understand that … | |
Using VB ASP Access. Here's the error I'm getting: [QUOTE]Error Type: Microsoft VBScript runtime (0x800A000D) Type mismatch /RP_Ref_Guide/RP_search_results.asp, line 23 Browser Type: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1) Page: POST 109 bytes to /RP_Ref_Guide/RP_search_results.asp POST Data: Partner_Name=Agilsys+Hospitality+Systems&Relationship=&Industry=&Partner_Manager=&Territory=&RP_Search=Search[/QUOTE] Here's the code: [CODE=VBSCRIPT]<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <!--#include file="Connections/RP_DB.asp" --> <% rp_name = Request.Form("Partner_Name") … | |
Hi, I am very new to ASP and am trying to export an entire table from access to an excel file through the browser. I simply want the user to click on a link and then have excel launch with the queried table. So far I have written a little … |
The End.