Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

IIS removes my HTML!

Options
  • 04-06-2002 6:31pm
    #1
    Registered Users Posts: 14,761 ✭✭✭✭


    I discovered this today MUCH to my anger!
    The following code,

    <a href="reply.asp?threadID=<%=Request.QueryString("id")%>"><img src="images/reply.gif" width="97" height="19" border="0"></a>

    Is sent to the browser as:

    <!--ref="reply.asp?threadID=10" <img src="images/reply.gif" width="97" height="19" border="0" <-->
    It sends 10 as thats the result from the asp code

    Does anyone know why it would do this? It will show the image on its own but when i try and get it to show it along with the link it will not show it!

    Im running IIS5 on Windows2000 server...


Comments

  • Registered Users Posts: 706 ✭✭✭DJB


    Off the top of my head... I dno't know!! But I am going home now. Why not send the files over to me and I will get our team working on it?? It will save you a lot of bother.

    :p

    Where did the site go you were working on the other day... oh sorry --- the site I was working on the other day... lol :)

    Regards,

    Dave


  • Registered Users Posts: 14,761 ✭✭✭✭Winters


    Ill send them to you. Its the same site. It was working grand until I uploaded it. Now it turns links into GIFs (Theres a post below), Doesnt show the pages right. :( Well. I suppose its what you get with Microsoft :D


Advertisement