When creating a post, I click on the Icon to include a smilie and got an error in the pop up window :
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'getMemberNumber'
/beta/v33/inc_top_short.asp, line 52
Neil
Edited by - BuffyNet on 31 May 2001 04:52:36
EDIT : I also get the same error when clicking on an ICQ icon to send a message. I did see you were talking about the fact you needed to include inc_functions.asp in the inc_top_short.asp and said it was fixed?
I fixed it for the IP popup but see I have to take a closer look at that getMemberNumber function. Because I don't think it is a good idea to just include inc_functions.asp in all the popups just for that one function.
I removed the function getMemberNumber(fUser_Name) from inc_functions.asp and added it to both inc_top.asp and inc_top_short.asp The other option was to have all pop_xxxxxx.asp pages include inc_functions.asp