Wed Jun 28, 2006 2:37 pm
Replies: 5
Views: 16864
spoulson - the whole point was that the user was going to uploading the picture to assign to their profile - so doing a max width does the auto thumbnailing. The site isnt so large that I am worried ...

Tue Jun 27, 2006 11:28 pm
Replies: 5
Views: 16864
I figured it out - incase anyone has the same problem - you can use this code:

.picture {
max-width:130px;
width:expression(130 + "px");
}

Tue Jun 27, 2006 7:25 pm
Replies: 5
Views: 16864
I am trying to determing if an image is landscape or portrait and then tumbnail to either 130x97 or 97x130 dependant on whether or not it is landscape or portrait.

Any ideas?? Confused

Fri Jun 23, 2006 3:53 pm
Replies: 5
Views: 29266
AWESOME! Thanks so much. I finally got it working.

Fri Jun 23, 2006 1:57 pm
Replies: 5
Views: 29266
I figured out how to get the form information to pass (incase any one needs it) you have to use Upload.Form instead of Request.form: oCompany = Upload.Form("oCompany")

My problem now is that it is ...

Fri Jun 23, 2006 1:57 pm
Replies: 5
Views: 29266
I figured out how to get the form information to pass (incase any one needs it) you have to use Upload.Form instead of Request.form: oCompany = Upload.Form("oCompany")

My problem now is that it is ...

Fri Jun 23, 2006 5:38 am
Replies: 5
Views: 29266
I am trying to insert everything in to a database AND upload a file at the same time. When I add the ENCTYPE="Multipart/form-data" to the form and try to upload - it wont pass the other form variable ...

Fri Mar 03, 2006 4:29 am
Replies: 2
Views: 18216
I am trying to select upcoming birthdays. I have the birthdate in the database as a date/time field. oMonthDay is equal to todays date (ex 3/2/) with no year. Any suggestions on how i can get the u ...

Fri Feb 24, 2006 2:03 am
Replies: 0
Views: 6270
I am trying to change the CSS Class based on whether the code in the database is = to DD or FC. It is doing it for DD but not the FC.

Code:
<%IF rsCalendar("oClub") = "DD" THEN%>
<tr ...

Wed Feb 02, 2005 4:41 pm
Replies: 6
Views: 28676
I tried . What i really need to know is there a way to make something that is a dim a date field. that way it will compare them becuase they are the same field. i also tried making the field a var ...

Wed Feb 02, 2005 4:02 pm
Replies: 6
Views: 28676
I am having trouble comparing a date in the database to any of ASP date functions.

Page one. i have a select that populates from a database of all the dates on the column.

Page two. i pass in ...

Thu Jul 22, 2004 6:16 pm
Replies: 4
Views: 19677
does anyone have a script to validate that some or all of the fields in a form have something filled in them before they can press submit? i know it is a simple script , but for some reason, the one ...
Page 1 of 1
All times are GMT