Prevent Resizing Of <TD>

I need a help to prevent resizing of <TDwhen i post inside this <TDhtml text of other web page.

View Replies


ADVERTISEMENT

Uploading And Resizing Pic

My client wants me to add a functionality which would enable him upload and resize the pictures. His server is having ASPUPLOAD and e-kov components intalled. Also he doesn't want to write files to the disk and save only to memory.

I can use ASPUPLOAD's functionality to save files in memory or save files in the database. My question is how can I access a file so that I can resize the image using e-kov software. And when using 'upload.save' only, without path, it saves the file virtualy but where does the file and how to access it.

View Replies View Related

Resizing GIF Images

I currently use ASPImage and resize JPG files with no problem. How, though, do I resize GIF images? Is there a different component?

View Replies View Related

Image Resizing

I have been using Imager Resizer....

View Replies View Related

Image Resizing In ASP

Recommend me a good free image resizing tool you've been...

View Replies View Related

On The Fly Image Resizing

I have a load of images on a server, but I don't want to resize the original images. I want to display the images on a page but at a reduced size.

Just forcing the browser to display the images at a smaller size using the width/height attributes is not really acceptable as the picture looks like *** (a technical term if ever there was one :P).

Ideally I want to see if there is the functionality to properly resize, i.e. resample?, the image on the fly. Im not interested in storing the images just resizing and displaying.

View Replies View Related

Resizing Images?

I have a web page which pulls images from a access database.

The images are displayed on the page from a recordset (objRS("Thumbnails") - Thumbnails being the field in my database that holds each image.

However, because I want the images display in thumbnail format, it means I have to open Photoshop and resize each image to thumbnail size (100 x 100) before adding them to the database.

Is there a way in ASP that I could code so that each image brought in from the record set, no matter what size, will display at 100 x 100px so I don't have to manually resize them to thumbnail size myself?

View Replies View Related

Image Resizing

I'm designing a site in asp where the user can upload an image and the page will read from a database and show the image. The problem is that all images are odd sizes and the image is being stretched when displayed on the page. I want the page to intelligently resize the image so that it will fit within the confines of a frame. I've tried all sorts but nothing seems to work.

View Replies View Related

Image Resizing On The Fly

I realise that ASP can't dynamically create images on the fly using ASP code. I am considering getting a DLL file to do this for me. My question is this: do I just place the DLL on the server with my ASP file? As DLL files need registering, how does this work with using a web server? I have a folder called cgi-bin on my server.

I realise this is more a question for my webhost but I have never used a dll before and wondered if anyone could shed some light on what is involved?

View Replies View Related

Resizing Image Proportionally

making the image proportion to its size...

View Replies View Related

Uploading/resizing Images

I've been looking for ages for decent serverside (or clientside I suppose,) software for uploading images. I need the software to make thumbnails of the images too.

I'm making a property website product and I need to make it easy for the user to upload pics by browsing to them and selecting them. When he/she adds the info and photos the thumbnails will be made automatically ....

View Replies View Related

Image Resizing And Uploading

I have a register module where user can register with their information and they have to upload their images.

1. I need to know how i rename that image and upload to server with that new name.
2. how to i change the image's height and width and then upload that image.

View Replies View Related

Resizing Linked Images

I've been tasked with the challenge of re-sizing images linked via BBcode on the fly. I have compiled a list of functions that do individual components of this task, but stringing them together has proved, well, a challenge.

I discovered this code that will re-size the images, however this will need to be added on an ad-hoc basis, and the fact that the image name appears twice complicates the usual system I used to add the code.

Usual way of replacing the code (inside a function):

Code:

vText = Replace(vText,"[ img ]","<div align='center'><img align='middle' src='")
vText = Replace(vText,"[/ img ]","'></div>")

Image resize code:

View Replies View Related

Image Resizing Component

I need to install a component which will upload and resize images (jpegs). I don't need too many bells and whistles but would like one which is reasonably good at keeping the file size low (or lets me set the compression options).There's quite a few out there, has anyone any recommendations?

View Replies View Related

Resizing Activex Controls

I have a sysmon activex control inside an ASP page. When I resize the window, the activex control does not resize itself to fit the window. Does anyone know how to make the activex control automatically resize to fit the window?

View Replies View Related

Two-Dimensional Array Resizing

how do I resize a two-dimensional array? The array I'm working with is "data(X)(Y)" where X is 0 or 1 and Y grows to a dynamic number.If "data(1)(highest element)" IsNull, then I need to strike it from the array. I believe this should be doable by simply resizing the second dimension down by one. Through researching I established the following set of code:

I = UBound(data(0)) - 1
ReDim Preserve data(2,I)

But it results in a "Subscript out of range" message on the latter line. Short of looping through and building a new array.

View Replies View Related

Dynamic Iframe Resizing

I have a script on a site that i am redoing and have used an i frame that resizes depending on the size of the page that is loaded into it.

I would like to use an existing asp driven page from a realesate site to laod in to the iframe as the "listings" section; however the frame will not resize. any sugestions? Code:

View Replies View Related

Resizing Automatic Reformatting

What is the difference between the HTML <table> and ASP <asp:table>? I've just shifted development environments from DreamWeaver to Visual Studio. I've put together a page by dropping elements directly onto the grid, but I get no automatic reformatting. My old technique from DW would be to put it all in a table for formatting, but I find that clumsy in VS.

First, they have both html and asp table controls, and I don't know the difference between them. Second, the two controls are rendered on the design page differently, and I really can't tell what they are going to do. Third, the asp:table is shown without any rows or columns. What's up with that?

View Replies View Related

Client-side Image Resizing

My company works with a lot of estate agent websites and other projects that require images to be uploaded by the client (and their employees). We have been searching for a client-side resizing application (such as a Java applet) that can perhaps create a thumbnail, as well as a smaller version of the original file and then upload these two images to the webserver.

There are plenty of php and perl Applets that do this, but none that can submit to an ASP form.

View Replies View Related

Uploading / Resizing / Thumbnail Images

I am working on a gallery and am uploading pics. Is there any way of resizing the resizing image eg make a thunbnail from the image been upload. Also can I rename the image so that images aren't overwritten.

below is the code I am using.....

View Replies View Related

Upload Component And Resizing Images

is it possible to resize images uploaded in the dundas component or any other upload 3rd party component.

Also i woudl like to be able to rename them and put in specific folders?

View Replies View Related

Resizing Images In Upload Process

Can this be done? I have designed a site that displays images in a specific dimension, but the majority of site visitors either disregard this requirment or don't know how to resize images. Is there a way to upload in image and then physically resize it to whatever I want?

View Replies View Related

Resizing Images And Displaying As Thumbnails

i pulled this out from an archive but without any comments or instructions on how to use it. any ideas. Code:

View Replies View Related

Prevent Printing

Is there a way to prevent the user from printing a page? I have a form that I would like to make it impossible or very difficult to print out.

View Replies View Related

Prevent Error

I am a webdesigner.We have recently taken over a site created in ASP. The site remains on the original server, but my company does the updates on the site.I do not touch the ASP at all, as I not familiar with it other then I know ASP automatically becomes html when you view it from the browser and u can save the file from there.Anyways, I edit the pages as required, new text, new photos, new links, and create new pages (any new pages I create in html if not tied to the database). I save the pages with a .asp extension and upload. This does not seem to mess anything up.
The person who hosts the site, is upset that someone else is editing the site, so he's really not easy to work with. Anyways, after uploading files, everything works fine, and then a day later, all of a sudden, any .ASP pgs you click on give the following error or similar pasted below. What I'd like to know is if these errors are because of me..and if so, how do I prevent it.

View Replies View Related

Prevent Excel

I've got an intranet application that presents a list of files in sort of a 'central repository' web page. Each file is an href in the form
<a href=file://server/share/path/filename.ext>.

When the user clicks on an excel file,it is opening within the browser,which unforntuntely confuses the heck out of them because the usual Print/Print Preview menu options are not available. I would like the user to be presented with the typical Open/Save dialog when clicking on this link.

Is there any way that I can force the browser to do the same thing as 'Save Target As', without modifying the user mime configuration in IE (another common suggestion), or hosting the files on the web server?

View Replies View Related

Prevent The Duplicate Value

i have a form by asp and database by MS access.so i want to prevent the duplicate value in empID because when i add a new employee with the same id ASP gives me this error.

Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Driver] The changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationship. Change the data in the field or fields that contain duplicate data, remove the index, or redefine the index to permit duplicate entries and try again.
/employee/admin/addemp1.asp, line 48

