Picture Viewer

i would like to know where i could find a picture viewer that has a data base and shows thumbnails and when a user clicks on it the picture opens up bigger for the user.

View Replies


ADVERTISEMENT

Using Java Viewer

I have a web app that is coded in ASP and I use Crystal 8.5 to launch the report in a windows 2000 server.When a user launches the report it would crash the system stating 'would you like to report to Microsoft' the reason this error comes up is because the user has crystal report installed on their PC, and if you don't have Crystal installed locally then the report works.To resolve this problem I think I would need to use the Java Viewer instead.

View Replies View Related

Dynamic Jpg Viewer

I?m working on gallery working on flash .In order to show pictures in full size I like them to be opened in a new HTML page. the HTML page should have a special design (closeing button, logos etc.).I got no problem sending the picture URL out of flash to the server. The question is how can I send a design HTML page back to the user with the spesific picture in it?

View Replies View Related

NNTP Viewer

I would like to add usenet to a forum I have.Is there any tutorials that will show me how to download the NG data,etc. or even if possible a (free*) application to run it.

View Replies View Related

Crystal Rpt: Export To PDF Without Viewer

In ASP, how do we export Crystal Report dynamically to PDF without using any viewer in between?

View Replies View Related

External Viewer Application

i have an asp page to list the result of search page.when i click on a link(href) , which is a 3D CAD file located in a directory ,it should be opened in a new page.This page shld support a 3D cad viewer in built in it.how to inbuild a CAD viewer in the HTML page?and view the link in that page

the code goes like this :

<TD> <a href ="prev.html" target = "new window"> <%=Rs(k).Value %> </TD>

This Rs(k).value is a link to the 3D file (eg. "C:Directoryfile.dwg").When this file is clicked,the value of Rs(k).value has to be passed to the "prev.html" page and the file must be opened with "3D file viewer".How to inbuild the CAD viewer into my HTML page and how to pass the Rs(k).value to that page?

View Replies View Related

Inbuild An Application Viewer

how to inbuild a 3D CAD viewer in my html page?? I have a search page that results all links to CAD files.. hen i click on the link the hyperlink CAD file should open in a page that supports this viewer inbuilt in it.

ie) the CAD files cannot be seen otherwise without this viewer. itz similar to opening an image file in paint editor..which is in built in my web browser..so that when i click on the image file link, the page will open in that browser which supports the paint editor.

View Replies View Related

Event Viewer Logs

how can I make a query in windows 2000 event viewer logs by asp?

View Replies View Related

Crystal Viewer Shows Blank Report.

I have an asp page that I use to build the sql criteria for a Crystal report version 10.

The report writer page takes the criteria and supposedly passes the sql string with a where clause to the page that hase the viewer. Here is the code where I pass that script to the report viewer page: Code:

View Replies View Related

Header Properties In The Crystal Reports Viewer.

I want to dislay a query from a database in asp, with the crystal reports viewer.

i can see the report in the CR viewer, but the headings are overlapping each other.

what kind of properties do you have for the report header? Or does somebody know the
sollution? Code:

View Replies View Related

Picture

How to change the blank place on the site when hasn't got the picture in database?

View Replies View Related

New Picture Each Day

does anyone know any script I can use to achieve the following:

I have several pictures (many hundreds) that I would like to display on my homepage - a new one each day. I have tried several scripts but many of them only allow for 7 images (one for each day of the week) or one for every day in a month.

Are there any scripts that will just accept a long list of images and display the next one on the list until it gets to the end and begins again?

View Replies View Related

Authentication Picture

I have seen on many websites the use of some sort of program to generate a
random character string distorted and warped with lines making the resulting
graphic ideally only human readable.

The theory is to prevent automated login programs.

I don't know what they call this type of component so I really don't know
how to google it. Do you know any source for this type of thing?

View Replies View Related

Uploade A Picture

i describe just my hole problem in the title
I want to uploade a picture from a computer in to an access database on
server, and even know, that I have to use "FiletoField" but don't know, how
have I use this? and didn't see any example codes, which I understood.
I use for my codes "aspsmartupload"

View Replies View Related

Picture On Web Page

i m making a web page for which i need to show picture of each record, on web page, pictures are in access database

View Replies View Related

How To Use A Picture As Button

