About Max Size Of Cookie

cookie has a limit size? if yes, how big?

View Replies


ADVERTISEMENT

File Size And Folder Size

I'm using Windows 2000 server n IIS I'm Using FileSystemObject of ASP in Server Every File and Folder has 2 Size when we get properties of any 1 actual size and Size on Disk.now my problem is when i get the file size from ASP object it give Size value but when i try to get folder size it gives size on disk and both values are different.

I'm creating a size to access limited size to upload files so i just check the folder size and then get size for those which are going to update by user then i will less those size to actual folder size to get remaining size.

View Replies View Related

Response.cookie In Session_onstart Event And IE 6.0 Cookie Acceptance

When I set a cookie in global.asa in the sub session_onstart, even if
I have "privacy" in IE 6.X set to "block all cookies" the cookie is
still set, and I can get it on other pages.

I can't find an article that addresses this as a specific issue. Why
does the browser get the cookie when it is set in the session_onstart
event even when I have "block all cookies" set?

View Replies View Related

Session Cookie Vs. Regular Cookie

I want to know what's the differences between session cookie and regular cookie.

In ASP, when we create cookie, we do the following to identify an user:

Response.Cookies("name") = value

Is this regular cookie? How about session cookie? and when to use which?

View Replies View Related

How To Get Size

