Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/68686?pagenum=1
05 November 2025, 10:53
Topic
Etymon
showarticle.asp?
09 June 2009, 16:36
I was looking at a web site that uses the file showarticle.asp. I was curious about who made the site, and I did a view source on it. There was no copyright. So, I searched for it and found 11,700,000 hits.
Does anyone know of a software package that uses showarticle.asp?
Replies ...
HuwR
09 June 2009, 17:34
do you have a link? someone may recognise it.
Etymon
09 June 2009, 20:49
Just hover over the links on this page where the links have, "Click Here For More..."
http://www.shrivercompanies.com/services.asp
Carefree
09 June 2009, 21:47
That particular site uses "showarticle.asp" simply to display full-sized photos of the thumbnails (you'll notice the thumbnails and the links use the same URL). That could be done in about 4 lines of code.
Etymon
09 June 2009, 22:36
I did something like that for http://www.TheLawPosse.com , ( <-- I really wish I didn't have to use a space and then a comma when writing a url ) but I am wondering if there is something open source out there that uses the showarticle.asp in its code because when I Google it ShowArticle.asp, I can see where the file is used in different ways in the search results links.
Thanks guys!
HuwR
10 June 2009, 02:16
<-- I really wish I didn't have to use a space and then a comma when writing a url
You don't if you write them correctly and use the [url] tags
Etymon
10 June 2009, 02:51
Well, yeah, you got a point there. was just dreaming about writing freely without having to code. LOL!