You are here: Technology, Web & Business Forum
: Web Development
: Design
:
How To Mask URL?
|
Welcome to the Technology, Web & Business Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Design Talk about web design techniques and ideas in CSS, HTML, etc.
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
|||
I want to mask the URL displayed on the ADDRESS BAR how can I do like that? Say.. I want to redirect the domain name ABC.COM to say XYZ.COM but I want to show the URL ABC.COM on the ADDRESS BAR instead of XYZ.COM. Plase help me..
__________________
business info |
|
|||
|
|||
There are several methods to mask an URL: I' use URL Masking With Frames .
Two different types of frames can be used to present a web page in the browser with a URL different than the URL in the address bar. 1.The FRAMESET tag. 2.The IFRAME tag. In both methods, when the web page with the frame is loaded into the browser, the frame web page's URL is in the browser's address bar even while the browser window displays a web page located at a different URL. The frames web page originally loaded into the browser and the web page retrieved from elsewhere may be on different domains. Using The FRAMESET Tag For URL Masking. This method hides all visual cues that the web page being displayed is not at the URL in the browser's address bar (unless the web page being displayed itself contains images or wordage that provide clues). What you do is create a FRAMESET web page that loads the target web page. Make a web page with the following code. Change the URL in the third line of the code to the URL of the web page to be displayed in the browser. <frameset rows="100%"> <frameset cols="100%"> <frame src="http://example.com/page.html" frameborder="0" scrolling="no"> </frameset> </frameset> Put only the above into the FRAMESET web page. Use no HTML or BODY or other normal web page tags. Upload the FRAMESET web page to your server. Load the FRAMESET web page into your browser. You'll notice that the URL of the FRAMESET web page is in your browser's address bar even while a different web page, the one you specified in the third line of the above code, is displayed in the browser window. That's the simplicity of URL masking with a FRAMESET tag. Hope this helps |
|
|||
|
|||
Hello, Play Gin to Win Play Gin to Win reveals to gin rummy players many intricacies and nuances of the game. It helps players improve their knowledge and skills in gin rummy. Play Gin To Win covers many aspects of this greatest 2-handed card game for both face-to-face competition and Internet / online competition. You will learn how to play percentages, how to count cards, how to use the "upcard". You would also learn how and when to speculate and knock. There are some great illustrations and some interesting anecdotes. Covers straight gin rummy, Oklahoma, Hollywood, and Oklahoma/Hollywood. 'How to Play Gin to Win' can be extremely useful to those who play gin rummy online! And I can recommend you a good Gin rummy Site to play online and help you recording Top Score in this game. If you play Gin rummy for fun, here's your opportunity to 'spice-up' the game and use your skill to try and win some money! Thanks ___________________ |
|
|||
|
|||
The easiest and most common way to do this is to use a frame set.
You can put in the HTML code of ABC.com, the link of XYZ.com in the frameset tag. |
|
|||
|
|||
The URL will show in the address bar - that's how browsers work. you can show them the individual files by writing a program that sends them the text of the files, but you can't hide the address that the browser is connected to.
___________________________ Life Insurance | auto Insurance |



Linear Mode
