Resize A Frame

i have A page that show List of many field from database and i have frames : Top , Left and Main Page. I think it's tired to see the fiel with horizontal scrolliong too long. I wonder that the left frame can be resize to Left(Close to left) then i can open it again. But I have no idea to doing that.

View Replies


ADVERTISEMENT

How To Resize All Images Sizes And Coordinates Of The Images On Resize Browser

My page have background image,on that image have more images and text. My problem is whenever resize browser that images are not resized and also not moved correct place .(i.e look not like before alignment).I want to do everything in dyanamic....

View Replies View Related

How Reload Left Frame When A Form Is Submited On The Righ Frame?

I got a asp page that has right and left site frame. I got a form in the right side frame and i want it reload the left frame when the it got submited .The left side frame displays that content of newly sumitted form.I be happy if some one help reload this left page when a form got submitted in right side frame with out using any auto refresh.

View Replies View Related

Update Frame From Another Frame Using ASP?

Is it possible to update one frame from another with ASP code? If so, how do I write the code?

View Replies View Related

How To Redirect From 3 Frame Page To Single Page Frame?

I built some Web site that includes 3 frames page. After a user
sign-off I want to redirect him/her to a single frame page. When I use
Response.Redirect command, I am getting the redirected page as a frame
and I still see 2 other frames.

How to get rid of other frames and display only a single frame?

View Replies View Related

Image Resize

What is the best image resizing tool is out there? I want to resize images in ASP page when users upload them into some directory.

View Replies View Related

Image Resize

I need to resize images to a fixed width.
How can I hold the aspect ratio?

View Replies View Related

Image Resize

I have a page that displays a image from a folder. If the image is over a certain size I want to resize it to a given size, but if the image is smaller than the given size I set I want it to stay the same. Any ideas?

View Replies View Related

Image Resize

Has anyone managed to get ASP to do an image resize ? I know its possible easily in .NET, or by purchasing a COM object, but my server cant have either of those.
Looking to automatically create a thumbnail when a user uploads an image.

View Replies View Related

Resize Image

Can someone help me out in resizing the Gif images.

I actually eant to resize the gif image and save in a separate folders.

View Replies View Related

Image Resize

I need code that simply resize image with same ratio. My server has ASPImage 1.5 component.

View Replies View Related

Image Resize

How can i resize a picture with asp, i mean i store the picture into the database, and when i display it, i just resize it from html, but it does not look good, not focused... basically how can you make a thumbnail..?

View Replies View Related

Resize An Image On Upload

I need a pure ASP (no com, or dll objects) solution that not only allows me to upload an image, but also resize it.....

View Replies View Related

Image Resize In Browser

I have an ASP page where I am displaying an image submitted by a user. I don't know the width or height of the image - they are variable. However, when I display the image, I want to shrink it to a particular size if it is wider than one of my page elements (say, 130 pixels).

I need to detect the width of the image and then display it with a WIDTH attribute if it is wider than 130 pixels. Anyone know a way to do this with ASP, without using a 3rd party component? If not, know how to do it with Javascript?

View Replies View Related

Resize The Image And Save

I have problem with resizing a picture and don't know what the problem with the following code:

dim fs
dim sourcefile
sourcefile = uploadsDirVar & filename
set fs=Server.CreateObject("Scripting.FileSystemObject")

'to access the data of the image
dim iwidth, iHeight
dim myImg

if fs.fileExists(sourcefile) then
set myImg = loadpicture(sourcefile)
iwidth = round(myImg.width / 26.4583)
iHeight = round(myImg.height / 26.4583)

if (iwidth > 250) then
iHeight = (iHeight * 250)/iwidth
iwidth = 250
end if

If (myImg.Width > iwidth) or (myImg.Height > iHeight) Then
If (myImg.Width / iwidth) > (myImg.Height / iHeight) Then
myImg.Resize iwidth, 0
Else
myImg.Resize 0, iHeight
End If
End If

myImg.WriteFile sourcefile
set myImg = nothing
end if

set fs=nothing


when i run it, the following error occur :

Object doesn't support this property or method: 'myImg.Resize'

View Replies View Related

Image Upload With Resize

I need help to do a upload image with image resizing (for the thumbnail view). our hosting provider supports file SoftArtisans upload component. How can I do the my task

View Replies View Related

Auto Resize Web Page

Has anyone developed a web page that automatically senses the screen resolution of the incoming browser and dynamically resizes content accordingly? For instance, an 800x600 resolution user might see 3 columns of product thumbnail images, whereas a 1024x768 user would see 4 columns. Of course, the thumbs are data-driven. Is this possible and/or advisable?

View Replies View Related

Picture Resize And Upload Using ASP

I have a web page which'll allow a user upload some pictures. Problem is, different users have different sizes of pictures. I was wondering if there was a way to resize the picture just before it is saved on the server? If not, then is there a way of resizing it just when i'm about to display it?

I googled around a bit but all i got were sites which had components that would help me do just that. I don't want to use components cos my host won't allow me use any external components, just want to use pure ASP (or maybe js).

View Replies View Related

Is Posible To Resize An Image Without Any Component

I am trying to resize images without componts in ASP, but I couldent find anything that can do that.

View Replies View Related

Resize Photo Store On Server?

I have a Windows 2000 server. My ASP application allows users to upload a photo for display to other users. Unfortunately everyones photos are different sizes. I'd like to resize the photo to 150px wide while maintaining the aspect ratio of the photo.

