ASP Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreASP Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 22nd, 2004, 03:43 AM
esthera esthera is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 138 esthera User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 2 m 11 sec
Reputation Power: 6
help parse fonttag in asp

I am trying to pase out a font tage in asp.
I have a string newsitem and I want to find any font tag (meaning opening with <font xxxx> --
I want to save the text before in one variable and the font tag in another variable and the text after in another. I will then change the font tag. ( I want to change size to class depending on the size)

Here's my code that is wrong

z=instr(1,newsitem,"<font",1)
if z>0 then
bfont=left(newsitem,z-1)
y=instr(z,newsitem,">",1)
tempfonttag=mid(newsitem,z,y+z)
afont=right(newsitem,y-1)
response.write "tempfonttag:" & tempfonttag
response.write "bfont:" & bfont
response.write "afont:" & afont
'end if

bfont should before the <font
afont should be after > of the tag avove
tempbfont should show font tag ex: <fonts name=arial size=1>

Can someone start me out with this script

Reply With Quote
  #2  
Old January 22nd, 2004, 10:55 AM
imbrokn imbrokn is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2001
Location: NJ
Posts: 428 imbrokn User rank is Corporal (100 - 500 Reputation Level)imbrokn User rank is Corporal (100 - 500 Reputation Level)imbrokn User rank is Corporal (100 - 500 Reputation Level)imbrokn User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 11 h 34 m 8 sec
Reputation Power: 11
Send a message via AIM to imbrokn
You should really be using Regular Expressions for this. if you don't know about regular expressions, they are used to define patterns and strings to find matches. The uses range from what you are trying to do, to verify email address, URLs, or phone numbers, or creating a custom markup then translating to HTML ( or some other markup like XML). As good a place as any to start learning about Regular Expressions is here: http://www.4guysfromrolla.com/webte...pressions.shtml

Knowing how to use Regular Expressions is a good skill to add to your programming know-how because it is a common tool to many programming languages. (and applications even) Read through some of the tutorials, then if you have any questions figuring out what you need to do let me know, however that link should certainly have enough info for you.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreASP Programming > help parse fonttag in asp


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT