I tried doing the same. But Didn't had any luck.
I am getting this on top of the page.
.Cookies(strCookiePrefix & "pID").Path = strCookiePath End Sub %>
Here are the changes I did. Please correct me where I went wrong.
In Header.asp File change which I did is in bold letters
I placed the call for HeaderImage in header.asp in between <body> and <table..... as shown here.
<body>
<% Call HeaderImage(intForumID) %>
<table class="basicTable" cellspacing="0" cellpadding="3" align="center">.
-------------------------------------------------
and in functions_common.asp I added
Private Function HeaderImage(intForumID)
Dim strTitleImage
Select Case intForumID
Case 1
strTitleImage = "/forum_images/abc.jpg"
Case Else
strTitleImage = "/forum_images/123.jpg"
End Select
End Function
I am not a asp Programmer and I have no clue on how these things work, So please don't mistake me and help me in resolving this. Any help is greatly appreciated.
Thanks
Edited by hotice08 - 12 March 2008 at 12:20pm