how can I get size a file from any sites.
http://www.domain.com/fileblablabla.zip
I want to know what the size of file is by using ASP..
is there any way ?
or is there any free component ?
(But it must cancel immediatily after getting the size of file..
because maybe its size can be 50 Mb

View Replies View Related

Url Size Limitations??

I am using variable passing through the url, and as it is getting larger, I am finding that occassionally some values are getting trimmed. Is there a limit to how long a url can be?

View Replies View Related

FONT SIZE

how can I get different font size in the form method "select", "input"
instructions working under ASP? because when I check with the browser is too
big in the table.

============================================
<FORM method="post" action="../gallery/default.asp">
Select a category:
<SELECT name=""CategoryID">
<option" value="">Select Your Gallery</option>
<OPTION value="3">Digital Package</OPTION>
<OPTION value="6">others</OPTION>
<OPTION value="5">test</OPTION>
<OPTION value="4">Traditional Package</OPTION>

</SELECT>
<INPUT type="Submit" value="View Photos">
</FORM>
==========================================

View Replies View Related

Image Size

I am having a problem with this code. The problem I am facing is that
the first image is displayed in its original size. But when I click the
next button, the next image not displayed in its original size, but
being displayed as 100 x 100 pixels, same goes to the 3rd picture and so
on. Code:

View Replies View Related

Getting Image Size

I only need to know the height and width of the image.

It doesn't seem to be as easy as php's "getimagesize($imgFile);" method.

<%
'Copyright *c* MM, Mike Shaffer
'ALL RIGHTS RESERVED WORLDWIDE
'Permission is granted to use this code
'in your projects, as long as this blah
'copyright notice is included

function GetBytes(flnm, offset, bytes)
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFTemp = objFSO.GetFile(flnm)
lngSize = objFTemp.Size
set objFTemp = nothing

Set objTextStream = objFSO.OpenTextFile(flnm,1)
strBuff = objTextStream.Read(offset - 1)
GetBytes = objTextStream.Read(bytes)
objTextStream.Close
set objTextStream = nothing
set objFSO = nothing
end function

function lngConvert(strTemp)
lngConvert = clng(asc(left(strTemp, 1)) + ((asc(right(strTemp, 1)) * 256)))
end function
function lngConvert2(strTemp)
lngConvert2 = clng(asc(right(strTemp, 1)) + ((asc(left(strTemp, 1)) * 256)))
end function

function gfxSpex(flnm, width, height)
fileT=split(flnm,".")
if fileT(1)="gif" then
Width = lngConvert(GetBytes(flnm, 7, 2))
Height = lngConvert(GetBytes(flnm, 9, 2))
elseif fileT(1)="bmp" then
Width = lngConvert(GetBytes(flnm, 19, 2))
Height = lngConvert(GetBytes(flnm, 23, 2))
elseif fileT(1)="png" then
Width = lngConvert2(GetBytes(flnm, 19, 2))
Height = lngConvert2(GetBytes(flnm, 23, 2))
end if
gfxSpex=true
end function

if gfxSpex("images/urlogo.gif", w, h) = true then
response.write w & " x " & h
end if
%>

Which is a little bit shorter, and seems to work ok so far, but isn't there anything easier, like php's "getimagesize($imgFile);"?

View Replies View Related

Listbox Size

I have a drop-down with 40 option values and only one option should be selected of the 40 options. The list size should be 1.

When I click on the list, it drops down 30 options (a very long list) with a scrollbar for the last 10 options.

Is there any way, when I click on the list it drops down only 5 options (as if the list is of size 5) and allow a scrollbar to browse the remaining 35 options.

Code is:
<select name="deplist" id="deplist"
<option value="Commerce">Commerce</option>
<option value="Instru">Instrumentation</option>
... similar such 38 options
</select>

View Replies View Related

Setting Img Size

I need to set the image size in the following line. When I try to set the
img to 75x75 I am getting an error. The line I'm having problems with is :

Response.Write "<a href='" & imageFilePath & strPicArray(0,x) & "'><img
src='" & thumbFilePath & strPicArray(0,x) & "'width="75" height="75"></a>"

View Replies View Related

Limiting Size

How does one limit the amount of characters being entered into a <textarea>. I know we I can maxlength="50" an <input>, but what about a textarea?

View Replies View Related

Maximum Size

I need a general code for limiting an image size in pixels.Uploaded Images from people may not be larger on width than 400 px.
If so than a script would minimize them to 400 but if they are 260 px then they of course appear in 260 px

View Replies View Related

How Do I Get A File Size

How do I find out the size of a file. I can get listing of files in a
directory but I cannot figure out how to get the file size also.

Here is what I have so far.
<%
Set MyDirectory=Server.CreateObject("Scripting.FileSystemObject")
Set MyFiles=MyDirectory.GetFolder(Server.MapPath("test"))
For each filefound in MyFiles.files
Response.Write filefound.Name & "<br>"
Next
%>

I don't have any books for reference here. Can someone point out a good
online source?

View Replies View Related

Asp Get Image Size

i have a page that displays an image. the image path is a variable passed in the url link. eg. enlarge.asp?picture=http://www.hey/.com/you.jpg
and the window it opens works. but id like to try and get the enlarge as to get the height and width dimentions so i can call a new window to opena popup and ill dynamically have the images dimentions to scale the popup to fit.
and right after the javascript calls a new popup window itll use a close window function. and since it happens before the head tags it should be seamless as if i had a regular link calling a popup.

View Replies View Related

Table Size

I have these two tables in a SQL database. i.e. tbl_A and tbl_B
I need to create an ASP page that will tell me the size of each table and then the combined size of both tables.How do I accomplish this?

View Replies View Related

ASP File Size

Is there any limit of file size or lines of code in asp.

View Replies View Related

Size Array

I have a variable named numdata that contains an integer value. Now I want to create an array with the size of numdata. Example: If numdata is 25, then the array should be test(25). Unfortunatly test(numdata) doesn't work.

View Replies View Related

Get File Size!

i am using the file type input and an asp upload component to save the file from client machine to server machine. if user type the file name or path that doesn't exists, the upload component still create a file on the destination but that file is empty. Now, how can i determine the size of the file saved on destination.
OR
its alternative is that can we restrict the user to type the path and file name. i mean the text field is disable and only browse button is used to select a file.

View Replies View Related

Adding Size

I have just finished building my first shopping cart in asp and MS Access. Originally the shopping cart was to be built for products with no size and colour, however as usual the goal posts have moved and I now need to incorporate a size and colour option for each product. Could anyone explain to me how I can go about doing this i.e. adding the different sizes and colours in the admin website and then linking them to a specific product when it is displayed on the products page? I know they both need to be in a dynamic drop down box when displayed on the products page within the shopping cart, but I am just wondering how to read the correct values out from the table depending on which product is being displayed. I have a normal products table at the moment with general fields i.e ID, name, description etc.

View Replies View Related

Font Size In ASP

i have created a login page which works great except it looks really ugly in IE. I am trying to make the text size smaller but i have tried everything and it doesnt work. below is my code:

View Replies View Related

Upload Size

I wnat to upload file in large size ...

View Replies View Related

Size Of Recordset

I am trying to create an array the size of my recordset. I tried the following:
dim myArray(get_notes.recordcount)

I then figured that it was that I needed to initialize this after I got the records. This did not work either, I keep getting the following error:
expected integer constant

Any Ideas on how to create this array to the correct size that is dependant on the the size of the recordset?

View Replies View Related

Size Of A File

given a filename on the server, how would you use the filesystem object to determine its size?

View Replies View Related

Pop Up Form Size

I have an asp app that uses several pop up forms. They are supposed to be larger forms, but on some machines, all using IE, they display a lot smaller than they should be. Here are some of the behaviors that I am experiencing:

* It doesn't seem to matter what resolution the client is set for.
* It seems to come and go.
* It's not consistent across operating systems or browser versions; all
client machines use IE 5.5 to 6.0.

Where can I set the size for popups so that I can be sure they will display at their proper size?

View Replies View Related

File Size

How can I get the size of a file using Scripting.Filesystemobject. If not,is there a way that I can using ASP?

View Replies View Related

Max Size Of Array

Is there any limitation to the maximum size of an array in ASP?

View Replies View Related

Specify Size Of New Window

I have a link which on clicking will go to a new page as in my example below. however i want to open it up in a new window and also specify the size of that new window. how can i do this in ASP? i dont wnat to use Javascript cause I have an ASP variable, strURL, and need to send that to the page. Code:

<a href="<A href="somepage.asp?link=<%=strURL%>">email this page</a>

View Replies View Related

Size Of Image

I have a table full of pictures with urls to images. Any idea how I could find out the dimensions of the images? i want to design tables to show them in a better way.

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

Set Window Size

I have an VBScript in an ASP file which determines the dimensions of an image file on the server.

How can I set the correct window size before it becomes visible? I want to avoid displaying a window that visibly changes its size. I would rather set the correct window size before the window becomes visible. How do I do that?

View Replies View Related

Get Screen Size

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

Checking Page Size

Is there some code to check the page size of some webpages i am opening using asp or javascript?

I want to check that they are all over a certain amount (ie: they display something, and not just a blank page. )Also some code to make sure that the page is still valid (ie: It does not display "Page cannot be found")

View Replies View Related







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