Print Page | Close Window

pop_up_profile.asp - Quesion

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=16614
Printed Date: 15 April 2026 at 7:34pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: pop_up_profile.asp - Quesion
Posted By: SmOke_N
Subject: pop_up_profile.asp - Quesion
Date Posted: 19 September 2005 at 3:38pm
Hey all, been racking my brain trying to figure out what I did to get this error on Line 279 of the pop_up_profile.asp page.


<img src="<%              If strRankCustomStars <> "" Then Response.Write(strRankCustomStars) Else Response.Write(strImagePath & intRankStars & "_star_rating.gif")         Response.Write(""" alt=""" & strGroupName & """ align=""absmiddle"">") %></td>


Originally posted by After clicking on Pop Up Link After clicking on Pop Up Link wrote:


pop_up_profile.asp, line 279
If strRankCustomStars <> "" Then Response.Write(strRankCustomStars) Else Response.Write(strImagePath & intRankStars & "_star_rating.gif") 		Response.Write(""" alt=""" & strGroupName & """ align=""absmiddle"">")
---------------------------------------------------------------------------------------------------- ----------------------------------------^


I'm no expert, in fact this is my first site ever... but If I took a guess it looks like it's missing an
ElseIf or Else, but none of those work. The rest of the color coded code after this is not working unless I put
a Quotation after the last %>.

Hope ya'll can see past my ignorance.. Thanks in advance.

Heck of a first post, but I'm stumped... (hope this is the right place Confused)




Replies:
Posted By: dj air
Date Posted: 19 September 2005 at 4:09pm
make sure this part is on a new line, look like bwlow

If strRankCustomStars <> "" Then Response.Write(strRankCustomStars) Else Response.Write(strImagePath & intRankStars & "_star_rating.gif") 		

Response.Write(""" alt=""" & strGroupName & """ align=""absmiddle"">")

try that not sure else. looks ok



Posted By: SmOke_N
Date Posted: 19 September 2005 at 8:34pm
Thanks for the reply DJ, it's so weird, every time I save the file, it all goes to one line like I showed above.

I must have done something, because it worked when started changing the colour on the forum, because I had to change the background colour.  When I changed it for the pop up though, I checked it and it was working.

I even went back and put in the original script, and it still does it.


Posted By: SmOke_N
Date Posted: 20 September 2005 at 4:51pm
The only way I could fix it was to remove this line:

Response.Write(""" alt=""" & strGroupName & """ align=""absmiddle"">")

But none the less, it works.

Thanks again!




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net