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 Mike Lewis 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: *

  1. Cassien

    Refreshing pictures on an unconnected mouseover

    Sorry for the confusion. I'm looking at it in IE 6(.0.2) I've managed to find a work-around. If I embed the picture in the page it does not flicker. The picture was previously a back-ground attribute of a CSS class. Any insight in to what is causing the problem? Cass
  2. Cassien

    Change the "enter" key to write "<br>"

    I'm not 100% sure what you're trying to do, but if you want the <BR> in to make sure there are line gaps when you output the date you could also just do this: When you output the text from a db, read the relevant entry in to a string and then output it using: <%=replace(ReadFile, VbCrLf...
  3. Cassien

    Refreshing pictures on an unconnected mouseover

    I'm running a simple piece of code to change cross-hair style: onMouseOver=javascript:void(document.body.style.cursor=""hand""); (the double speech marks are because it's part of a response.write asp line) The code works a treat and the cursor changes, but the banner (a jpg file) flickers...
  4. Cassien

    Processing Carriage Returns from a Form

    op, solved it. I'm using: <p><%=replace(TextStringFromDB, VbCrLf, "<br>")%></p> Cass
  5. Cassien

    Processing Carriage Returns from a Form

    Hi, I'm looking to dynamically populate a number of pages from a database. The problem I have come across through is carriage returns for large blocks of text. I would like users to, in places, be able to include paragraphs of text. How do I process and store the carriage returns in my database...
  6. Cassien

    Delay to catch accidental mouseover

    Thanks Dan, After some faffing and a few changes I got the code to work Many thanks for your help, Cass
  7. Cassien

    Delay to catch accidental mouseover

    Hi Dan, Thanks for your help. I'm having some trouble implementing it, probably due to my java inexperience. The code I am using is displayed below, effectively. So on mouseover the menu is called, I would like to use your code to call it assuming the mouse stays within the menu for more than...
  8. Cassien

    Delay to catch accidental mouseover

    I've written a JS based menu using mouseover to display dynamic content on a page. The problem comes when a user moves their mouse from the location to another part of the page, if they brush over a different active spot the dynamic content will change. Is there a way of implementing a delay...
  9. Cassien

    Runtime Error - An exception occurred: 'Execute'

    Hm, well, I restarted IIS a few times and now it seems to have stopped occuring. Sorry I don't have a more technical solution! If anyone does have further insight into the causes I'd be interested. Cass
  10. Cassien

    Runtime Error - An exception occurred: 'Execute'

    I'm getting the following message when I submit a form on a ASP page connected to a Microsoft Access database, using IIS on an XP Pro machine: Error Type: Microsoft VBScript runtime (0x800A01FB) An exception occurred: 'Execute' /xxxxx/xxxxx.asp, line 10 I've searched for solutions but haven't...
  11. Cassien

    Publishing Office 2003 XML On-Line

    Thanks Glen, It looks like that would do it, but I'm looking for something a bit different. The page already exists and the Word document (published in XML) would only make up a small part of the content of the page, for instance the body text of the main section with the rest of the page made...
  12. Cassien

    Publishing Office 2003 XML On-Line

    Does anyone have any links or information about publishing Word documents on a website. What I would like to do is... Have users save data in a formatted XML document saved in Office 2003 which they then load into a specified directory on the webserver. A webpage picks up this file and uses it...
  13. Cassien

    Javascript Writing

    Homesite is my choice at the moment. I was just wondering if anyone knew of anything that did decent code hints especially ones slanted towards cross browser compatibility. Sounds a bit hopeful I know, but didn't hurt to ask...
  14. Cassien

    Javascript Writing

    Just a quick one... I've moved more and more in to dynamic web page development and am interested to know what people use for writing their code. Is there a 'pro' choice? or do the hardcore stick with notepad and a big book? Ideally I would like a program that has code hints and also some...
  15. Cassien

    Printing Background Colours

    Interesting idea, I'll see how it looks. thanks
  16. Cassien

    Printing Background Colours

    yeah, you do have to do it in IE options, just wondered if there was a way of getting it to print it. Nothing I can think of other than trying to use gifs for the individual dates or somelike, not exactly the tidiest way of doing it.
  17. Cassien

    Printing Background Colours

    Is there a way to over-ride the default IE setting of not printing background colours? Basically I've got a CSS coloured calendar, it can't be a static picture or somelike as the calendar can be changed and updated. Presenlty I'm using CSS and setting the background colour of a day dependant on...
  18. Cassien

    ASP Select Box to DB

    Hi, thought I'd replied to your last one but the responce doesn't seem to be there... have it all sorted now, just for anyones information did it through a SQL statment for the select * where right != left and then a javascript written SQL query for updating the db.
  19. Cassien

    ASP List Filling

    Thanks for your help on both of those... I've got solved it now thankfully. Just for anyones interest I... drew the right hand box from a db and compared it in a loop to the users existing data. i.e. I looped through all the potential items and only selected them if they did not equal an...
  20. Cassien

    Javascript Reading Database

    Still not sure about how to compare it against the table on the left... to remove duplicates...

Part and Inventory Search

Back
Top