Topic: how to hid the url stuff?
how can i hid the url viewtopic.php?xxxxx
all i want to show is http://yoursite.com on ever page that loads.
Don't be stupid and help ! We are the stupid one's !!!
You are not logged in. Please login or register.
PunBB Forums → Programming → how to hid the url stuff?
how can i hid the url viewtopic.php?xxxxx
all i want to show is http://yoursite.com on ever page that loads.
You mean hide it in the address bar (because people can always navigate directly to it and see it in the bar at the bottom of the page)?
yes no matter what they click on it will always show http://mysite.com in the url bar!
Q
frames or iframes
A frame is the way to go. Though I must say, as a visitor that is the most annoying thing on the web
lol..... im not worried about the visitor.. for my site...lol..
it going to be about my photography and photo editing of my skillz.
I work from home editing photos for photographer world wide....
and sometimes i do govt consulting... wooohooo...
Q
Though I must say, as a visitor that is the most annoying thing on the web
indeed. thank god for firefox.
@ Q : are you trying to hide the url of the images? if so why not try something like simpleviewer or a similar flash based gallery? but i'm sure that's still not 100% foolproof.
For "hiding" complete URL in address bar you should use this code in the index
<html>
<head>
<title>Title</title>
</head>
<frameset frameborder="0" framespacing="0" border="0" rows="100%,0%">
<frame name="IndexFrame" src="index2.php" noresize>
<noframes>
<body>
</body>
</noframes>
</html>
what i was trying to do is hide all the urls so only bunpai.com will show no matter what page you go to or load.
gallery.php
about.php
calendar.php
nothing....
PunBB Forums → Programming → how to hid the url stuff?
Powered by PunBB, supported by Informer Technologies, Inc.