Hi,
We are in the process of rewritting several ASP scripts to make them browser insensitive. Most were written with IE in mind.
The question of quotes came up. e.g.
Code:
<body bgcolor="#d0d0d0" text="#000000">
<form name="call_work" method="post">
<TABLE BORDER="1" CELLSPACING="5" width="100%">
Etc...
Questions:
Will most browsers recognise a single quote in place of the regular quote?
Which common browsers require quotes?
Thanks,
Al.