Home  |  About  | Last |  Submit  |  Contact
AllQuests.com

Previous Question:  PHP How to add paging to existing page  Server Side (PHP, SQL, ASP.NET, etc.)Next Question:  Narrowed done to 4 processors for subscriptions to my site  eCommerce
Question URL Address HTML code ( SitePoint Forums Just Starting Your Design )
Updated: 2008-08-12 07:15:36 (5)
URL Address HTML code

I recall at one time I could enter an HTML code which would make the URL address of a page, like:

http://www.mydomain.com/firstpage/se...e/thisone.html

appear as:

http://www.mydomain.com

on the browsers 'Address' field ... no matter which page you were viewing.


Can someone help please ? ...

Thanx,
David

Answers: URL Address HTML code ( SitePoint Forums Just Starting Your Design )
URL Address HTML code

Did you use frames perhaps? And had all clicked links update your content frame?

redemption

URL Address HTML code

That will work if you cloak url.

badjuju

URL Address HTML code

No frames in the web page ... how do you cloak an URL ?

ddixon

URL Address HTML code

You can use a service like www.mydomain.com ?

Basically you use a frameset

Code:
<html>
<head>
<title>Title</title>
</head>

<frameset rows="100%,*" frameborder="0" border="0" framespacing="0" marginwidth="0" marginheight="0">
  <frame name="therealpage" src="http://www.somepage.com" marginwidth="0" marginheight="0" frameborder="no" framespacing="0" border="0">

  <noframes>

    <body>

    </body>

  </noframes>
</frameset>
</html>

platinum

URL Address HTML code

Thanx ... much appreciated.

ddixon

Previous Question:  PHP How to add paging to existing page  kirupaForum  Server Side (PHP, SQL, ASP.NET, etc.)Next Question:  Narrowed done to 4 processors for subscriptions to my site  SitePoint Forums  eCommerce

- Source: URL Address HTML code SitePoint Forums Just Starting Your Design
- Previous Question: PHP How to add paging to existing page kirupaForum Server Side (PHP, SQL, ASP.NET, etc.)
- Next Question: Narrowed done to 4 processors for subscriptions to my site SitePoint Forums eCommerce





AllQuests.com