micheal_newby Posted August 12, 2006 Share Posted August 12, 2006 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=nieuwsis shown. But when clicked the url above in the adres keeps the same. Still www.incassofederatie.nlNow 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. Link to comment https://forums.phpfreaks.com/topic/17328-how-do-they-do-it-to-get-the-url-always-the-same-name-when-clicking-a-link/ Share on other sites More sharing options...
Orio Posted August 12, 2006 Share Posted August 12, 2006 This is not PHP...Orio. Link to comment https://forums.phpfreaks.com/topic/17328-how-do-they-do-it-to-get-the-url-always-the-same-name-when-clicking-a-link/#findComment-73646 Share on other sites More sharing options...
wildteen88 Posted August 12, 2006 Share Posted August 12, 2006 That site is using [url=http://www.w3schools.com/html/html_frames.asp]HTML Frames[/url] Link to comment https://forums.phpfreaks.com/topic/17328-how-do-they-do-it-to-get-the-url-always-the-same-name-when-clicking-a-link/#findComment-73659 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.