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 July 14th, 2005, 06:05 AM
Authorized User
 
Join Date: May 2005
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to subhasis.chakraborty Send a message via Yahoo to subhasis.chakraborty
Default this helps every 1

 When we are seeing any thing in a broeser what we see is the domain name , then the page name part and then the querystring part . eg. http://www.subhasis.com/index.asp and if its a dynamic page it may have parameters like http://www.subhasis.com/index.asp?cat_ID = 22 . Now can u sujjest me a method to suppress the whole thing from the domain name itself

     I mean it will show the any page in the site as the domain name

ie. http://www.subhasis.com/
 
Old August 3rd, 2005, 03:39 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

hello subhasis.chakraborty,
I think you can use a frame page if you call the default page, it will work with your request
ie:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Title</title>
</head>

<frameset rows="*">
    <frame name="top" src="http://www.Muralitharan.com/">
</frameset>

</html>

surendran
(Anything is Possible)





Similar Threads
Thread Thread Starter Forum Replies Last Post
need helps please loon86 ASP.NET 1.0 and 1.1 Basics 0 March 19th, 2008 09:57 AM
Helps for this kelvinklein82 BOOK: Professional Crystal Reports for VS.NET 0 December 31st, 2004 05:24 AM
Something went terribly wrong..need helps kenh BOOK: Beginning ASP 3.0 9 October 24th, 2004 06:04 AM
Everyone Asks But Nobody Helps Gravicapa Classic ASP Basics 5 March 13th, 2004 02:22 PM





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