1,828 Topics
| |
in ie 5 i m writing this below statement [URL]http://localhost/Mail/email.html[/URL] email.html page contains 3 field box username , password and name .it calls the form2email.asp page the code is that <FORM name="mailform" METHOD=POST ACTION="form2email.asp"> but when it calls that page ie5 shows error HTTP 405 - Resource not allowed Internet … | |
Hi, I have been asked to set up a form with options to select a level of response from 1-10. Ive used radio buttons to this, but im not sure what to put in the asp form so that this info is processed to my email. Im using Adobe Go-live … | |
i have problem in asp with vb. i created a form in asp that is catching data from access database it is working fine but now if i want to modify ( update the data in asp in that same form how to do that. please it is very urgent … | |
Does anyone know the exact query for IN in the following senario... I want to search for 2 columns for 1 mobile number (mobile, alternate mobile) I am using the following query [code]strSQL = "select * from tblcontest where bar_mob_no IN('" & sSQL &"') or bar_alt_mob in('" & sSQL &"')"[/code] … | |
i m new to asp . i m try to send mail using CDO. my os is XP pro. i have install IIs and smtp also running. if i running my program , its doesn't throw any error. but my mail is not sent.. that is , if i m … | |
Hi everyone How can I embeded an image to OLE Object field using Long Binary data. and what Long Binary data means and how to use it. does anyone have any ideas on I would to display images in my asp page. I am trying to insert the images in … | |
Is it possible to redirect to a different frame ? I tried using [code] Response.Redirect "somepage.htm; target=MainFrame" [/code] but it didn't work | |
Hi: I am trying to use AUTHBOT as a form protector against spambots. I have everything working fine, except that the form will not email the values of the fields. It will write them on the page, but for some reason it will not email them through the processor. Can … | |
well i have done asp coding in asp but when i want 2 run in internet explorer it does not work [URL]http://localhost:8080/UCComplain/UserComplain.asp[/URL] well i have copied folder to wwwroot and iis 5 is also running but how i run asp file to see result in ie5 what is the problem | |
well i m working in asp i want to open connection th eproblem is that i will open and close connection in evry page or in application object i use | |
[B]Hi :) I would expect to see an image from the database with that code:[/B] <% set conn=server.CreateObject("ADODB.Connection") conn.Provider="Microsoft.jet.OLEDB.4.0" conn.Open "F:/projet/test1.mdb" set rs= conn.Execute("SELECT photo FROM photos where ID=1") Response.ContentType="image/jpg" Response.BinaryWrite(rs("photo")) conn.Close %> [B]or [/B] with dsn(data source name) link in contral panel <% Set conn = Server.CreateObject("ADODB.Connection") conn.open "WinConnection" … | |
i m opening rthe project in visual interdev when at the time server mode it shows message that which server u want to connect i m writning p4 my computer and also localhost it does not correct so i cannot work in interdev what shouled i do if i want … | |
can i embed shockwave file in asp page?? How do i do it??? i am getting error message from macrmedia 8... [COLOR="Red"] error message "The tag name: "embed" Not found in currently active version.[XHTML 1.0 frameset]"[/COLOR] | |
Hi, i have a script that aims to do search of data. I select some data , define range of prices (for min price and max price) and then i get the following error : [B]Microsoft JET Database Engine error '80040e14' Syntax error (missing operator) in query expression 'city= '1' … | |
Hello, I am facing a problem in ASP. The scenario is... I have a database with the following Colums and the data type of all Colums are integer id|score1 | score2 | score3 ------------------------------------ 1 | 10 | 4 | 10 | 2 | 5 | 51 | 10 | … | |
How do I update multiple records in a table in ASP using loops ? For example. I have a table with the following colums ID | Col1 | Col2 ------------------------- 1 | 50 | 100 2 | 25 | 130 3 | 55 | 70 I want to add [B]66[/B] … | |
There are 2 columns in 1 database for [I]Id[/I] and [I]name[/I] but the serial number is random. I want to update those serial number in serial order, how to? Like id Name ------------ 1 Shouvik 5 Joe 6 Mathew 3 John 4 James 2 Jack I want to update it … | |
Dear All, This is my first post - I was delighted to stumble across such a great resource. I am trying to set up a simple e-card system for my website using HTML formatted CDOSYS email messages. At present I have the system up and running in a raw form … | |
I want to rotate my content for every day like taking a training course on my website, i have a server which supports Asp language, i like to design one. Where i can get the Prototypes of the Model which im looking for. | |
If i read excel records in asp using a recordset (to put those records into something a little better) it continues to use the old file. step 1 - upload excel file to the server step 2 - read excel contents writing them to database (I don't consider excel a … | |
Hi i need to sum the values in different cells of an excel sheet which im getting from data base and which is in a loop and the number of entries depends on the user.Please help me out im adding the code please check it out: [code] <% Response.ContentType = … | |
Hello. I always use the same way to open an excel file (the same one that the one wich is used by another person in this topic: [url]http://www.daniweb.com/techtalkforums/thread26473.html)[/url]. But to create... there are problems. Let's see... To generate an Excel file... 1) If I use the method based in <% … | |
Hi, I am in urgent of this requirement.I want source code to retrieve the data from excel and want to save the excel data to database using ASP.Please anybody help me in this regards at the earliest. Thanks much inadvance Aravind | |
I have the following table in page1.asp [CODE] <table> <tr> <td><input type="checkbox" name=chk value=1></td> </tr> <tr> <td><input type="checkbox" name=chk value=2></td> </tr> <tr> <td><input type="checkbox" name=chk value=3></td> </tr> </table>[/CODE] If I want to retrieve the value of all the checkboxes which I have selected in page1.asp and display them in another … | |
Hello Everyone, I want to write a code in ASP where on a button click, a function(wrtten in eighter java or vb script) will be called . The function will execute a stored procedure which will be used to insert and delete records in a SQL database. I wanted to … | |
i have 5 checkboxes in one asp page, I am trying to get the values of all checkbox that are checked using for each loop but I dnt get any result, just a blank page. can u help me? Herez my code where I am trying to get the values … | |
hi all, i want to know how to set a submit button in asp. | |
I have a client site written in asp, and I need to 301 redirect some referer URLs to the homepage URL. I know how to do this on a linux server, but am somewhat lost on Windows. Any suggestions as to how to do it much appreciated. | |
With the following code I get an HTTP 500 error. What am I missing, please? I have the connection and it test o.k. with a simple Select * query. I am trying to populate a dropdown box from an Access table. Also, I would like to purchase an ASP 'toolkit' … |
The End.