This is a discussion on "Formatting Passed Value Within ASP Page In Textarea?" within the Classic ASP section. This forum, and the thread "Formatting Passed Value Within ASP Page In Textarea? are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Formatting Passed Value Within ASP Page In Textarea?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Formatting Passed Value Within ASP Page In Textarea?
Hai..
I have an ASP page that will pass a value to another ASP page. Something like reply PM things where all the message in our PM will be put as [quote] in the reply textarea form. I manage to get the message to be placed as the default value in my reply form:
Anybody can help? Thanks..
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
|
|
#2
|
||||
|
||||
|
Re: Formatting Passed Value Within ASP Page In Textarea?
Isn't this kinda CSS and HTML?
You'd just find [quote] and replace is with something like "<div class="quote">" or am I missing something?
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#3
|
|||
|
|||
|
Re: Formatting Passed Value Within ASP Page In Textarea?
You need to explain this a bit better Monie.
|
|
#4
|
|||
|
|||
|
Re: Formatting Passed Value Within ASP Page In Textarea?
Quote:
Ok..! An illustrator might help When I read someone message, and click the reply button, I manage to put them in my textarea reply form like this one I am replying Alex message! All Alex message will be put in my message textarea as QUOTE and later when Alex read his PM they it will be put DIV to indicate it is a QUOTE message! So how to do this? I tried to make them bold but when diaplaying the message, it will print the <b> tag with the message! Maybe CSS could help me but I don't know how? Thanks..
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Last edited by Monie; Nov 14th, 2007 at 01:43. |
|
#5
|
||||
|
||||
|
Re: Formatting Passed Value Within ASP Page In Textarea?
Well in PHP it would be like:
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#6
|
|||
|
|||
|
Re: Formatting Passed Value Within ASP Page In Textarea?
Hi Monie, I have expanded on Alex's PHP example in ASP:
Last edited by Monie; Nov 27th, 2007 at 07:58. |
|
#7
|
|||
|
|||
|
Re: Formatting Passed Value Within ASP Page In Textarea?
Hi Monie, I have expanded on Alex's PHP example in ASP:
I have attached this in a text file as the code was not displaying properly on the forum as it was displaying quotes as visual quotes if you see what I mean asp_replace_example.txt Hope this helps |
|
#8
|
|||
|
|||
|
Re: Formatting Passed Value Within ASP Page In Textarea?
Thanks Alex. Thanks Robbied. This sound promising to me! Another new programming knowledge! Let me try them first and let you guys informed soon
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
#9
|
||||
|
||||
|
Re: Formatting Passed Value Within ASP Page In Textarea?
Thanks Rob, I didn't know of any replace functions in ASP.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#10
|
|||
|
|||
|
Re: Formatting Passed Value Within ASP Page In Textarea?
Your welcome mate, If you have a look at the following site it will show you many of the functions you can use in ASP:-
http://www.haneng.com/FunctionSearch.asp |
|
#11
|
|||
|
|||
|
Re: Formatting Passed Value Within ASP Page In Textarea?
Thanks robbied for the link.
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
#12
|
|||
|
|||
|
Re: Formatting Passed Value Within ASP Page In Textarea?
Wow, brilliant code there! If only we have the rep points..
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
#13
|
|||
|
|||
|
Re: Formatting Passed Value Within ASP Page In Textarea?
What has happened to everyones rep points?
|
|
#14
|
||||
|
||||
|
Re: Formatting Passed Value Within ASP Page In Textarea?
http://www.webforumz.com/webforumz-c...to-the-rep.htm - Have a look there Robbie.
__________________
Marc Staff Manager - Webforumz.com Want to be a moderator? PM me. |
|
#15
|
|||
|
|||
|
Re: Formatting Passed Value Within ASP Page In Textarea?
Quote:
|
|
#16
|
|||
|
|||
|
Re: Formatting Passed Value Within ASP Page In Textarea?
I hope there will be a good replacement for this
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
![]() |
| Thread Tools | |
|
|