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

  1. remco5897

    Image swap in Firefox not working?!?

    Jeff, Thanks a lot for telling me this! I am using Win 98 with IE6 and Firefox 1.0. This was really getting up my nose and to be honest I haven't even considered the operating system part of the problem. I'll leave the code as it is. Thanks ... remco
  2. remco5897

    Image swap in Firefox not working?!?

    I am trying to change the source of an image. Works fine in IE but not in Firefox. Can anybody see what I am doing wrong? The new image is loaded and then new dimensions ( width, height) are applied. The code below can just be copied and pasted in your favourite editor: <html> <head>...
  3. remco5897

    IE for MAC CSS(?) issue

    sorry!!!! www.csscreator.com
  4. remco5897

    IE for MAC CSS(?) issue

    shrubble, Support for IE Mac is indeed not too great! Not many people use it ... but this might not be very usefull for you. I suggest you go to www.ccscreator.com. There are a couple of guys on the forum who might be able to help you further with your problems if you are specific.
  5. remco5897

    Showing escaped html withXML/ XSLT

    Thnx for the reply ... I eventually find out from another forum. Nevertheless: thnx!
  6. remco5897

    Showing escaped html withXML/ XSLT

    Hi, Can anybody help me along? I have a XML file which needs to be transformed to HTML. There is 1 tag which contains escaped HTML code: <text> &lt;body bgcolor="#AAFAFE"&gt; &lt;center&gt;You are not logged in&lt;/center&gt;&lt;br&gt; etc.. </text> I would like the contents of this tag...
  7. remco5897

    FireFox, IE, Apache, mimetypes

    Thomas, Although it has no effect on your problem i'd thought I let you know anyway. IE6 (with script debugging to ON) I get an error on the line in the xslt: onLoad="makeColumns() (body onload event) The error says that the Object could not be found (translated from Dutch.) ---- Something...
  8. remco5897

    Frame Problem

    hi dagger, Go to this site www.heartprofit.com and check out the source of the frameset. If you use IE then use the 'view source' option from the menu NOT from the right click context menu. In there you will find a frameset definition and some scripts. The script that you need is called...
  9. remco5897

    Is there a way to reference another CSS page when IE is used?

    The trick is to have a standard style sheet for all standard compliant browsers and then to have a second style sheet with just the exception style rules for IE. You can do it like this: <link rel="stylesheet" media="screen" href="http://www.domain.com/standardCSS.css" type="text/css" />...
  10. remco5897

    problem with characters

    I am getting the hang of this :-) ...
  11. remco5897

    problem with characters

    How do you get a star for that, I wanted to give one but could not figure it out? remco
  12. remco5897

    problem with characters

    nice one Lothario!!!!! I guess that's the difference being a technical user rather than a programmer :-) thnx a lot!
  13. remco5897

    problem with characters

    Hi, I am reading text data out of a Fox Pro table and displaying it using ASP. Unfortunately I get 2 different results in the 2 major browsers. Firefox seems to work and IE5.5 & 6 does not seem to work. The problem is that characters like e-accent (é) show up like chinese signs (or japanese)...
  14. remco5897

    dates not filtering

    DreX, Thnx for your input, removing those single quotes around #date# worked like a charm. Sorry for the somewhat late reply ... the weekend got in the way :-)). Also thnx to Chopstick and Tony ... Remco
  15. remco5897

    dates not filtering

    Tnx Chopstick and Tony, Unfortunately nothing you guys suggested worked. Tony: this is the result of your suggestion: SELECT * FROM tbl_Events WHERE EventDate LIKE '#7/8/2004#'; It looks good to me, no errors but also no records showing up. Does this have anything to do with how your...
  16. remco5897

    dates not filtering

    Chopstick, No particular reason why I use LIKE, I copied it from some old code. This is not causing the problem. I just tested it. What do you mean MS Access requires # around dates? tnx.
  17. remco5897

    dates not filtering

    I am trying to filter a record set on a date like so: SQLstmt = SQLstmt & "WHERE EventDate LIKE " & DateValue(Request.Form("DateInput")) Unfortunatly, it does not work. It just does not show any records. There is no error. What am I doing wrong? Other info: ASP classic MS Access 2000 PWS
  18. remco5897

    Outlook, reading values of custom fields

    I have added several custom fields to the Task. Let's call them MyField001 and MyField002. I want to read these values from code in Access. The code I have so far: Function ReadingFolder() Dim ol As Outlook.Application Set ol = CreateObject("Outlook.Application") Dim fd As Outlook.MAPIFolder...
  19. remco5897

    ocx are not working ...

    Alec, We have solved the problem. You were right in a sense (so a star for that), we needed to install a development framework but it wasn't .NET but it was an earlier version of Visual Studio. The missing .dll was part of an earlier Visual Studio runtime which used to be installed on the...

Part and Inventory Search

Back
Top