<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : pop_up_profile.asp problem</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : pop_up_profile.asp problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 11:54:59 +0000</pubDate>
  <lastBuildDate>Thu, 27 Nov 2003 12:52:03 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=7651</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[pop_up_profile.asp problem : Thank you Scotty_32. Now I can...]]></title>
   <link>https://forums.webwiz.net/pop-up-profile-asp-problem_topic7651_post38418.html#38418</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12856">JoeP</a><br /><strong>Subject:</strong> 7651<br /><strong>Posted:</strong> 27&nbsp;November&nbsp;2003 at 12:52pm<br /><br /><P>Thank you Scotty_32.&nbsp; Now I can take a break and have some turkey!<IMG src="https://forums.webwiz.net/smileys/smiley1.gif" border="0"></P><P>Well it certainly played a part of the problem!&nbsp; The original file code layout does not agree with FP and when you mod with FP and save it causes all the little char to appear representing spaces etc.&nbsp; The lenth of the line causes some problems to. </P><P>Following your tip I cut the line into pieces and broke out the If statement to include an End If.</P><P>I also Did a response.write on the &lt;SRC part.&nbsp; It finally took the changes.&nbsp; In case anyone else has the line 268 problem using FP here is the solution that worked for me:</P><P><table width="99%"><tr><td><pre class="BBcode"></P><P>&lt;tr&gt;<BR>&lt;td background="&lt;% = strTableProfileBgImage %&gt;" bgcolor="&lt;% =(strTableRowProfileColour) %&gt;" align="right" class="text"&gt;<BR>&lt;% = strTxtGroup %&gt;:<BR>&lt;/td&gt;<BR>&lt;td background="&lt;% = strTableProfileBgImage %&gt;" bgcolor="&lt;% =(strTableRowProfileColour) %&gt;" class="text"&gt;<BR>&lt;% = strGroupName %&gt;</P><P>&lt;%<BR>Response.write("&lt;img src=""")<BR>If strRankCustomStars &lt;&gt; "" Then<BR>&nbsp;Response.Write(strRankCustomStars)<BR>Else</P><P>Response.Write(strImagePath &amp; intRankStars &amp; "_star_rating.gif")<BR>End If</P><P>Response.Write(""" alt=""" &amp; strGroupName &amp; """ align=""absmiddle""&gt;")<BR>%&gt;<BR>&lt;/td&gt;<BR>&lt;/tr&gt;</P><P></pre></td></tr></table></P>]]>
   </description>
   <pubDate>Thu, 27 Nov 2003 12:52:03 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/pop-up-profile-asp-problem_topic7651_post38418.html#38418</guid>
  </item> 
  <item>
   <title><![CDATA[pop_up_profile.asp problem : didnt see ya last post when i...]]></title>
   <link>https://forums.webwiz.net/pop-up-profile-asp-problem_topic7651_post38393.html#38393</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6524">Scotty32</a><br /><strong>Subject:</strong> 7651<br /><strong>Posted:</strong> 27&nbsp;November&nbsp;2003 at 11:57am<br /><br /><P>didnt see ya last post when i posted</P><P>that's becose your missing the "end if" where the arrow points it should look like this</P><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><P>If strRankCustomStars &lt;&gt; "" Then Response.Write(strRankCustomStars) Else Response.Write(strImagePath &amp; intRankStars &amp; "_star_rating.gif") <FONT color=#ff0000>end if</FONT>&nbsp;&nbsp;&nbsp;</P><P>Response.Write(""" alt=""" &amp; strGroupName &amp; """&nbsp; align=""absmiddle""&gt;")</P></BLOCKQUOTE><P dir=ltr>also the next "response.write" should be on the next line, like i did above</P><P dir=ltr>this will fix the problem,...... i hope <IMG src="https://forums.webwiz.net/smileys/smiley4.gif" border="0"></P>]]>
   </description>
   <pubDate>Thu, 27 Nov 2003 11:57:32 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/pop-up-profile-asp-problem_topic7651_post38393.html#38393</guid>
  </item> 
  <item>
   <title><![CDATA[pop_up_profile.asp problem : umm if you&amp;#039;ve edited ABOVE...]]></title>
   <link>https://forums.webwiz.net/pop-up-profile-asp-problem_topic7651_post38391.html#38391</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6524">Scotty32</a><br /><strong>Subject:</strong> 7651<br /><strong>Posted:</strong> 27&nbsp;November&nbsp;2003 at 11:53am<br /><br /><P>umm if you've edited ABOVE this line, then my line wont be the same</P><P>but i'll have alook for the same line (as in same text) in mine </P><P>line 268 for me <table width="99%"><tr><td><pre class="BBcode">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;If strRankCustomStars &lt;&gt; "" Then Response.Write(strRankCustomStars) Else Response.Write(strImagePath &amp; intRankStars &amp; "_star_rating.gif")</pre></td></tr></table></P><P>it appaires that FrontPage has ever so kindly screwed up your page as the area around this is like this for me:</P><P><table width="99%"><tr><td><pre class="BBcode">&nbsp;&lt;tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td background="&lt;% = strTableProfileBgImage %&gt;" bgcolor="&lt;% =(strTableRowProfileColour) %&gt;" align="right" class="text"&gt;&lt;% = strTxtGroup %&gt;:&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td background="&lt;% = strTableProfileBgImage %&gt;" bgcolor="&lt;% =(strTableRowProfileColour) %&gt;" class="text"&gt;&lt;% = strGroupName %&gt; &lt;img src="&lt;% <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;If strRankCustomStars &lt;&gt; "" Then Response.Write(strRankCustomStars) Else Response.Write(strImagePath &amp; intRankStars &amp; "_star_rating.gif") <BR>&nbsp;&nbsp;Response.Write(""" alt=""" &amp; strGroupName &amp; """ align=""absmiddle""&gt;") %&gt;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/tr&gt;</pre></td></tr></table></P><P>this is from line 265, so you could try and replace it if you want</P>]]>
   </description>
   <pubDate>Thu, 27 Nov 2003 11:53:49 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/pop-up-profile-asp-problem_topic7651_post38391.html#38391</guid>
  </item> 
  <item>
   <title><![CDATA[pop_up_profile.asp problem : I edited the asp with notepad...]]></title>
   <link>https://forums.webwiz.net/pop-up-profile-asp-problem_topic7651_post38390.html#38390</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12856">JoeP</a><br /><strong>Subject:</strong> 7651<br /><strong>Posted:</strong> 27&nbsp;November&nbsp;2003 at 11:53am<br /><br /><P>I edited the asp with notepad and all those characters were not there. I cut and pasted and uploaded.&nbsp; Get the same error:</P><P><table width="99%"><tr><td><pre class="BBcode"></P><P><FONT face=Arial size=2></FONT></P><P><FONT face="Courier New">Microsoft VBScript compilation error '800a0401' </FONT><P><FONT face="Courier New">Expected end of statement </FONT><P><FONT face="Courier New">/forum/pop_up_profile.asp, line 268 </FONT><P><FONT face="Courier New">If strRankCustomStars &lt;&gt; "" Then Response.Write(strRankCustomStars) Else Response.Write(strImagePath &amp; intRankStars &amp; "_star_rating.gif") &nbsp;&nbsp;Response.Write(""" alt=""" &amp; strGroupName &amp; """ align=""absmiddle""&gt;")<BR> ------------------------------------------------------------ ------------------------------------------------------------ --------------------^<BR></FONT><PRE></pre></td></tr></table></PRE><span style="font-size:10px"><br /><br />Edited by JoeP</span>]]>
   </description>
   <pubDate>Thu, 27 Nov 2003 11:53:18 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/pop-up-profile-asp-problem_topic7651_post38390.html#38390</guid>
  </item> 
  <item>
   <title><![CDATA[pop_up_profile.asp problem : Yes that was a big red flag to...]]></title>
   <link>https://forums.webwiz.net/pop-up-profile-asp-problem_topic7651_post38388.html#38388</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12856">JoeP</a><br /><strong>Subject:</strong> 7651<br /><strong>Posted:</strong> 27&nbsp;November&nbsp;2003 at 11:46am<br /><br />Yes that was a big red flag to me as well, but that is the code that came with the product.&nbsp; Can you post your same line?]]>
   </description>
   <pubDate>Thu, 27 Nov 2003 11:46:58 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/pop-up-profile-asp-problem_topic7651_post38388.html#38388</guid>
  </item> 
  <item>
   <title><![CDATA[pop_up_profile.asp problem : umm wots all the  20%20%20%20...]]></title>
   <link>https://forums.webwiz.net/pop-up-profile-asp-problem_topic7651_post38387.html#38387</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6524">Scotty32</a><br /><strong>Subject:</strong> 7651<br /><strong>Posted:</strong> 27&nbsp;November&nbsp;2003 at 11:44am<br /><br /><P>umm wots all the </P><P>20%20%20%20%20%20%20%20%3C/tr%3E%20%20%20%20% 20%20%20%20%20%3Ctr%3E%20%20%20%20%20%20%20%20%20%3Ctd%20bac </P><P>stuff</P><P>i never noticed that b4 <IMG src="https://forums.webwiz.net/smileys/smiley5.gif" border="0"></P><P>did you put that in there?</P><P>i hear FP is a pain, i know dreamweaver is, thats why i stick to notepad</P>]]>
   </description>
   <pubDate>Thu, 27 Nov 2003 11:44:27 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/pop-up-profile-asp-problem_topic7651_post38387.html#38387</guid>
  </item> 
  <item>
   <title><![CDATA[pop_up_profile.asp problem : Here is line 268 in my original...]]></title>
   <link>https://forums.webwiz.net/pop-up-profile-asp-problem_topic7651_post38386.html#38386</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12856">JoeP</a><br /><strong>Subject:</strong> 7651<br /><strong>Posted:</strong> 27&nbsp;November&nbsp;2003 at 11:40am<br /><br /><P>Here is line 268 in my original file:</P><P><table width="99%"><tr><td><pre class="BBcode"></P><P>&lt;img src="&lt;%If strRankCustomStars &lt;&gt; "" Then Response.Write(strRankCustomStars) Else Response.Write(strImagePath &amp; intRankStars &amp; "_star_rating.gif") &nbsp;&nbsp;Response.Write(""" alt=""" &amp; strGroupName &amp; """ align=""absmiddle""&gt;")  %&gt;%3C/td%3E%20%20%20%20%20%20%20%20%3C/tr%3E%20%20%20%20% 20%20%20%20%20%3Ctr%3E%20%20%20%20%20%20%20%20%20%3Ctd%20bac kground="&lt;% = strTableProfileBgImage %&gt;" bgcolor="&lt;% =(strTableRowProfileColour) %&gt;" align="right" class="text"&gt;&lt;% = strTxtAccountStatus %&gt;:&lt;/td&gt;</P><P></pre></td></tr></table><BR></P>]]>
   </description>
   <pubDate>Thu, 27 Nov 2003 11:40:56 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/pop-up-profile-asp-problem_topic7651_post38386.html#38386</guid>
  </item> 
  <item>
   <title><![CDATA[pop_up_profile.asp problem : Thx for the reply. Yes. I have...]]></title>
   <link>https://forums.webwiz.net/pop-up-profile-asp-problem_topic7651_post38384.html#38384</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12856">JoeP</a><br /><strong>Subject:</strong> 7651<br /><strong>Posted:</strong> 27&nbsp;November&nbsp;2003 at 11:36am<br /><br /><P>Thx for the reply. Yes. I have my tblfields all okay and that. I have them working on other pages without a problem.</P><P>The error is .."undetermined string lenght" that pops up when you have a missing quotation etc in a response.write statement.&nbsp; It directs me to line 268.&nbsp; I have a feeling the lenght of the line is causing me a problem.&nbsp; </P><P>I use FP to edit the asp files, and when there is a problem the javascript code does not turn blue as normal. Right after line 268 the javascript turns to black indicating a script error in the previous ASP.</P><P>I guess I will have to start breaking up the lengthy src response staement and narrow it down...&nbsp; Was just hoping someone had resolved this earlier.<IMG src="https://forums.webwiz.net/smileys/smiley18.gif" border="0"></P>]]>
   </description>
   <pubDate>Thu, 27 Nov 2003 11:36:27 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/pop-up-profile-asp-problem_topic7651_post38384.html#38384</guid>
  </item> 
  <item>
   <title><![CDATA[pop_up_profile.asp problem : ummm  ive succesfully edited...]]></title>
   <link>https://forums.webwiz.net/pop-up-profile-asp-problem_topic7651_post38380.html#38380</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=6524">Scotty32</a><br /><strong>Subject:</strong> 7651<br /><strong>Posted:</strong> 27&nbsp;November&nbsp;2003 at 11:18am<br /><br /><P>ummm </P><P>ive succesfully edited the Popup Profile</P><P>did you add the fields to the SQL statement? </P><P>ie: SELECT bla bla bla, tblAuthor.City, bla bla bla</P><P>that could of coursed an error, also did you add the new fields to the database?</P><P>maybe you could post the error you see?</P><P>and you should back up the original fiels b4 you edit them, then you can replace them with the original</P>]]>
   </description>
   <pubDate>Thu, 27 Nov 2003 11:18:58 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/pop-up-profile-asp-problem_topic7651_post38380.html#38380</guid>
  </item> 
  <item>
   <title><![CDATA[pop_up_profile.asp problem : I attempted to make a small mod...]]></title>
   <link>https://forums.webwiz.net/pop-up-profile-asp-problem_topic7651_post38376.html#38376</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12856">JoeP</a><br /><strong>Subject:</strong> 7651<br /><strong>Posted:</strong> 27&nbsp;November&nbsp;2003 at 10:51am<br /><br /><P>I attempted to make a small mod to this file to include City &amp; Region to enhance the Location data from my members.&nbsp; I have made successful mods on the registration and edit files.</P><P>The problem appears when I try to add my new fields to the member profile that pops up when you click on member's name link.</P><P>The file works fine right out of the box, but when you edit it and add a line or two of code and update it, the Original line of code on Line 268 causes an error.&nbsp; I reloaded original pop_up_profile.asp from 7.51 and 7.6&nbsp; Line 268 still the same, but edits cause a problem after mod.???</P><P>Any suggestions on why line 268 does this?</P>]]>
   </description>
   <pubDate>Thu, 27 Nov 2003 10:51:49 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/pop-up-profile-asp-problem_topic7651_post38376.html#38376</guid>
  </item> 
 </channel>
</rss>