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 wOOdy-Soft 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: jm99
  • Content: Threads
  • Order by date
  1. jm99

    Hi Guys Are there any characters

    Hi Guys Are there any characters that cannot be used in html tag attributes, (apart from the id/name)? E.g. Could I use the unicode for japanese symbols in a title att? I have been testing this with european characters but I was wondering if there is a definitive list that says what can and...
  2. jm99

    parseFloat in a French browser

    Hi Guys I'm trying to establish if non-English browsers have a different implementation of parseFloat(). For example, if I enter 1,30 into a French installation of IE 5 will this be parsed as one dollar thirty cents or one dollar? I've changed the regional settings of my Windows 2k...
  3. jm99

    I18N of JS floats

    Hi Guys Is it the case that parseFloat will ALWAYS successfully parse a float that is formatted with the user's local decimal indicator. E.g. A German browser will correctly parse one dollar seventeen cents formatted as 1,17? Thanks in advance
  4. jm99

    Hi Guys I've been puzzling over

    Hi Guys I've been puzzling over this one for a few hours now so I thought I'd open it up to the floor. Basically, I want the second cell in the second column to immediately follow the first cell in the second column, i.e. For there to be no vertical space between them. Due to the nature of...
  5. jm99

    Dynamically adding functions to the <body> onload

    Hi Guys Anybody know of a way to dynamically add functions to the body tag's onload event? Basically, at the point at which the <body> tag is written I am unaware of the initialisation functions that will need to be called. This only emerges as further JSP tags are evaluated and I would like...
  6. jm99

    Accessing the http headers returned by the server

    Hi Guys I'm trying to find a way of accessing the entire set of http headers received by the browser from the server. This is because I suspect that a proxy server in-situ is stripping certain params so I just want to ensure that what is leaving the server is exactly the same as that being...

Part and Inventory Search

Back
Top