maddkat wrote:
lahorei wrote:
-boRg- wrote:
Use the header.asp file.
You also have the navigation_buttons_inc.asp file
| i think there iz nothing speacil to do with navigation_buttons_inc.asp |
navigation_buttons_inc.asp is the file that contains all the links as Borg said. I wouldent edit the header. Only the navigation_buttons_inc.asp You should use a response.write statment to add it. I know this is the file because this is the file I edited and the changed and made an extra include to add my menu on the left instead of the top. Anyhow the only file you need to edit to achive this is navigation_buttons_inc.asp |
hi maddkat,
thanks 4 ur reply. as u said i opened navigations file and tried to edit it. now i tried to put the following code in all places i.e. guest, admin and members 1by 1.
Response.Write (" <a href=""donate.html"" target=""_self"" class=""nav""><img
src=""" & strImagePath & "help_icon.gif"" align=""absmiddle"" border=""0"" alt=""" &
strTxtDonate& """>" & strTxtDonate & "</a>")
if i put the above code it gives an error
Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'strTxtDonate'
/includes/navigation_buttons_inc.asp, line 74
If i put the folllowing code
Response.Write (" <a href=""donate.html"" target=""_self"" class=""nav""><img
src=""" & strImagePath & "help_icon.gif"" align=""absmiddle"" border=""0"" alt=""" &
strTxtActiveUsers& """>" & strTxtActiveUsers & "</a>")
it works fine.
whats the problem???
Thanks a loooooooot in advance