For the moment being I will leave the script in charset=ISO-8859-1 until I have understood the theory behind charsets and their implementation in a php script. Thanks for your help.
Type: Posts; User: paldo; Keyword(s):
For the moment being I will leave the script in charset=ISO-8859-1 until I have understood the theory behind charsets and their implementation in a php script. Thanks for your help.
I have changed the charset in the meta tag to charset=ISO-8859-1 and all problems are gone !
You mean the form page (../test1.html) is not declared UTF-8? Is <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> not the correct declaration? What else and where do I have to...
I'm stuck, no improvement. I have change the form a little bit so that you can test if you wish.
http://www.anti-aging-solutions.ch/jeunesse/test/test1.html
<!DOCTYPE html PUBLIC "-//W3C//DTD...
I have learned that if I'm using special characters I have to set the charset to utf-8. Doing so, my php form print the characters correctly on the browser, parse the value with special characters...
Thank you Ozinder, very useful link for a better presentation of my text mail . Unfortunately it doesn't solve my problem of special characters. My text mail is in french and in the text I have to...
When my form is filled out with special characters I get a mail with strange characters eventhough I have set the charset to UTF-8. I made a test form as example, if you like to have a try.
Can...
Thank you John. Most probably, as you said, the server is overriding the charset. I thought it might be the browser. I will contact the server provider and see if something can be changed.
I've...
Genius !!! It works your way. Many thanks.
I'm using dreamweaver CS5.5. I'm sorry but I don't understand point number 2. Can you give me an example?
I've read in different places that the correct charset for chinese characters is UTF-8. I'm sorry, I don't understand what you mean.
I want to add a chinese page to my site, set the charset to UTF-8 but after uploading to the server the chinese characters don't display correctly. What am I doing wrong? When tested locally on my...
My company home page is made of two frames with aspx ending. All computers are PC with microsoft installed. The home page displays correctly on Internet explorer but on other browsers the width of...
The suggestion that you mention changes the color of the question, not of one of the answer. I thing I have to develop a Javascript with getElementById
I'm looking for a Javascript that makes the following: I have a list of questions with three answers each. I would like to have the following behaviour: on rollover the correct answer should change ...
Thank you. I have tried all three suggestions and I have encountered the same problem: I have to click two time on the image in order to increase the font size. I thought maybe is because of my...
As your suggestion did not work I looked for other solutions and came up to this:
<a href="javascript:ts('body',1)">
<img border="1" src="../images/format_font_size_more.png" alt="bigger font...
1) Script Title: document text sizer
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex9/textsizer.htm
3) Describe problem:
Instead of having a link (+ Larger Font | + Smaller...
Thank you, it was a typing distraction.
1) Script Title: Swissarmy.js
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/swissarmy/index.htm
3) Describe problem:
The slideshow works perfectly with Safari,Camino and...
I have create a form with sessions that works fine.
Filling in page1 brings me to page2, if I click on a button on page2 I can go back to page1 and the selected values are still there.
As soon as...
Dear Adrian, thanks for your replay. The issue is that I want to change in my order form every input field where the visitor enter the quantity of bottles that he wishes to order with a select drop...
Thanks Traq, you pushed me to have a try with <select>.
I have prepared a small example with two select drop down lists. But I run into a problem: I would like to have the two drop down lists in a...
I've thought about this option, but before changing my order form I would like to see if I can implement a javascript.
Dear Bluewalrus
as the coding is long I send you the link , you can have a look to the source.
Sorry, the site is in french.
Thank you