1,828 Topics

Member Avatar for
Member Avatar for irfan.motiwala

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 …

Member Avatar for katarey
0
100
Member Avatar for Cpu-Ctrl

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 …

Member Avatar for GreenDay2001
0
254
Member Avatar for tiwariarun1

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 …

Member Avatar for katarey
0
105
Member Avatar for cancer10

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] …

Member Avatar for noman78
0
76
Member Avatar for Gowsi

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 …

Member Avatar for noman78
0
108
Member Avatar for masa

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 …

Member Avatar for katarey
0
72
Member Avatar for aparnesh

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

Member Avatar for katarey
0
53
Member Avatar for spacepoet

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 …

Member Avatar for spacepoet
0
126
Member Avatar for irfan.motiwala

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

Member Avatar for katarey
0
324
Member Avatar for irfan.motiwala

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

Member Avatar for irfan.motiwala
0
88
Member Avatar for chris3000

[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" …

0
68
Member Avatar for irfan.motiwala

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 …

Member Avatar for katarey
0
86
Member Avatar for k_en

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]

Member Avatar for katarey
0
85
Member Avatar for drors

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' …

Member Avatar for katarey
0
259
Member Avatar for cancer10

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 | …

Member Avatar for campkev
0
50
Member Avatar for cancer10

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] …

0
50
Member Avatar for cancer10

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 …

Member Avatar for cancer10
0
78
Member Avatar for eogmp3

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 …

Member Avatar for eogmp3
0
154
Member Avatar for tigtag

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.

Member Avatar for GreenDay2001
0
64
Member Avatar for william_stam

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 …

Member Avatar for cancer10
0
146
Member Avatar for ajithevn

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 = …

Member Avatar for cancer10
0
106
Member Avatar for druiner

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 <% …

Member Avatar for cancer10
0
157
Member Avatar for basena

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

Member Avatar for cancer10
0
225
Member Avatar for cancer10

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 …

Member Avatar for GreenDay2001
0
48
Member Avatar for AtulKulkarni

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 …

Member Avatar for GreenDay2001
0
80
Member Avatar for cancer10

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 …

Member Avatar for GreenDay2001
0
37
Member Avatar for fleetblazer
Member Avatar for GreenDay2001
0
37
Member Avatar for seibor
Member Avatar for I, Brian

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.

Member Avatar for GreenDay2001
0
103
Member Avatar for kmassing

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' …

Member Avatar for GreenDay2001
0
85

The End.