I have catalogue online but some of my items have no images. When there is no image I would like to show a note: response.write("There is no images at this time.") instead of the Icon of the image missing. I tried several ways but it ends up showing the response in all my records regardles if there is no image.
How would that be applied to the code below?
<% If (rsNeat.Fields.Item("product_image").Value) <> "" Then %>
<a href="#" onclick="MM_openBrWindow('cat_images/<%=(rsNeat.Fields.Item("product_image_big").Value)%>','','width=450,height=450 ')">
<img src="cat_thumbnails/<%=(rsNeat.Fields.Item("product_image").Value)%>" alt="" border="0" />
</a><% End If %>
I have a client who has had a ASP site with an Access database for several years. It stores information for the used cars on his lot. I have stored text in the database that points to the location of the image for each record. Each record will have a thumb image that is supposed to display in a list of vehicles available then the user can select an item from this list and a new page displays with the information and the regular size image. So far everything has worked fine exept for the display of the images which are stored in a separate directory called veh-photos. All I get are image place holders. I am using Dreamweaver 2004 and and Access 2000 for the database.
I want to display message box with ok,cancel buttons. If i click on Ok then i want to execute some ASP functionality,how can i manage both,If i gave runat=server then the messagebox will not displayed.If i use runat=client,then ASP function was not worked.
I'm using Javascript window.alert to give my user a message after updating a database, which works fine, but is there an ASP equivalent, so I don't have to dive off into JS just to give a message?
I need to display a "please wait" message when the user click a post button on a webform, so that the webform can start data processing. I am using asp.net in vb.net code- behind. I saw some javascript example, but I could not find a way to show the message before the processing.
I have a form that when a button is clicked opens an asp window. This asp window can sometimes take a long time to process on the server before it is fully loaded. When it initially opens it is just blank untill the server processing is down.
Is there any way to display a "please wait..." message in that window or in another popup (modal to the asp window) window until the page has fully loaded. It is not satisfactory to display "please wait..." in the original window as it would be covered by the asp window. I am using ASP/VBScript not ASP.net.
I have a SQL database with a ASP frontend. I can update my record without a problem. What I am looking to do is update the record by pressing the submit button and when the record is updated display on the same page that the record was successfully updated. When I update my record now, I have it where it redirects me to a different page. I would like the message to appear on the same page.
Is it possible to set an image as the background body image (non-repeating too) in a message sent using CDO. I don't want to embed an external webpage (I have to insert user form related variables back in the body of the email) and the image is on the server the mail is being generated from - have googled for ages on this one but can't seem to find anything suitable...
How can I display my own message instead of the error message which may appear in the explorer? , and can I use ASP code in this message? Iam looking to display a custom page when somebody type a URL for a page in my site, and this page is no longer available
in asp i want to check if user inactive for 10 minutes..than i want to kill his session and display a page showing message into this page ..."your session has expired" .
dim messageBack messageBack = Request.QueryString("message") . ...all the stuff that opens page2 then the last line is . <p><%Response.Write messageBack %></p>
It appears that I am not seeing anything on return to page1 but is it possible that it is flashing up and disappearing instantly or have I got hte whole thing wrong?
I am trying to get a message displayed when I insert data, but it's not working...I can't spot any missing thing from this code. is there any body who can tell me why, I am sure something is missing. Code:
i've got a form to edit data or delete a record in sql server. if the delete fails on a constraint violation, nothing happens and of course the record is still there.
how can a check to see if this has occured and display a friendly message for the user so they know why the record will not delete. i've tried:
This worked fine for enlarging my images until i put it onto a secure server, anyone know how i can fix it ??? just comes up with the standard box with a red cross in it .. and the url when i click image properties says: http://url/images/<%=request.querystring( which is only part of the code)
I've been creating a page in asp which displays records from an access database. I have limited the number of records displayed to 5 per page. If there are more than 5 records then the user can click next to view the next 5 and so on.
My Image field in the database has a data type of "text" and then i put the path to the image. However when i run my asp page it displays the path as text and im not so sure were im going wrong.
Here is a section of the code used to display the recordset.
For intRec=1 To rs.PageSize If Not rs.EOF Then Response.Write "<tr>" For Each fldF in rs.Fields Response.Write "<td>" & fldF.Value & "</td>" Next Response.Write "<tr>" rs.MoveNext End If Next Response.Write "</tbody></table><p>"
I have asp pages running from a MySQL database. I have placed a path in the required field (although not quite sure on the correct format). My asp page is just displaying the text path instead of the image. I'm using response.write. The Folder is called : images This folder is within : wwwrootworksimagesimage1.jpg How should I display this in the MySQL field ? I have the field as type: VarChar How do I display image1.jpg on my asp page ?
I've been trying to find information on displaying images from an Access database, however, the information that I've discovered does not clearly define the steps necessary to display the image with text. Can anyone provide a good reference or explain it to me (like a five-year-old) the complete steps to display an image from an Access database using ASP?
I'm trying to display an image which is stored in a database, followed by some other information, but I'm having some issues. It's stored in an access database as an OLE object. The code I've got right now is:
If Now() >= tstart1 OR Now() <= tend1 Then 'if tcurrent > tstart1 or tcurrent < tend1 then strLink1 = "/images/2.jpg" else strLink1 = "/images/1.jpg" end if
When I look at the page, the image never changes. It just always displays 2.jpg and not 1.jpg. I need help ASAP!
I want to provide random image on my asp page. the image will display according to products searched by user.
e.g.
if user enter pharma machine in search box, in result page the banner of pharma company will display. i.e. the banner of manufaturer/exporter of pharma machine will display.
dusring registration, comapny has to specify whether it wants banner or not. so if there is yes in banner and prodcuts match the search string then banner will display.
this is according to the product seaarched by user.
Im trying to display a default image on my asp page that pulls data from a sql server database but i can't get the default image to display. I get error messages saying type mismatch everytime on line 25... Code:
On my index page I have got an area for one product to be displayed randomly from the database. I have got it workign, but there is one problem i cant get my head around, here is the code so far:
' Initialize ASP RND() function Randomize() intRandomNumber = Int (1000*Rnd)+1
I am trying to display records ( text and images) from a database. I get the text displayed but the image is displayed as a large series of Asscii text.
Connect.open "DSN=Rentals" 'declare sql statement that will query the database query = "Select * FROM RentalTable WHERE Location LIKE '%" query = query & Replace(request("varLocation"), "'", "''") & "%'" query = query & " AND PropertyType = '" & Replace(request("varPropertyType"), "'", "''") query = query & "' ORDER BY DateAvailable" RS.Open query, Connect
do until RS.EOF %> <table width="75%" border="1"> <tr> <td><%=RS("Address")%></td> <td><%=RS("Location")%></td> <td <% Response.ContentType = "image/gif" Response.BinaryWrite(rs("Image1")) %> </td> </tr> </table>........