Send Image & Capture CursorX,y Onclick Positions To MSaccess
Basically I need to show an image in a web browser (easy enough) I need to be able to track Mouse X & Y positions..Also OK, I have found some javascript to acheive this, but here is where the problem lies, the user must somehow click on this image & I then need to automatically record, display (graphically would be preffered) & send this info to a database !! Can NE1 out there do this How & where would I start?
I'm brand new to this forum AND learning ASP via problem-based learning (not the easiest or sound way to do so, I know).
In any case, I have a form that uploads an image to my server. It does so via a form action to a new asp page. The new page has a link back to the original page. On the original page, I want the name of the file to appear in a text field e.g. Code:
I am outputing columns of data to a file using or vbtab. However, sometimes the data is bigger than the column, which pushes the next data over too far.
Is there a way to specify where the tabs are, or to output to a specific position or to a specific column?
I am currently working on an e-commerce website. The customer has asked for a link to Email this Product (Image) to a Friend.
I created the following code but the test email received only has the text. How do I get the image to display in the email. This is apparently a file not found condition.....
How I send e-mail with attachment image. I have made 2 file test.asp and test1.asp test.asp called test1.asp en attachement 2 images. It does not work because the attachment image.
How I can solve this problem. herewith my code (test.asp and test1.asp) ....
I want to send email in html format with containing more images added dynamically using cdo.message method. can you pls explain any body one how to do this. i alredy done this, but it send only one picture with that email. here i posted my code also. pls any one tell me what is the problem in this code.
html = "<html>" html = html & "<head>" html = html & "<meta http-equiv=""Content-Type""" html = html & "content=""text/html; charset=iso-8859-1"">" html = html & "</head>" html = html & "<body>" html = html & "<p><font face=""Arial"" ><b>Name: " & name & "</b></font></p>" html = html & "<p><font face=""Arial""><b>Company Name: " & cname & "</b></font></p>" html = html & "<p><font face=""Arial""><b>Country: " & ctry & "</b></font></p>" html = html & "<p><font face=""Arial""><b>E-mail: " & email & "</b></font></p>" html = html & "<p><font face=""Arial""><b>Details: " & remarks & "</b></font></p>" html = html & "<p> </p>"
for i = 0 to ubound(iid) html = html & "<img border=""0"" src=""" & "http://www.abcd.com/img/" & fnme(i) & """></td>" next
html = html & "</body>" html = html & "</html>"
mail.From= emailFrom mail.Configuration=cdoConfig mail.To = emailTo mail.Subject = emailSubject mail.HTMLBody = html mail.Send set mail = nothing set cdoConfig = nothing
I am having problems with some ms access mdb queries that used to work fine up to about two weeks ago. All they now do is lock the database (produce an ldb file) or say there are key violations.
Nothing has changed to the asp pages or the database so I am scratching my head (amongst other things) to work out what the problem is - any help much appreciated to restore sanity! I even get the same errors when I try the sql statements below on a local copy of the database (its about 50mb) on my local machine. Code:
I have this script that basically takes information from an XML file and checks one condition, and then inserts it into a SQL Server Database. I need to use a access database instead, so I changes the connection string and it seems to connect to the database ok. Here is the code (its a .vbs file) Code:
weve gotn an access database running our intranet and its gone down.the in build trpair function doesnt work but we can still access the data through ASP,just not through the Access interface?
it says theres a jet error as someone else has the DB open but they dont
is there anyway we can duplicate the tables,data and relationships in an other db?ive tried some of the large scripts available for access that are supposed to do this,only no success yet
I am trying to create MS access file (.mdb) from the data set with the following code. Every thing is working fine. But I found the MSACCESS.EXE is still running in the Task Manager. When ever I run this program new MSACCESS.EXE is added to task manager.
I could not kill the process after I created the file. I tried all the possible ways and checked with user forums, news group and MSDN, but no luck.
Access.Application accessData; accessData = new Access.ApplicationClass(); accessData.NewCurrentDatabase("C:TestTest.mdb"); accessData.ImportXML("C:TestTest.xml",Access.AcImportXMLOption.acStructureAndData);
I am pulling records out of an Access table, and comparing a time field to a time in my script. And printing some of the fields in the appropriete position.
I have printed the array that I generate from the record set and all the information is being retrieved and put into the correct order.
My page however only prints some of the records and not others. I can't find any patterns to which ones are being printed and which ones aren't.
The time field is in Long Time format in the Acess table
I have successfully created a master detail page for this database, now I want to create an form to update the database.
When I created the form and tried to view it, I got this error
Error Type: ADODB.Command (0x800A0BB9) Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another. /dlrc_resources/book_list/book_entry.asp, line 113
I have a client's ecomm website under development, and have his access database with products in it. The db is structured this way:
MasterCategory Category SubCategory Products
All these are seperate tables, and there are others and all have relationships(single relationship with one or 2 other tables).
I can get the recordsets and display them on the asp pages. I want to also have a shopping cart done with this db. Is there a script for this, or some way I can do this myself?
I've been getting a lot of harrassment emails on a web form recently and I want to display/capture the users IP/host header(not sure if thats the right term.but I know you can do it in IRC if possible.Does anyone know a free script for this?The form is in ASP not .net
I want to amend my form so it displays the IP/hostheader similarly to this page.
Is there a way to capture the name of a form on the receiving page. The Request.form collection only has the names of the objects in the form (as far as I can see), not the name of the form itself?
In my ASP application, I have a chart that will popup in a new window. From the opener window, I want to add a button that will capture the chart to the clipboard and be able to paste it to other application. I just want the client area and don't want to include menu bar, address bar and so forth.
I am sending a form to UPS and upon successful completion of the form, the UPS sends me a single output containing several variables and their values on the screen. I need to prevent it displaying on the screen, save it in a variable and then extract information I need and display those values with my format on a table. How can I do that. I heard in ColdFusion there is <CFHTTP> that does that. Is there equivalent of this in ASP.
i am assigned to do a database project.i am asked to use dreamweaver mx and ms access.my problem is i dont know how to capture the data from database and display it in the interface.the language i had to use is javascript.
I am running in a Windows 2000 environment. My workstation is runnig XP Pro. I have built an issue tracking system in Frontpage 2003 using the Database integration wizard.
I need to capture login credentials using public system variables. In the attached MDB file I have written VB code to pull userid. However, I can not figure out how to access the code within the VBSCRIPT OR THE HTML CODE PAGE. I also cannot figure how to write the same code using vbscript instead.
I have 3 listbox in which I call a submit to its own page (page1.asp) for some validation. Then I have another 2 text field which I call submit to "another page" (page2.asp). When I call onChanged() of the list box, it will submit the value of the 3 listbox only to page1.asp. It will not capture the value of the other 2 text field. But I am able to capture the value of the other 2 text field by using Javascript function as follow:
window.document.form1.dept.value.
Although such, but I cant display or return the value of the other 2 text field back to the form. I tried to use session.Contents in Javascript, but it is not supported function in JScript. Is there any other way to display value of the other 2 text field in page1.asp?
Is there any way to capture a person's pc name or windows login name with ASP? I have a form that anyone can submit and article to be published to, and I just want to make sure they're being honest about who is submitting what.
How to proceed?I have one form say form_a .from here through anchor another form form_b is being opened in another window using (window.open command). Now I have some value say val_b1 in form_b. Once again I am coming to form_a through following code Code:
I'm about to venture onto a new project of developing an ASP Page that captures images from a streaming web camera, and displays them (refreshs) the image every 15 seconds.
The question I have, is it possible to capture images (every 15 secs- from the webcam on the intranet) and store that snap shot as say a .jpg file in a folder, and then have the ability to continuously add images to this folder, so at a later date you could develop a system that would display photo after photo simultaneously, fast motion of the project in action.
I would like people to be able to send emails with keywords in the subject line. I would then like my server/website/asp page to capture the email, parse the subject and react accordingly.
I have written an asp script to pull data from fields in an access database.However it is only displaying the first word of the string.Below is my code:
I'm working on an ASP application that will be used on mobile tablet PCs. I need to add the ability for someone to sign their name on the screen and then have it converted to an image (.gif/.jpg/.png) for printng & storage.Is this even possible with a web application?
I have a client that wants to allow users to signup for a contest using text messaging. I have no idea where to start with this, so hoping someone here has some experience with this.