I am doing the following meta tag to force the page to run in IE9
<META http-equiv="X-UA-Compatible" content="IE=9">
However, based on my research, it appears the following is causing the meta tag above not to work (here is the link that describes why):
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
There is a solution in PHP but I am not certain if I can run the code. My question is: Is their an alternative solution that does not involve PHP? Can it be done in VB?