Forums
This topic is locked
How do I post code?
Posted 03 Mar 2003 17:08:12
1
has voted
03 Mar 2003 17:08:12 jack nimble posted:
How do I post code? I post it and then the message board translates it. I've tried the code & /code to no avail. Replies
Replied 03 Mar 2003 17:47:10
03 Mar 2003 17:47:10 Jeremy Conn replied:
All you have to do is copy and paste your standard code... the forum uses a different style html, so that you can use normal html in posts.
Also, sometimes when you view your post through the preview, it looks weird... just go ahead and post some code and see.
(DWMX|IIS5|Access2K|XP|ASP/VB)
*Connman21*
www.conncreativemedia.com
Also, sometimes when you view your post through the preview, it looks weird... just go ahead and post some code and see.
(DWMX|IIS5|Access2K|XP|ASP/VB)
*Connman21*
www.conncreativemedia.com
Replied 03 Mar 2003 18:46:55
03 Mar 2003 18:46:55 jack nimble replied:
I'm talking about ASP code, for instance: <%
Replied 03 Mar 2003 21:05:25
03 Mar 2003 21:05:25 Jeremy Conn replied:
Exactly... like this:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<html>
<head>
<title>Some Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<%
Response.Write("Hello, my name is Jeremy"
%>
</body>
</html>
(DWMX|IIS5|Access2K|XP|ASP/VB)
*Connman21*
www.conncreativemedia.com
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<html>
<head>
<title>Some Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<%
Response.Write("Hello, my name is Jeremy"

%>
</body>
</html>
(DWMX|IIS5|Access2K|XP|ASP/VB)
*Connman21*
www.conncreativemedia.com
Replied 03 Mar 2003 22:25:07
03 Mar 2003 22:25:07 jack nimble replied:
Dang. I can't do that. Let me try:
<pre id=code><font face=courier size=2 id=code><% If rsView.Fields.Item("part_1_descrip"
.Value = request.form("part_descrip"
Then %>
<% Else %>
<% End If %></font id=code></pre id=code>
You see, its not there; at least in the preview?
<pre id=code><font face=courier size=2 id=code><% If rsView.Fields.Item("part_1_descrip"


<% Else %>
<% End If %></font id=code></pre id=code>
You see, its not there; at least in the preview?
Replied 03 Mar 2003 23:18:05
03 Mar 2003 23:18:05 Jeremy Conn replied:
That's why I said "Also, sometimes when you view your post through the preview, it looks weird... just go ahead and post some code and see."
Post away, my friend... <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
(DWMX|IIS5|Access2K|XP|ASP/VB)
*Connman21*
www.conncreativemedia.com
Post away, my friend... <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
(DWMX|IIS5|Access2K|XP|ASP/VB)
*Connman21*
www.conncreativemedia.com
Replied 03 Mar 2003 23:48:13
03 Mar 2003 23:48:13 Dennis van Galen replied:
pay no attention to the preview window, try doing
<pre id=code><font face=courier size=2 id=code>
<input type="text" name="Hallo" length="50">
</font id=code></pre id=code>
I did many cancels on posts because the preview tricked me in the past.
Oh I just noticed you allready figured out how to show when recordset is like form element.
with kind regards,
Dennis van Galen
DMXzone Manager
FAQ, Tutorial and Extension Manager
Studio MX / CFMX PRO / SQL 2000 / NT4 AND win2kPRO / IIS5
Edited by - djvgalen on 03 Mar 2003 23:54:35
<pre id=code><font face=courier size=2 id=code>
<input type="text" name="Hallo" length="50">
</font id=code></pre id=code>
I did many cancels on posts because the preview tricked me in the past.
Oh I just noticed you allready figured out how to show when recordset is like form element.
with kind regards,
Dennis van Galen
DMXzone Manager
FAQ, Tutorial and Extension Manager
Studio MX / CFMX PRO / SQL 2000 / NT4 AND win2kPRO / IIS5
Edited by - djvgalen on 03 Mar 2003 23:54:35