Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Current Version (Old)
 Using asp to resize personal photos
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

MetaMorphic
Starting Member

4 Posts

Posted - 27 February 2001 :  13:07:50  Show Profile  Send MetaMorphic an ICQ Message
I am working on some code to take pictures uploaded to my site and resize them for profiles. I have hit a block in my code however.

<a href="javascript:OpenPic('<%Response.Write(rsRecordSet.Fields.Item("pic_url"))%>')">
<%response.write( "<img src=" & rsRecordSet("thumbnail") & ImageResize(("thumbnail"), 100, 75) & ">")%></a>

It does fine until it hits the ImageResize command and it just ignores it. Some people can't resize images so I am getting huge photos displayed. If anyone could help me out here thanks.

redbrad0
Advanced Member

USA
3725 Posts

Posted - 27 February 2001 :  15:12:08  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
read this post....

http://forum.snitz.com/forum/link.asp?TOPIC_ID=3761

Brad
Go to Top of Page

Doug G
Support Moderator

USA
6493 Posts

Posted - 27 February 2001 :  16:28:16  Show Profile
Without seeing a bit more of your code, the 2nd looks strange to me. What does the ImageResize code look like? You're passing the string "thumbnail" to it, not the contents of rsRecordSet("thumbnail")

======
Doug G
======
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.31 seconds. Powered By: Snitz Forums 2000 Version 3.4.07