Forums

This topic is locked

Smilies...

Posted 14 Feb 2002 15:00:42
1
has voted
14 Feb 2002 15:00:42 Dennis van Galen posted:
Hi guys,

I just wanted to let you know that the new smilies look really nice, they're all over the website and they make the site look more happy.

BUT, please stop using them on the Tutorial section because it changes sample code to this:

' append the query string to the redirect URL
If (MM_editRedirectUrl &lt;&gt; "" And Request.QueryString &lt;&gt; ""<img src=../images/dmxzone/forum/icon_smile_wink.gif border=0 align=middle> Then
If (InStr(1, MM_editRedirectUrl, "?", vbTextCompare) = 0 And Request.QueryString &lt;&gt; ""<img src=../images/dmxzone/forum/icon_smile_wink.gif border=0 align=middle>Then
MM_editRedirectUrl = MM_editRedirectUrl & "?" & Request.QueryString
Else
MM_editRedirectUrl = MM_editRedirectUrl & "&" & Request.QueryString
End If
End If

as in this tutorial: www.udzone.com/showDetail.asp?TypeId=2&NewsId=385

I see this in many tutorials and it's bound to create confusion, i know cause it confused me <img src=../images/dmxzone/forum/icon_smile_blush.gif border=0 align=middle>

Or is that how it's meant to be ???

With kind regards,

Dennis van Galen
Webmaster KPN Nederland
Financial and Information Services

Reply to this topic