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 dencom 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
  • Content: Threads
  • Order by date
  1. 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...
  2. 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
  3. 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" >
  4. 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 <>...
  5. 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 <>...
  6. 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...
  7. 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
  8. 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...
  9. 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...
  10. ringadeal

    body tag is contained within uneditable region of template

    I need to add a script to the body tag of my webpage but since it resides inside an uneditable region, i'm not being able to. I have attempted to move the markup in the template so as to make the body tag editable but this messes things up in the pages that are dependent on the template.
  11. ringadeal

    proper sql syntax for recordset select code

    what is the proper syntax for the following query: colours.Source = "SELECT productfam, productid_img, ColourAtt1, ColourAtt2, ColourAtt3, sub, FROM images WHERE productid_img = MMColParam OR (ProductFam=1) OR (sub=10) AND (Not IsNull(ColourAtt1)or Not IsEmpty(ColourAtt2)) ORDER BY...
  12. ringadeal

    larger image onmouseover from thumbnail image recordset

    url of discussion: http://www.canchair.com/new_web_product_detail.asp?ProductID=8 As per existing page code shown below, I would like to add these 3 functionalities to my webpage: 1. return to the default largeimage onmouseout 2. In addition to the larger image changing while mousing over...
  13. ringadeal

    alter disjointed rollover code to accomodate database driven images

    The effect I would like to achieve is that by clicking on a repeat region thumbnail image (first code block) the larger version of the same selected image is viewed concurrently in a different portion of the page(second code block) <td ><% While ((Repeat1__numRows <> 0) AND (NOT images.EOF))...
  14. ringadeal

    simple question - syntax for response.write dim variable

    What is the syntax to output the value of a dim variable onto a webpage. For example: dim memo memo=(products.Fields.Item("CustomMemo01").Value) How do I code the following?: response.write(memo)
  15. ringadeal

    simple syntax

    Jpeg.Open Server.MapPath("Request.QueryString("path")") What characters are missing from the above code
  16. ringadeal

    force linear text into adjacent table cells

    wondering if there is a way to format designated html paragraph text so that it falls inside cells of a table where each return would signify a new <tr> table row and each colon(:) would signify a new <td> table cell as follows: seat height:18" seat depth: 17" should convert to: <tr>...
  17. ringadeal

    thumbnail creation software

    Wondering if I should consider using thumnail creation software for my product catalogue website, if there are any disadvantages to doing so. Which image resize software is recommended?
  18. ringadeal

    image alignment in div tag

    i would like to place an image to be postitioned in the top-right corner of a div tag. How is this acheived?
  19. ringadeal

    tree menu and breadcrumbs navigation element

    I will require a tree menu, breadcrumbs and site map for my dynamic site. I understand that an extension such as tree menu magic will handle both the tree menu and site map and is based on an xhtml page. Where does breadcrumbs fall into place? Shouldn't breadcrumbs feed off of the same sort of...
  20. ringadeal

    corrupt winfax driver

    My winfax 10.03 driver has gone bad in the sense that the send dialogue opens when I print to winfax but does not pass the document over to it. I've attempted to reinstall the software but problem persists. I've renamed .dll files as per symantec's instructions and removed registry entries...

Part and Inventory Search

Back
Top