473,396 Members | 1,805 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

How not to display actual URL

Hi,

I have seen some of the website will display same url even if we go to inner
pages. In status bar we can see the url before click of the link but when
trhe page loads the addressber url still remain the same.

How can We do that using ASP? Is it some URL masking concept? (I think using
frames we can do that, But I am sure that website did not used frames)

Please suggest.
Prabhat
Apr 27 '06 #1
6 1768
Prabhat wrote on 27 apr 2006 in microsoft.public.inetserver.asp.general:
I have seen some of the website will display same url even if we go to
inner pages. In status bar we can see the url before click of the
link but when trhe page loads the addressber url still remain the
same.

How can We do that using ASP? Is it some URL masking concept? (I think
using frames we can do that, But I am sure that website did not used
frames)


I don't know who "We" are ;-), but I,
there are two/three possiblilties I know off:

1 frame, this is clientside.

2 changing [serverside] content depending on session variable or post/query

3 changing [clientside] content with AJAX?

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Apr 27 '06 #2

Evertjan. wrote:
Prabhat wrote on 27 apr 2006 in microsoft.public.inetserver.asp.general:
I have seen some of the website will display same url even if we go to
inner pages. In status bar we can see the url before click of the
link but when trhe page loads the addressber url still remain the
same.

How can We do that using ASP? Is it some URL masking concept? (I think
using frames we can do that, But I am sure that website did not used
frames)


I don't know who "We" are ;-), but I,
there are two/three possiblilties I know off:

1 frame, this is clientside.

2 changing [serverside] content depending on session variable or post/query

3 changing [clientside] content with AJAX?


4. Use Web Forwarding.

--
Mike Brind

Apr 27 '06 #3
Mike Brind wrote on 27 apr 2006 in
microsoft.public.inetserver.asp.general:

Evertjan. wrote:
Prabhat wrote on 27 apr 2006 in
microsoft.public.inetserver.asp.general:
> I have seen some of the website will display same url even if we go
> to inner pages. In status bar we can see the url before click of
> the link but when trhe page loads the addressber url still remain
> the same.
>
> How can We do that using ASP? Is it some URL masking concept? (I
> think using frames we can do that, But I am sure that website did
> not used frames)


I don't know who "We" are ;-), but I,
there are two/three possiblilties I know off:

1 frame, this is clientside.

2 changing [serverside] content depending on session variable or
post/query

3 changing [clientside] content with AJAX?


4. Use Web Forwarding.


And what is that?

Response.redirect wil not keep the original adress in the bar.

Server.transfer does not work outside the server.

Response.AddHeader "Location", "http://www.wherever.com/"
is the same as
<meta http-equiv="refresh" content="2"; url=http://www.wherever.com/">
and wil not keep the original adress in the bar.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Apr 27 '06 #4

Evertjan. wrote:
Mike Brind wrote on 27 apr 2006 in
microsoft.public.inetserver.asp.general:

Evertjan. wrote:
Prabhat wrote on 27 apr 2006 in
microsoft.public.inetserver.asp.general:

> I have seen some of the website will display same url even if we go
> to inner pages. In status bar we can see the url before click of
> the link but when trhe page loads the addressber url still remain
> the same.
>
> How can We do that using ASP? Is it some URL masking concept? (I
> think using frames we can do that, But I am sure that website did
> not used frames)

I don't know who "We" are ;-), but I,
there are two/three possiblilties I know off:

1 frame, this is clientside.

2 changing [serverside] content depending on session variable or
post/query

3 changing [clientside] content with AJAX?


4. Use Web Forwarding.


And what is that?

Well... it's using frames, basically. So back to 3 suggestions :-)

--
Mike Brind

Apr 27 '06 #5
Thanks friends for your suggestion. I think Frames is the Best to implement
that. Also I need to learn AJAX.

Prabhat
Apr 28 '06 #6
good morning

my guess is that is using frame. not frames.
one frame page with one frame inside

Pedro
"Prabhat" <no********@hotmail.com> escreveu na mensagem
news:OX****************@TK2MSFTNGP03.phx.gbl...
Hi,

I have seen some of the website will display same url even if we go to
inner
pages. In status bar we can see the url before click of the link but when
trhe page loads the addressber url still remain the same.

How can We do that using ASP? Is it some URL masking concept? (I think
using
frames we can do that, But I am sure that website did not used frames)

Please suggest.
Prabhat

May 2 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Corepaul | last post by:
As input is typed into a text box, I would like to search a recordset for the first record that matches what has been typed so far. I would like to update the text box to display the letters typed...
2
by: ruby_bestcoder | last post by:
Hi Im having problem in firefox with display:none/block. I have essentially 3 li elements. In each element there are a few nested div:s. Clicking on one of the divs, makes another div to...
4
by: mukeshhtrivedi | last post by:
I have TYPE field which has 3 data like HEAD, TRACK and PANEL. Now whenever any person works on HEAD we put 8 Hrs in HRS filed and in LABOR field it reflects the dollar value automatically like...
7
by: Simon Wigzell | last post by:
I am putting together a website for a photographer. There will be a section where his clients can select various sizes of picture to order. I would to be able to display the images the actual size...
5
by: libsfan01 | last post by:
function switch_display(switchme) { var el = document.getElementById(switchme); el.style.display = (el.style.display == 'none')? '' : 'none'; } im using this function to switch the display on...
0
by: adubra | last post by:
Hi there, I am using a device context (DC) and a buffer to successfully draw to screen. However, when I update the DC at very high frame rate and drag the frame containing the image very quickly...
15
by: cssExp | last post by:
hello, Rather than going on a wild explanation on what's the the problem, it'll be much quicker and easier if i let you look at it yourself, so I'll post my page source (actual contents taken out,...
11
by: =?Utf-8?B?UmF5IE1pdGNoZWxs?= | last post by:
Hello, I know I sound like a one-note Johnny on this but I'm still looking for a solution. I need to display characters coming in from a serial port or a socket. I also need to be able to type...
1
by: xx75vulcan | last post by:
Hi, Not sure if this goes to PHP or mySQL group (or both!). I've got a home brewed blog started using PHP and mySQL to store and display the entries/postings. I've figured out that I could...
2
Claus Mygind
by: Claus Mygind | last post by:
I have an array of objects (a hash table). My section of code, the "for in" loop (lines 18 to 41) does not execute at full speed. But if I put in an alert box (line 13) to stop program execution...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.