Does anyone know how to display a £ sign in a confirm box in Javascript?
An example would be:
confirm("Please confirm price of £2.99")
When I try this the “£” sign is rendered as a ? in a black triangle?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
Does anyone know how to display a £ sign in a confirm box in Javascript?
An example would be:
confirm("Please confirm price of £2.99")
When I try this the “£” sign is rendered as a ? in a black triangle?