eharris
Programmer
- Mar 13, 2001
- 15
Thanks for your time.
I have the following code in a web page:
<td align="left" bgcolor="#e1d5c5" width="681" height="400"><OBJECT data="pgnviewer/ltpgnviewer.html?games.txt&ParsePgn=2&SetScoreSheet=2" type="text/html" name="pgnviewer" width="681" height="400"></OBJECT></td>
When I view the result in Firefox it displays fine. But when I display the result in Internet Explorer, the display indicates that the parameters "?games.txt&ParsePgn=2&SetScoreSheet=2" are not being passed on, and as a result only half of the result appears.
It is suppose to produce a chess board on the left, which does display, and a score sheet on the right, which is missing. It is the score sheet that needs those parameters.
Any help is appreciated.
I have the following code in a web page:
<td align="left" bgcolor="#e1d5c5" width="681" height="400"><OBJECT data="pgnviewer/ltpgnviewer.html?games.txt&ParsePgn=2&SetScoreSheet=2" type="text/html" name="pgnviewer" width="681" height="400"></OBJECT></td>
When I view the result in Firefox it displays fine. But when I display the result in Internet Explorer, the display indicates that the parameters "?games.txt&ParsePgn=2&SetScoreSheet=2" are not being passed on, and as a result only half of the result appears.
It is suppose to produce a chess board on the left, which does display, and a score sheet on the right, which is missing. It is the score sheet that needs those parameters.
Any help is appreciated.