472,353 Members | 1,292 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,353 software developers and data experts.

How to use "UBB Code" in my own ASP programme

Recently , i make my own ASP pages, but i have a problem with "UBB
Code" , i want to know how to include "UBB Code" in my own ASP
programme ? Anyone who know this , please help me. Thank you

Aug 22 '06 #1
4 1878
u0*******@gmail.com wrote:
Recently , i make my own ASP pages, but i have a problem with "UBB
Code" , i want to know how to include "UBB Code" in my own ASP
programme ? Anyone who know this , please help me. Thank you

I think you will need to clarify your intentions before anyone can respond
to this intelligently. What do you mean by "include 'UBB Code'"?

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Aug 22 '06 #2


UBB Code is a conversion code from "html code" such as <a
href="www.xxx.com">xxx</ato a safe form.
when i write a bbs programme ,i need to write it

Aug 27 '06 #3
u0*******@gmail.com wrote:
UBB Code is a conversion code from "html code" such as <a
href="www.xxx.com">xxx</ato a safe form.
when i write a bbs programme ,i need to write it
.... and what do you want to do with it?
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Aug 27 '06 #4

Bob Barrows [MVP] wrote:
u0*******@gmail.com wrote:
UBB Code is a conversion code from "html code" such as <a
href="www.xxx.com">xxx</ato a safe form.
when i write a bbs programme ,i need to write it

... and what do you want to do with it?
UBB (Ultimate Bulletin Boards) code is a set of pseudo-html tags used
on bulletin boards. If someone wanted to post a link within a message,
they do this:

xxx.

Clearly, somewhere within the code that manages the posted submission,
there is some process (Replace()/RegExp?) to convert this to a standard
html link. There are only a limited set of html tags that are included
in the "standard" set of UBB codes, so preventing users from posting
any html they like.

To uOkey - you shoud look at the Regular Expressions offered by
VBScript or JScript, depending on your preferred scripting language.
That would seem the easiest solution to your question.

--
Mike Brind

Aug 27 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

18
by: Phill Long | last post by:
this is the the code, now here is the final result.... I get one combo box and one tex box come up, but they are empty... DAMN!!! Any ideas on...
4
by: J. Campbell | last post by:
From reading this forum, it is my understanding that C++ doesn't require the compiler to keep code that does not manifest itself in any way to the...
3
by: Graham | last post by:
On page 89 of Stroustrup's book "The C++ Programming Language" 3rd Ed. He says that multidimensional arrays are best avoided outside low-level...
5
by: apple | last post by:
UDBV8 fp 6a - AIX 5.1 We have scheduled cron jobs to do backups. Periodically and starting to occur more frequently, a backup fails with this...
6
by: Wito | last post by:
hi, I want to backup database (db2, aix 5.1) using script. When I exec script logging to user db2inst1 then is everything ok, but from cron, I...
1
by: | last post by:
Hi guys! I am a beginner with aspx (i have some background with .asp). And i am trying tu use a 'code-behind' page in order to execute all...
3
by: nan | last post by:
Hi All, I am trying to connect the Database which is installed in AS400 using DB2 Client Version 8 in Windows box. First i created the...
6
by: Mizipzor | last post by:
Hi, this is my first mail to the list (and any list for that matter) so any pointers on errors from my part would be appreciated. Im more used to...
2
by: elgin | last post by:
I have a split Access 2003 database. I have signed the database with a Code Signing Certificate from Small Business Server. This works fine and...
1
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.