Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 KidSima - Avatar errors
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

KidSima
Starting Member

28 Posts

Posted - 29 December 2002 :  00:27:02  Show Profile
ah remote linking and brinkster...wonder why inserting the pic does not show up, is this forbiddean? will check back after i look at the code...

Go to Top of Page

KidSima
Starting Member

28 Posts

Posted - 29 December 2002 :  00:29:25  Show Profile
well if you right click on where the image should be 1) click on properties and get the 2) url you will see what i mean...if you don't want to register...

will change the code in a few minutes..
Go to Top of Page

KidSima
Starting Member

28 Posts

Posted - 29 December 2002 :  01:21:33  Show Profile
Changing the <% is even worse so i changed it to how i orginally had it.

%>
<!--#INCLUDE FILE="inc_avatar.asp" -->
%>



currently using the way that was suggested looks like this...


end if ' strPicture
%>
<!--#INCLUDE FILE="inc_avatar.asp" -->
<%
if (strBio + strHobbies + strLNews + strQuote) > 0 then
if strMode <> "Register" then
strMyHobbies = rs("M_HOBBIES")
strMyLNews = rs("M_LNEWS")
strMyQuote = rs("M_QUOTE")
strMyBio = rs("M_BIO")
end if
Response.Write " <tr>" & vbNewLine & _
" <td align=""center"" bgcolor=""" & strCategoryCellColor & """ colspan=""2""><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strCategoryFontColor & """>More About Me</font></b></td>" & vbNewLine & _
" </tr>" & vbNewLine
if strHobbies = "1" then
Response.Write "



Produces this error

Microsoft VBScript compilation error '800a03ee'

Expected ')'

/aspprogramer/inc_profile.asp, line 274

Response.Write " <input name=""Account"" value=""" & ChkString(rs("M_USERNAME"), "),"display") & """>" & vbNewLine
----------------------------------------------------------------------------------------------------------^
Go to Top of Page

KidSima
Starting Member

28 Posts

Posted - 29 December 2002 :  01:23:42  Show Profile
that error happens when i click profile
Go to Top of Page

KidSima
Starting Member

28 Posts

Posted - 29 December 2002 :  01:33:24  Show Profile
This is what my orginal error looked like..
http://www.outer-net.com/~neysha/images/snagged.gif

now it looks worse with the change of the <%

http://www22.brinkster.com/aspprogramer/pop_profile.asp?mode=Edit
Go to Top of Page

DoraMoon
Average Member

Taiwan
661 Posts

Posted - 29 December 2002 :  03:16:59  Show Profile
hi~ KidSima,
the correct %> to <% is necessary, do not change it back..
(everywhere you want to write a ASP code, you'll need to enclose the code section with <% ..... %> )

and about the new error...
Microsoft VBScript compilation error '800a03ee'

Expected ')'

/aspprogramer/inc_profile.asp, line 274

Response.Write " <input name=""Account"" value=""" & ChkString(rs("M_USERNAME"), "),"display") & """>" & vbNewLine


i think you put the wrong modified code by yourself here.
just change that line to
Response.Write " <input name=""Account"" value=""" & ChkString(rs("M_USERNAME"),"display") & """>" & vbNewLine

Go to Top of Page

KidSima
Starting Member

28 Posts

Posted - 30 December 2002 :  04:48:12  Show Profile
THANK YOU DORAMOON!
it works...thanks again
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.47 seconds. Powered By: Snitz Forums 2000 Version 3.4.07