Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ringadeal
  • Order by date
  1. ringadeal

    position layer relative to current moused over image

    Where can I find resources to assist with the above suggestion?
  2. ringadeal

    position layer relative to current moused over image

    I will be creating a layer to show up onmouseover of any thumbnail image of color swatches. How do I position the layer to appear directly above any current moused over thumbnai image? Page example...
  3. ringadeal

    fresh id with each looped record

    Thanks for your response. I'm not sure how to insert your provided code into my existing code, as follows: <% startrw = 0 endrw = HLooper3__index numberColumns = 5 numrows = -1 while((numrows <> 0) AND (Not coloursAtt1.EOF)) startrw = endrw + 1 endrw = endrw + numberColumns %>...
  4. ringadeal

    position a layer relative to current moused over image

    I will be creating a layer to show up onmouseover of any thumbnail image of color swatches. How do I position the layer to appear directly above any current moused over thumbnai image? Page example: http://www.canchair.com/new_web_product_detail.asp?ProductID=450&ProductFamily=1&ProductFamilySub=9
  5. ringadeal

    fresh id with each looped record

    The following code contains an img tag id which will be repeated when applying a loop code. Using asp, how can I get a fresh ID which each repeated record: <img src="images("url_img")" id="colouratt1" >
  6. ringadeal

    sql syntax error

    thanks for your concern. Yes, this was the solution!!!!
  7. ringadeal

    sql syntax error

    What is wrong with my syntax that is bringing the following error message?: Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Microsoft Access Driver] Syntax error in string in query expression '(productid_img = 197 OR ProductFam=1) OR subfam=10 AND (ColoursAtt1 <>...
  8. ringadeal

    syntax error

    What is wrong with my syntax that is bringing the following error message?: Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Microsoft Access Driver] Syntax error in string in query expression '(productid_img = 197 OR ProductFam=1) OR subfam=10 AND (ColoursAtt1 <>...
  9. ringadeal

    simple syntax question

    I have the following javascript function call inside of my asp code: onmouseover="showBigImage( 'imagescript.asp?path=<%= images("url_img") %>&amp;width=250','<%= images("url_img") %>','<%= images("alt_img")%>') I would like to know how to go about placing a variable instead of...
  10. ringadeal

    larger image onmouseover from thumbnail image recordset

    thanks to all your code,the image gallery is looking great. but still have the problem that the caption text will not display for each first image of the recordset. You can see the problem persist at these 2 separate product pages...
  11. ringadeal

    RecordCount

    I would like to show a region based on a RecordCount value. Rather than basing it on RecordCount for a full record (i.e. images.RecordCount) , I would like to base it on the RecordCount of a particular field (i.e. images.Field.Item("image_url").value) is this possible
  12. ringadeal

    asp text not rendered in javascript function call

    THE FOLLOWING JAVASCRIPT FUNCTION RENDERS PROPERLY FOR ALL IMAGES OF A RECORSET EXCEPT FOR THE FIRST ONE. <a href="javascript:;" onclick="MM_openBrWindow('/large_image.asp?url_image=images/portable_stage.jpg','imagewindow','width=600,height=600')"><img...
  13. ringadeal

    asp text not rendered in javascript function call

    THE FOLLOWING JAVASCRIPT FUNCTION RENDERS PROPERLY FOR ALL IMAGES OF A RECORSET EXCEPT FOR THE FIRST ONE. <a href="javascript:;" onclick="MM_openBrWindow('/large_image.asp?url_image=images/portable_stage.jpg','imagewindow','width=600,height=600')"><img...
  14. ringadeal

    larger image onmouseover from thumbnail image recordset

    I enabled Javascript errors detection on internet explorer but there doesn't seem to be any: Then only problem that currently exists is that once you mouse over all the thumbnail images and the alt text changes accordingly (to display as an image caption), the alt text does not display for the...
  15. ringadeal

    larger image onmouseover from thumbnail image recordset

    I realize now that the alt image does work on all images except for the first one and I have double checked the database to make sure there is a value for this first image: http://www.canchair.com/productfamily_processor.asp?ProductID=198
  16. ringadeal

    larger image onmouseover from thumbnail image recordset

    thanks so much for your reply. I've tried the alt text code but it doesn't seem to work.
  17. ringadeal

    larger image onmouseover from thumbnail image recordset

    Can I trouble you to assist me with one last functionality of allowing the img tag's alt attribute to equal the alt text of the current moused over thumbnail? thanks again for all your help!!
  18. ringadeal

    larger image onmouseover from thumbnail image recordset

    with this previous posted feature of the large image displaying the first image of the recordset once again, I suppose we need to also instruct the javascript to select the moused-over thumbnail image "onclick". Otherwise, the user will not be able to ever click on the selected large image in...
  19. ringadeal

    larger image onmouseover from thumbnail image recordset

    ...and I would really like the first thumbnail image of the recordset to display as the big image when none of the thumbnails are being moused over anymore. thanks!!!!
  20. ringadeal

    larger image onmouseover from thumbnail image recordset

    thanks so much. All of the functionality is working as intended! Can I trouble you to assist me with one last functionality of allowing the img tag's alt attribute to equal the alt text of the current moused over thumbnail?

Part and Inventory Search

Back
Top