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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by remco5897

  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

Part and Inventory Search

Back
Top