Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 V33(.02)+V33(.03) BUG+FIX Jump menu out of frame
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

BugLaden
Starting Member

45 Posts

Posted - 01 August 2001 :  13:42:14  Show Profile  Visit BugLaden's Homepage  Send BugLaden an AOL message
This was called to my attention by yirm

quote:

I'm running a forum which is within a frameset. Everything is fine, except when I make a selection from the jump menu, it breaks out of the frameset and goes to the top.



I made the following changes:

active.asp(98)

From:
function jumpTo(s) { if (s.selectedIndex != 0) top.location.href = s.options[s.selectedIndex].value;return 1;}
To:
function jumpTo(s) { if (s.selectedIndex != 0) location.href = s.options[s.selectedIndex].value;return 1;}


forum.asp(250)

From:
function jumpTo(s) {if (s.selectedIndex != 0) top.location.href = s.options[s.selectedIndex].value;return 1;}
To:
function jumpTo(s) {if (s.selectedIndex != 0) location.href = s.options[s.selectedIndex].value;return 1;}


topic.asp(201)

From:
function jumpTo(s) {if (s.selectedIndex != 0) top.location.href = s.options[s.selectedIndex].value;return 1;}
To:
function jumpTo(s) {if (s.selectedIndex != 0) location.href = s.options[s.selectedIndex].value;return 1;}


Would this be considered a bug?

-=BugLaden
CCG Workshop Developer
http://www.ccgworkshop.com
ePublishing the Collectible Card Game

Edited by - BugLaden on 01 August 2001 14:14:10

BugLaden
Starting Member

45 Posts

Posted - 03 August 2001 :  07:31:41  Show Profile  Visit BugLaden's Homepage  Send BugLaden an AOL message
Could someone address this please?

Thanks.

-=BugLaden
CCG Workshop Developer
http://www.ccgworkshop.com
ePublishing the Collectible Card Game
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 09 November 2001 :  03:30:20  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
*bump*

----------
-Eric (da_stimulator)
Stims Snitz Test area - Running 3.3.03, 4 beta, and Huw's modified code
Need a Mod? Check out the Mod Resource
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 10 November 2001 :  17:41:04  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
*bump*

----
-Eric (da_stimulator)
Stims Snitz Test area - Running 3.3.03, 4 beta, Huw's code, and Davio's code
Need a Mod? Check out the Mod Resource
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 29 December 2001 :  00:56:59  Show Profile
fixed in v3.4
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.14 seconds. Powered By: Snitz Forums 2000 Version 3.4.07