navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

HTML formatting of "no records returned" message?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> HTML formatting of "no records returned" message?
Page: [1]
 
Botcollector

 

Posts: 69
From: None
Status: offline

 
HTML formatting of "no records returned" mess... - 3/8/2001 20:39:00   
Well, I figured out how to get the href HTML tag to work in the No records returned" message, but what I CAN'T do is format the text with any HTML tags. Is there any way to format the "no records" message, like center, bold, etc., while still maintaining the functionality of the href link?

If it helps anyone figure it out, I got the href tag to wrok by using single quotes around the http address; double quotes don't work, because FP sees any second double quote as the end of the message to display. I tried using the ampersand (&) and more quotes to concatenate the text, like in Visual Basic programming, but it didn't work. Maybe I'm real close and just haven't tried the one right thing.

Any info would be greatly appreciated.

Thanks for reading.

The 'Bot Collector

Vince from Spain

 

Posts: 658
From: Madrid Spain
Status: offline

 
RE: HTML formatting of "no records returned" ... - 3/8/2001 23:52:00   
Here are a couple of ways to do the double quotes if you ever really need them. Though single quotes are good too as you say.

<center><b><a href=" & chr(34) & "anotherpage.asp" & chr(34) & ">Go to another page</a></b></center>

<center><b><a href=""anotherpage.asp"">Go to another page</a></b></center>

All the best

Vince

------------------
Internet Business Solutions S.L.(Spain)


(in reply to Botcollector)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> HTML formatting of "no records returned" message?
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts