Wrox Programmer Forums
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 14th, 2005, 05:34 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 479
Thanks: 0
Thanked 3 Times in 3 Posts
Send a message via MSN to surendran Send a message via Yahoo to surendran
Default how it's possible

hi friends,
please check the following links
http://www.tamilnet.com/art.html?catid=13&artid=14453

here art.html? they are using html how to get the values from database.
i want to know how it's possible using html without any serverside languages....


surendran
(Anything is Possible)
__________________
surendran
(Anything is Possible)
http://www.suren.info
http://ssuren.spaces.msn.com
 
Old March 14th, 2005, 06:39 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,212
Thanks: 0
Thanked 1 Time in 1 Post
Default

you cannot always rely on file extensions, because servers can be set up to process any types of file at server side including html files. For example with IIS, you can edit the application configuration of a site using the 'Mappings' tab to specify that all html pages are passed through asp.dll, then you don't need to have .asp files, they can all be .html
 
Old March 14th, 2005, 08:13 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 344
Thanks: 0
Thanked 1 Time in 1 Post
Default

Alternatively, it could be a normal HTML page and they are using the QueryString to provide parameters to some client side code on that page.
 
Old March 15th, 2005, 02:13 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 336
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alyeng2000
Default

what Do You Mean Greg
--it could be a normal HTML page and they are using the QueryString to provide
--parameters to some client side code on that page.

Ahmed Ali
Software Developer









Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.