Hide link pages

Hide link pages

Postby meristatha on Tue Mar 29, 2011 5:35 am

I'm using Eclime 1.1.3b and I want to hide the page links...For example instead of http://localhost/eclime/catalog/shopping_cart.php to stay always http://localhost/eclime/catalog/index.php for every link.....or http://localhost/eclime/catalog/index.p ... le=1...Can anyone help me? Best regards!!!
meristatha
 
Posts: 3
Joined: Tue Mar 29, 2011 5:29 am

Re: Hide link pages

Postby meristatha on Thu May 19, 2011 1:46 am

I found the solution...Here is the code:
<html>
<title>Welcome to my site</title>
<frameset cols="100%,*" border=0 frameborder=0 border=0 framespacing=0 scrolling="yes">
<frame
src="http://localhost/eclime/catalog/"
name="AddressHidingFrame"
marginwidth=0 marginheight=0 frameborder=0 noresize scrolling="yes">
<frame
name="needed4Netscape2Work"
marginwidth=0 marginheight=0 frameborder=0 noresize>
</frameset>
<noframes>
<a href="http://localhost/eclime/catalog/">Your browser doesn't support frames, click here to continue.</a>
</noframes>
</html>
meristatha
 
Posts: 3
Joined: Tue Mar 29, 2011 5:29 am


Return to Features discussion

Who is online

Users browsing this forum: Esollelry and 1 guest


cron