I would like to put a picture on may page and I would like to use this picture as a button to execute an sql query, so when you clik on the picture you will hace displayed in the next page the product in the data base and other info like price for example.
I have this code to access the data base but I do not know how to use a picture s a buton to use it. Code:

View Replies View Related

Adding Picture

I need to add a ppicture to my Database.. The table is accessed through ASP Recordset but having troubles trying to insert an individual picture to each record?

View Replies View Related

Picture Management

Has anoyone ever tried to create an asp page that displays images that
either displays them as a slideshow or on a long webpage?

I have an html page that displays my pictures, but as there are many of
them which are large and my bandwidth is restricted I want to download
them and display them one at a time. Currently it the client tries to
download them all at the same time, or four at a time. This slows down
the downloads to an unbearable rate.

Is there a component that allows you detect when an image has been
downloaded and then allow a trigger to start downloading the next one?

Any Ideas?

View Replies View Related

Display Picture.

Currently I have a webpage that pulls information from a database. The records are all true/false. Right now I just use the response.write function to display my recordset.

I am looking to do the following, but am unsure how too:

If recordset = ("true") then
display check.jpg <----- I am unsure on how to display a .jpg
end if

if recordset = ("false") then
display x.jpg <----- I am unsure on how to display a .jpg
end if

View Replies View Related

Picture In To A Textbox

how to develop a form where we can enter text and also paste a picture?how can we take unlimited matter in a text box?wat data type should we use?

View Replies View Related

Uploading Picture

how to upload images and store it in a server folder or database.

View Replies View Related

Store Picture

i found that OLE won't work. any alternative?

View Replies View Related

Display A Picture If

I want to display a picture if there is no information in the record, if the record contains info I wish to display that information. The code so far: Code:

<%
If rsdvd("stock") = "" then
Response.Write ('" & <img src="images/out.gif"> & "')
Response.End
ELSE
Response.Write (rsdvd("stock"))
END IF
%>

View Replies View Related

Picture Size With ASP

I wanna do an ASP page , which will find out the Image size of a link. lets say someone gives a link to an Image. just for example, I want to get the Image Size (Height and Width) How to do that?

View Replies View Related

Adding A Picture

I have a piece of javacode that i found that is a hit counter. At the momment when i run the page i see a small box with the red cross-picture can't be found. Does anybody know how i can add a picture to this piece of code please? Code:

View Replies View Related

Rotate A Picture

When I load an asp-page I want to rotate a picture in the page and display it at a given angle. The angle is read from a table in a sql-server.

I have the angle, but can't find any way to rotate the picture. Angle is given from 0-360 degrees.

View Replies View Related

Displaying Picture

I have a list of thumbnails that I display in RightFrame. If you click on one, it will open the large picture in LeftFrame. I hate frames.

How can I do this without using frames with JavaScript? I know it's probably a lot to code.

View Replies View Related

Display Picture

is this the correct way to display picture?

response.write("<img src="a.jpg">")

View Replies View Related

Jmail - Attaching A Picture

I am trying to send email with Jmail component i am attaching a picture with it and its not working and giving me an error which is as follows

jmail.SMTPMail error '8000ffff' Cannot open file C:InetPubDevSecureBelord
hino_small.jpg ....

View Replies View Related

Picture Printing On Asp Pages?

I have some problem .now if my database is ms access and if i save myaddress(picture) and if i take this value from database and print this path using response.write method then i getting picture on asp page.but my querry is how can i save picture in access database and how can i retrieve that picture from database and print it on asp pages.

View Replies View Related

Upload Picture Database

I have this page/form in asp that connects to my ms access database that I would like to have it either a) upload a picture or b) display the picture if one's already uploaded. I'm looking for direction on this and have no idea where to begin or even what's what. Can I upload a picture into the database?

View Replies View Related

Dynamic Picture Gallery : How To

I have developed an asp dynamic picture gallery, which reads the contents of the folder on the server & if they are pictures, display their thumbnails in the html table, on clicking any thumnail, you 'll get the big picture.

I didn't use any database in it, while I did it with File System Object of ASP, is it a right approach to develope. Because we are showing the contents of our web directory of server to the end user. or some server can create trouble for us while reading content from server hard disc...

View Replies View Related

Security Using A Random Picture

I'ld like to know how it is possible to create (in asp) a random picture which will contain figures and letters. I want to use it when a client confirm his inscription on my site (just like when one sign in yahoo mail.)

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved