Ask a Question related to Dreamweaver AppDev, Design and Development.
-
WebSlave #1
Showing "New" image if date created <7
I am trying to figure out how to show a 'New' image if the item was added to
the database within the past 7 days. I tried to use this script and it shows
the 'Just Added' image, but it does not go away when I change the date added to
more than 7. Please advise. <% dtDateCreated =
rsOTHEROTHEROTHER.Fields.Item('INVENTORYDATE').Val ue If DateDiff('d',
dtDateCreated,dtToday) < 7 Then strImage = 'justadded.gif' Else strImage =
'blank.gif' End If %> In my page: <img
src='site_files/images/mis/<%=strImage%>' name='status' border='0' align='top'>
WebSlave Guest
-
#39106 [Opn->Bgs]: date("w") incompatible with date("W")
ID: 39106 Updated by: tony2001@php.net Reported By: felixmallek at gmx dot de -Status: Open +Status: ... -
Can't locate object method "newFromJpeg" via package "GD::Image"
Hi. I'm trying to execute this Perl simple script: -------- #!/usr/bin/perl use GD; my $srcimage = GD::Image->newFromJpeg("image_news.jpg");... -
Distiller 5 created PDF showed broken "I" &"L" when viewed in Acrobat 6
Distiller 5 on Mac OS 9. Acrobat 6 Pro on Mac OS X .3.4 I often receive PDF files (ver 1.3) from clients and used to view the files from Acrobat... -
#25366 [NEW]: form buttons of type "image" dont send "submit" $_POST variable in IE
From: jordanolsommer at imap dot cc Operating system: Windows XP PHP version: 4.3.2 PHP Bug Type: Variables related Bug... -
Can you stop the "image"-button from showing?
Hi, When you do mouseover over an image you often see this button with icons for saving, printing, email and open MyImagesFolder. But not... -



Reply With Quote

