After Server Transfer page displaying Title

  • Thread starter Thread starter Adrian Parker
  • Start date Start date
A

Adrian Parker

Anyone come across anything like this before..

If I do a server transfer to a new page, at the top of the page, the
contents of the <TITLE> in the <HEAD> section is displayed above the
contents of the page.

Thanks
Adrian
 
Server.Transfer embedded in a <script> block, I assume? That is the only way
I can think of that this can happen. Switch to code behind, if so, and see if
you still get this.

Most likely an HTML formatting issue (something illegal for the XHTML
parser?). The issue will likely be on the page that issues Server.Transfer.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
na, server.transfer is in code behind already.. I've now taken all the
<title> tags out of the pages and it's fine.. not ideal, but can't take
more time on it now.
 
I would like to create a FAQ feature for my web page that populates
from a table in the sql server. My table would have a column for a
question and one for answer. On the web page I would like to only show
the questions listed and when the user clicks the question javascript
would expand the answer below it. Then if they click the question the
answer disappears again.

How do I do the javascript part and fill it with the data from the
server?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top