Forums
This topic is locked
Help with framesruffer Please!
Posted 27 May 2004 22:48:39
1
has voted
27 May 2004 22:48:39 teddy theo2874 posted:
Hello...Could someone please take a look at a problem I am having using Framestuffer code.....Whenever I use the back button function in the browser it takes a user all the way back to the landing page......I can't fiqure out what is going on here is an example of the problem:
go to www.hiltoncaribbean.com
then on the right side click the button that say golf
then click the text link in white that says cancun, this will take you to the cancun golf page
now click the back button in your browser and it will flash the regional golf page for a second and then it takes you back to the landing page of the site
thank you
teddy
Replies
Replied 28 May 2004 17:46:09
28 May 2004 17:46:09 Dave Thomas replied:
depending on the browser your using it will flash the golf page.
doesnt do it in either Mozilla Firefox or Opera 7. just goes straight back to the homepage.
must u use frames? server side includes could do the job much better and easier.
Regards,
Dave
[DWMX 2004]|[FlashMX 2004 Pro]|[Studio MX 2004]|[SQL]|[Access2000/2002]|[ASP/VBScript]|[XP-Pro]
If you like online gaming, please register @ www.nova-multigaming.com
doesnt do it in either Mozilla Firefox or Opera 7. just goes straight back to the homepage.
must u use frames? server side includes could do the job much better and easier.
Regards,
Dave
[DWMX 2004]|[FlashMX 2004 Pro]|[Studio MX 2004]|[SQL]|[Access2000/2002]|[ASP/VBScript]|[XP-Pro]
If you like online gaming, please register @ www.nova-multigaming.com
Replied 28 May 2004 18:10:39
28 May 2004 18:10:39 teddy theo2874 replied:
I didn't design the site from the beginning, that person quit, and the company has invested a bunch of money into the site witht the agency I work for... so there really isn't an option of rebuilding the site..I just need to figure out how to fix it
thanks for taking a look at it...... I guess the problem is in IE(browser).... do you know if there is any java or a different code I could use to prevent it from jumping all the back to the beginning?
thanks again,
teddy
thanks for taking a look at it...... I guess the problem is in IE(browser).... do you know if there is any java or a different code I could use to prevent it from jumping all the back to the beginning?
thanks again,
teddy
Replied 28 May 2004 18:22:37
28 May 2004 18:22:37 teddy theo2874 replied:
Also though, the problem is I need it to stop jumping back to the beginning....I need it to display the previous page that was clicked on.... I know this frames stuff is very problemmatic....thanks again for looking at it
Replied 28 May 2004 18:51:52
28 May 2004 18:51:52 Dave Thomas replied:
you could always add a javascript to disable the back button on the browser.
but with it being in frames, it's going to be a pain for your visitors.
if it was built without frames, you could use javascript:;history-1 to go back to previous page, dont know how that will work on the frames tho to be honest.
try a few javascript sites www.dynamicdrive.com etc .. see if they have anything to help.
frames r evil }<img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
Regards,
Dave
[DWMX 2004]|[FlashMX 2004 Pro]|[Studio MX 2004]|[SQL]|[Access2000/2002]|[ASP/VBScript]|[XP-Pro]
If you like online gaming, please register @ www.nova-multigaming.com
but with it being in frames, it's going to be a pain for your visitors.
if it was built without frames, you could use javascript:;history-1 to go back to previous page, dont know how that will work on the frames tho to be honest.
try a few javascript sites www.dynamicdrive.com etc .. see if they have anything to help.
frames r evil }<img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
Regards,
Dave
[DWMX 2004]|[FlashMX 2004 Pro]|[Studio MX 2004]|[SQL]|[Access2000/2002]|[ASP/VBScript]|[XP-Pro]
If you like online gaming, please register @ www.nova-multigaming.com
Replied 28 May 2004 18:56:38
28 May 2004 18:56:38 teddy theo2874 replied:
thanks for your help.I will check it out <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>