473,471 Members | 1,858 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

site where 'back' button doesn't work..

the other day someone asked can u disable 'back' button w/JavaScript..
response was NO.. I asked really? because I've seen a lot of sites
where 'back' button doesn't work and had always assumed this was done
w/JavaScript.. so was asked for an example.. so now found an example..
here's a site where 'back' button doesn't work..
http://www.operissimo.com/index.dxa

I checked code, can't find how they do it..
(not interested in doing this myself, mind you, I think it's a very
user-UNfriendly thing to do.. but am just very curious as to how this is
done..)

main pg on this site is 'index.dxa'... what on earth is this
extension?? have never seen this.. thank you.

Frances

Jul 23 '05 #1
3 2717
On Sun, 03 Oct 2004 12:35:33 -0400, Frances Del Rio <fd***@yahoo.com>
wrote:

[snip]
here's a site where 'back' button doesn't work..
http://www.operissimo.com/index.dxa
The back button works just fine for me. Which browser, version and OS?

[snip]
main pg on this site is 'index.dxa'... what on earth is this
extension?? have never seen this.. thank you.


I don't know, but it doesn't really matter. You could serve a file with a
..bmp extension as HTML with no real problems[1], though granted, it
wouldn't make a lot of sense.

Mike
[1] Some badly implemented browsers might use the extension to determine
how to treat the content, rather than using the content type sent by the
server. I don't know of any, though.

--
Michael Winter
Replace ".invalid" with ".uk" to reply by e-mail.
Jul 23 '05 #2
Frances Del Rio wrote:
the other day someone asked can u disable 'back' button w/JavaScript..
response was NO.. I asked really? because I've seen a lot of sites
where 'back' button doesn't work and had always assumed this was done
w/JavaScript.. so was asked for an example.. so now found an example..
here's a site where 'back' button doesn't work..
http://www.operissimo.com/index.dxa
I just went to that site and the back button works perfectly fine. What
actions are you getting, and, are you sure you have a history trail to
navigate through?

I checked code, can't find how they do it..
(not interested in doing this myself, mind you, I think it's a very
user-UNfriendly thing to do.. but am just very curious as to how this is
done..)

main pg on this site is 'index.dxa'... what on earth is this
extension?? have never seen this.. thank you.


Probably just another server-side extension that is served with the
proper content-type header to be parsed as HTML

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq
Jul 23 '05 #3
Frances Del Rio wrote:
here's a site where 'back' button doesn't work..
http://www.operissimo.com/index.dxa
Well, it WFM.

Mozilla/5.0 (compatible; Konqueror/3.3; Linux) (KHTML, like Gecko)
and
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040928 Firefox/0.9.3
Mnenhy/0.6.0.104
I checked code, can't find how they do it..
I can't find out either. I can only guess that the document you are
referring to is opened in a new window/tab; since the history of a new
window/tab is empty, the "back" feature is unavailable.
main pg on this site is 'index.dxa'... what on earth is this
extension??
I don't know (however googling could help), but then it does not even
matter as long as the resource is served as text/html which it is here:

$ HEAD http://www.operissimo.com/index.dxa
200 OK
Connection: close
Date: Sat, 23 Oct 2004 13:04:55 GMT
Server: Apache/1.3.11 (Win32) ApacheJServ/1.1
Content-Type: text/html
Client-Date: Sat, 23 Oct 2004 14:07:03 GMT
Client-Peer: 212.55.196.218:80
Client-Response-Num: 1
Set-Cookie: JServSessionIdroot=5vrfigq63g; path=/
have never seen this..
I have not either.
thank you.


You're welcome.
PointedEars
--
Every knee shall bend, every mouth confess, that Cthulu is LORD
Jul 23 '05 #4

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

Similar topics

9
by: jcnews | last post by:
When designing a webpage, is there a way to disable the back button? It must be possible. I am asking because there are certain web applications that I have used that require the user to...
4
by: Hypo | last post by:
I added a 'Back' button to my page, and wrote 'OnClick' code something like this: Response.Write("<script>history.go(-" + iDepthIndex.ToString() + ");</script>"); But, it dosnt work! Effect...
4
by: Wayne P. | last post by:
I'm working on a shopping cart webapp and I need to perform a form POST of data to a 3rd party site (a payment processor, StormPay). I seem to be having problems doing this. I have an image...
2
by: nvv via DotNetMonster.com | last post by:
Hi, I am working on a web site which authenticates an user using forms. And once they logout, I observed that, for any reason if they click on "BACK" button of the browser, the user is being taken...
6
by: tshad | last post by:
I am trying to set up a Javascript popup box that has a way of sending back a message to asp.net on how to process some data. At the moment I am just doing: ...
7
by: Sridhar | last post by:
Hi, I have a question regarding the Page_Load method and Back Button of Internet explorer. I have created a webform. In that webform I have several Text Boxes. Also I have two buttons. When I...
2
by: Liming | last post by:
Hi, I have a multiview (with 10 views inside). Now on View2, I ask the user to uplaod a file and click Save to go to View3 and once they get to view3? If the user hits my "previous" button,...
20
by: mike | last post by:
I help manage a large web site, one that has over 600 html pages... It's a reference site for ham radio folks and as an example, one page indexes over 1.8 gb of on-line PDF documents. The site...
4
by: bendlam | last post by:
I have a page that contains search criteria and when you click on the search button it causes a post back that populates a dataview on the same page. One of the gridview columns contains a link...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.