Screen Capture
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.
Can I do that with pure asp without a component?
View Replies
ADVERTISEMENT
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.
http://www.schoolpad.net/page.php?TeacherID=293&Page=3
View Replies
View Related
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?
View Replies
View Related
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.
View Replies
View Related
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.
View Replies
View Related
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.
View Replies
View Related
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?
View Replies
View Related
I need to use a third party http to get a string back on ASP page. How do I capture the string? What is the syntex?
View Replies
View Related
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.
View Replies
View Related
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.
View Replies
View Related
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.
Can anyone point me in the right direction?
View Replies
View Related
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:
Response.Write ("<a href=residentialind.asp?add=")
Response.Write (rs.Fields("address").value)
Response.Write (">More information</a>")
how to capture the entire field.
View Replies
View Related
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?
View Replies
View Related
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.
View Replies
View Related
I have an online B2B shopping site that I created using ASP. Because the order sheet is different for each customer, they must log in to access their online ordering site. My question is, is it possible to capture a session timeout when it happens and tell the user?
We are having problems with customers leaving their desk after they have logged in, coming back and filling out their order sheet and then submitting the sheet only to find out that the session has timed out. They then have to go back in and re-enter the products that they are ordering.
View Replies
View Related
I want to take the HTML source of a page and validate it and do certain things with it (all for good reasons!) much like W3C validators and such like do.
Trouble is:
* screen scrapes normally require 3rd pary component, and my host will not allow this
* my host does not support .net (which can do screen scrapes without a component)
My host does have cgi/perl support, so I was thinking I could:
* do a screen scrape using a simple perl script (suggestions please!)
* somehow get that to be submitted to an ASP page as form data
After that I can hack about with it as I see fit using the ASP.
View Replies
View Related
I'm trying to replace a JavaScript that checks screen resolutions with an ASP dito
I've tried the HTTP_UA_PIXELS (servervariables) but it doesn't seem to work. I haven't found how to do this anywhere and I guess it's simple but please tell me how to do this
View Replies
View Related
I need to write an application (VB script/ASP) that programmatically
operates a web site. In other words I would like to create my own interface
and use data from existing web sites. For example, the application will have
"to","from", "departaure" and "return" date fields that will be filled out by
an end user. The application then searches expedia.com, grabs results, and
displays it on my own screeen. Then a user selects flights and the
application routes the request back to expedia to book flights. The
confirmation number generated by expedia is displayed on my screen, etc.,
View Replies
View Related
This is going to sound like a really basic question, but at the moment my mind is running a total blank and i can't seem to find any reference to how to do it - but how, using VB Script, can I determine the height and width of the screen?
View Replies
View Related
My site seems to preload everything prior to displaying itself. I get a white screen for a couple of seconds and then, bam!, its all loaded and displayed.The same happens when the user navigates around the site. In between each page there is a white screen and a delay.is there anything I can do to minimise this white screen delay?
View Replies
View Related
Is it possible to determine a user's screen resolution?
View Replies
View Related
what i need to do is when someone hits my site, it must detect what that person's screen resolution is and according to that include a specific navigation.
View Replies
View Related
There is a problem which confused me for a long time. I have a web application built by ASP running on IIS, and most time it's OK.
occasionally when IE send request to IIS and then receive HTML from server it will stop with no reason. IE shows a white-screen and then I check the HTML source and find that only partially received. After I press F5 everything is OK again...
View Replies
View Related
I'm looking for way to get the users screen size in asp. Including something like
If screensize=800x600 Then
varscreensize = "800x600"
Is this possible with asp?
View Replies
View Related
I have an ASP page and a CREGReports002.vbs file coded to export data to
excel. I do this by building variables in a stored procedure. The ASP page
has text boxes, list boxes, and radio buttons. I also placed two buttons on
the form. One submits the form to redirect to the Crystal Web Viewer
(genCREGReports.ASP).
The other one executes VB code in a vbs document that
spawns some more code to run a stored procedure with the values from the ASP
page entries that where entered into the text boxes, list boxes, and radio
buttons and the launches ExcelOut.asp to export the data. All data is
captured except for the radio buttons. How do I capture the radio button
setting without submitting the form? What is the syntax to capture the value
from the radio button? Code:
View Replies
View Related
I need to capture the Script timeout error if that is possible. I know I can increase the timeout value in the server settings or in the scripts itself but I really want to make sure that no timeout situation will results as the standard script timeout error page.
View Replies
View Related
I am looking for some method to capture, into a variable, the entire URL of an http request and redirect to SSL. For example, if a user opens a browser and typed in
http://myserver.com/application/som...=893bdgt0248991
I want to be able to redirect to an SSL connection
httpS://myserver.com/application/so...=893bdgt0248991
View Replies
View Related
I am trying to capture the server restart event, so when ever it restarts, it connects to a web page to update its current ip address.
View Replies
View Related
i need to know that when i make some asp pages in .NET then i arrange all the contents such that it would capture all the space in the browser window. but it leaves some
space emty when i run this page in Internet Explorer. please any when let me know that hw can i slove it?
View Replies
View Related
I am not sure that asp is a right place for that question, so gurus will move it to proper section. But as soon as I display images using aspupload the solution probably will be also in asp. I do not have problem to show them on asp page, so it is not a problem of aspupload. Its just a general asp question:
Do you know any techniques how to display full screen images without using popup window?
I would like image to take all the full screen without any browser menues or explorer menu bars. Something like you see when screensaver turn on.
View Replies
View Related
I use a little asp script to get some site statistics ... essentially logging each session into a database using global.asa.
How do I capture the screen resolution in this setup ?
I know how to get the screen resolution in JavaScript ... but how do I combine javascript and asp within global.asa ? Or is there another way in asp to get the screen resolution ?
View Replies
View Related
How do I write " " to the screen? Here's my code:
string(right_array.count, " ")
It keeps printing like this: &
I've even tried this:
server.htmlencode(string(right_array.count, " "))
I just can't get it to work.
View Replies
View Related
I was wondering if there is any possible way to do this:
I would like some application on my server go out to a certain page at specific time intervals and scrape some data from it.
I imagine it would work similar to grabbing an updated RSS feed...except without the RSS. I would then like the scraped data to be stored in a database, or a text file, or an html page so the data can be pulled into another page.
View Replies
View Related