Jump to content

How do they do it, to get the url always the same name when clicking a link.


micheal_newby

Recommended Posts

Hello,
I found this website: http://www.incassofederatie.nl
When clicking on a link to go to another page i notice that for example at the
bottom of the IEbrowser this link: http://www.incassofederatie.nl/default.php?lang=NL&p=nieuws
is shown. But when clicked the url above in the adres keeps the same. Still www.incassofederatie.nl

Now i am trying to find out how they do it. the source of the first page is:

<html>
<head>
<title>Incasso Federatie Nederland</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Language" content="NL">
<meta name="title" content="">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="abstract" content="">
</head>
<frameset rows="100%" border="0" frameborder="0" framespacing="0">
<frame src="default.php">
<noframes>
Sorry, your browser does nog support this frameset...
</noframes>
</frameset>
</html>

But when i copy this in to dreamweaver i get to see two rows?  ???
I also would like to know how to make this in php ? I am new to it,
and don't know where to begin. Can someone help me please?

Regard,
Micheal.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.