Is there anything built into IIS/ASP that will allow me to do this? If not, is there a free DLL, etc. that I can add to the server?

View Replies View Related

PDF Creation :: Format The Text Or Resize It

Is anyone having problems with formatting text using the ASPPDF component? I am having problems when it fills in the pdf form from data entered through a form. For some reason it doesn't allow me to format the text or resize it...

View Replies View Related

Resize Popup Window To Fit Text

I have a popup window that is used to display text from a database. Some times it can be a few words, sometimes it can be a hundred words. What I would like to do is resize the popup window to fit the text. Well actually it is just the height that needs to be resized. I have set the width to 600. I have put the text in a table and I was thinking
I could set the height of the window to be the height of the table plus some for room. I don't know if that is possible.

At first I tried to count the number of lines and multiple by a factor by that doesn't work so nicely because I was getting the number of lines by dividing the number of charaters by the maximum number of characters in a line.

View Replies View Related

Resize Uploaded Images Without Server Component

My host offers the 'Persists ASP-Upload' component, but not the 'ASP-Jpeg' component. I can therefore allow users to upload images which can then be saved on the server.

What I need to do however, is resize their images before they are saved, so that their pixel dimensions are correct. Is there a way to do this without having the ASP-Jpeg (or similar) component installed on the server?

View Replies View Related

Auto Resize Dropdown List Of A Combo

Any code snippet or help link available on how to auto resize the dropdown list part of the combo(<select>) ?

Or, is there any alternative techniques for displaying the full lenth text when dropdown the combo?

View Replies View Related

Another Frame

I have two files index1.asp and index2.asp (Both contains html 3frames)
index2.asp have fame name like this(top,middle,bottom)
[B](in middle frame I'm showing grid1.asp file.)[/B]
I'm showing asp files in these 3 frames.
I'm getting database records and i want to pass "ID" of these database records in index2.asp(middle frame, grid1.asp)
And i want to get this "ID" in middle frame in index2.asp
How can i get?
this is the code

this is index1.asp
<%response.Write("<a href=""grid1.asp?strID="&rs.Fields("ID")&"""target=middle>"& a &"</a>")%>

and getting values of this ID
this is grid1.aspstrID=Request.Querystring("strID")
s = "SELECT * FROM Alphabit where ID="& strID
set rs = conn.execute(s)
it is showing me an error
"Syntax error (missing operator) in query expression 'ID='.
"

View Replies View Related

Target Frame On ASP

I have a page with 2 frames, F1 and F2. On F2, I have 2 more subframes, F2A
and F2B. If I click a button on F2A, I want to open the page on the whole
F2. I use parent.frames.F2.location.href but it doesn't work.

View Replies View Related

Link Out Of A Frame?

If you have a webpage with frames, say a footer frame that contains links,
how can you get out of the frame if you click on a link in the footer. The
it works now, is if I click on a link, the page loads inside the small
footer frame. I'd like it to just get rid of the frames completely when I
clickon the link. Any clue?

View Replies View Related

Frame With Javascript

I have a program created by Autodesk that uses alot of ASP & Javascript. The program uses an Ajax Viewer to pass a selection set through several files eventually making it to a file called "propertyctrl.aspx", inside that file, it passes to a file called "propertyctrl.templ", which once inside of it, just appears to be Javascripting. So, here is what it is supposed to do:

A user clicks a polygon inside of the ajax viewer. Once clicked the property dialogue box populates the "Name" field, and "Value" field from the properties of the object that was clicked. It looks a little like this: ....

The problem i have is the property dialogue box leaves alot to be desired. Its very basic, what i would like to do is somehow pass the values to another place and rework it so it looks more like this: ...

I have a feeling all i have to do is intercept the code at the property box window and change them to variables that i can then use in HTML, but i am not sure. Below you will find the code for both the propertyctrl.aspx and the propertyctrl.templ file...

View Replies View Related

Target Frame

Is there a way in ASP to figure out if a page that is being loaded is being loaded into a frameset? I know I can code this in javascript,but I would prefer to only inject a chunk of 'onload' code in the body tag if infact the page is being loaded in a specific frameset.

View Replies View Related

Refresh Another Frame

a way to redirect another frame like "response.redirect" in VBScript?

View Replies View Related

Inline Frame

I have a simple web app that consists of an index.asp page that contains in inline frame and several supporting .asp pages. none of the asp pages really include any asp code.

I am trying to set the session.timeout value in my global.asa under the session_onload sub. I am trying to set the timeout value to 1 minute just for testing purposes. In the end I would like the user to be redirected to a timeout page when he/she clicks on any of the links after the 1 minute timeout has been reached.

View Replies View Related

Reload Frame

The page has Top frame (input) and bottom frame (result). The input html page send input to asp to generate result to bottom frame. The page works. But i wish to refresh bottom frame once i click the submit button to see the result by the java function

<script language =javascript>
function button1_onclick()
{
window.parent.mainFrame.location.reload();
}
</script>

But the bottom frame does not reload. is my logic wrong? is it conflicted with form action or method?

View Replies View Related

Redirect In A Different Frame

I am trying to redirect in a different frame when my users are logging in. I used this code, but this doesn't work properly. Well, the asp works fine but just don't display in the frame I want it to. Code:

View Replies View Related







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