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 TouchToneTommy 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: LEICJDN1
  • Content: Threads
  • Order by date
  1. LEICJDN1

    Window.location.reload AND anchors???

    HI, I have a small web based ASP database application to manage my references. Part of the section gives a list of links and date last accessed. When a link is clicked the datbase is updated to the current date and the link displayed in a new window. I also have the following event to ensure...
  2. LEICJDN1

    Querystring size problem?

    I have a simple ASP database pages to list some useful references and links. All works fine, except for a couple where it appears the whole link data is not being correcly passed. The link is correct in the fiels in the database (set to 255 chars) but when the table displaying the links is...
  3. LEICJDN1

    Stumped - weird link problem driving me insane

    Hi all, I originally posted this on the CSS section as I beleived that to be the issue. Now I am not so sure. Basically I have a little web based ASP database program I constructed to catalogue references running in wwwroot. Previously all worked well, but now I have a weird link problem and...
  4. LEICJDN1

    Can CSS affect links or is it SP2?

    Weird problem. I run a small ASP database application on my hard drive acting for cataloguing references. Works perfectly. Searching populates a table with file details, the name set a link to the PDF so it can be opened in a new window via "_target=blank". I used it for the first time in a...
  5. LEICJDN1

    Redirects - META or server side?

    I originally wrote my site as a whole bunch of html pages. I have now upgraded to ASP hosting, and have written new sections, but now wish to switch the html pages to asp pages to make use of server side includes and other features. I guess people will have bookmarked the index page, and also...
  6. LEICJDN1

    Combine rows by criteria and sum of values - tricky!

    Hi all, Have an interesting problem. We have a vey large dataset which we need to pare down. Bascially one field denotes a certain energy and another the resultant force like this: ...... 500.02 225 500.04 250 500.06 300 500.10 450 501.35 550 501.45 012 501.65 450 ...... In order to...
  7. LEICJDN1

    Customise Notification |cons?

    A small point, but it bugs me that my LAN and internet connections have the same notification icon in the system tray. WOuld be nice to change the LAN icon into something different. Is this possible?
  8. LEICJDN1

    Deleting record code fails - why?

    Me again... I have selected a recordset then passed its corresponding ID along to another page, where I then intend to delete the record. Here is my current code: deltarget=CInt(Request.Querystring) 'sent as link.asp?4 for example strConnectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data...
  9. LEICJDN1

    SELECT from db based on number / ID

    I need to select a recordset by ID number. Had planned on doing this by sending the ID as a querystring from the requesting link. Then something like this: deltarget=Request.Querystring "SELECT * FROM reftable WHERE ID=" & deltarget & "'" But this errors out. I guess it is because the ID...
  10. LEICJDN1

    Need a clever way to populate type=file

    Hi, (perhaps a JS/VB issue??) I have a form which, via ASO, checks for duplicates before allowing completion of code. If the value passed by the 'title' field already exists, it bounces back to the form. Now, by passing variables back and using ASP to set the value=" " section for the...
  11. LEICJDN1

    Any way to SQL select string from within a field?

    One of my fields is a 255 length text field for comments. I would like to be able to search this text field to see if it contains any specific words. I have seen the CONTAIN statement used before. Can this be used in ASP? Is it possible to select a field if it contains a word within a text...
  12. LEICJDN1

    yet another Access DSN problem

    Aaaaaaaagh! THis is driving me mad (again!) Have an ASP website which works perfectly on its web server with connection to an Access DB producing no errors. Have recently upgraded to XP Pro so installed IIS in the hope it would allow me to edit / update my web on my desktop then upload. On...
  13. LEICJDN1

    How to show XP version data on desktop?

    I acheived this once before but have completely forgotten how to do it. Anyone out there remember? Cheers.
  14. LEICJDN1

    Display list of field entries but remove duplicates

    Hi, Am planning Access / ASP pages to allow me to index references, and search by field. The database contains fields for 'category','subject','keywords', and then 'location'. What I hope to do is provide a list of all the categories, or keywords, depending on what is chosen (as well as search...
  15. LEICJDN1

    Advice on database / UI structure and best approach please

    Hi, I have written a few programs in Delphi now but never used database applications before. Could I explain the concept behind what I want to achieve, and ask for advice on the best approach to take / techniques to use, plus any usueful references before I go off and have a stab. Basically I...
  16. LEICJDN1

    maximize windows - ? onload

    Hi, I have a JS link to open a full size pop up using this function: function fullWindow(url) { var str = "left=0,screenX=0,top=0,screenY=0,status=yes, menubar=yes, location=yes, toolbar=yes, scrollbars=yes, resizable=yes, "; if (window.screen) { var ah =...
  17. LEICJDN1

    Netscape puts gaps between my table rows

    Hi, Have a page here: http://www.cardioweb.co.uk/ecg/ecgpage79.html that uses a table to display a graphic by having sections of the picture in each cell. Works fine in IE, but NS 7.0 puts a gap between table rows spoiling the image. Cellpadding and Cellspacing are both 0. The relevant DIV...
  18. LEICJDN1

    Table and P padding problem IE/NS

    Hello again, During continued development of my site, I keep finding display differences between IE 6 and NS 7.02. While they are only minor - divs will align perfectly in one but no the other (usually OK in IE)- I have spent ages changing loads of CSS values to try and correct it. The two...
  19. LEICJDN1

    Refresh on load and refresh button problems

    Hello, I have an ASP page which is opened by a link, and pulls in some database data. However, if it is closed then re-opened it requires a forced refresh to update the data. Question1: How can I foce the page to refresh itself whenever it is opened. Question2: I would like to add a button...
  20. LEICJDN1

    "Layering" of images - can I do this?

    Hello, Need to see if my idea is feasible, hopefully before I start the work proper and then find it cannot be done! Basically I have a large number of scanned images which I am adding to my site. They are ECGs - heart beat tracings, which are basically a set of 12 wiggly lines on a...

Part and Inventory Search

Back
Top