so i want the employee to get a message like this empID already exist or somthing like this.

View Replies View Related

Prevent Caching

If you look around on the web for advice on cache-control and using 'Option Explicit' you get a paradox. Both features are supposed to be the first piece of ASP code on the page. Well they can't BOTH be first can they?

View Replies View Related

Prevent Flooding

What would the logic be to prevent flooding? On my forum they have a timer, so if the user has submitted a post, it starts the timer, and after 30 seconds it will allow him to post again.

When the user comments, record the date in a session (StartTime) and when the user tries again, DateDiff in seconds to see if the Now() time is more than 30 seconds after the StartTime. If it is, clear the session.

View Replies View Related

Prevent Same Session Var

i tried to open Window B using window.open() from Main Window. And from Window B i open another new Window C which fires up session("topic")="something"

So i tried to open another window link from Main Window, and the session("topic") value is still the same. how can i overcome it? Beacuse im using same session("Topic") var for all the sql query statement. so if 1 window is opening and another different session window start, it will overwrite it each other.

View Replies View Related

Prevent Posting

How can I prevent posting of a form from any other site but the site the form lives on?

View Replies View Related

Prevent Any Type Of Error...

How can you prevent the database error from displaying on
screen? Can you redirect users to a more friendly error
screen that is custom created. Using ASP/SQL Server. For
instance, if the database cannot be found, instead of
displaying,

Microsoft OLE DB Provider for SQL Server error '80004005'
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not
exist or access
denied.
/myConn.asp, line 7

Can you make it to where you could display something like
this:

"I'm sorry, a database error has occured, please try your
request later, click hyperlink for list of possibilities."

View Replies View Related

Prevent File Download

Currently i am doing a file management project where user are able to create folder and upload files to it. The file ownner would be able to set permission (from database linking to the file path) if a user able to download it or not.

*each file info will be stored into a table e.g. fileid, filename, path, access.

Now i am facing a problem where if a user does not have permission to click on the link to download, the user can guess the path and the file name and directly type the path on the address bar to download the file.

View Replies View Related







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