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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Current Version (Old)
 Need help with frames
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

ch_chia
Starting Member

17 Posts

Posted - 24 April 2001 :  04:07:24  Show Profile
On my web-site, i seperate it to two frame, one is the site navigation menu, and another one is showing the content like forum...
but when i try to "Jump To" another forum using the inc_jump_to.asp, it will actually jump and place in whole page ( _top ), is there any solution to make it to remain on the same frame ( _self ) instead of replace the whole page ( _top )!? please help!

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 24 April 2001 :  12:29:21  Show Profile
Try this. In the inc_jump_to.asp file, change this:
<form name="Stuff">
to this:
<form name="Stuff" target="_self">
I tried adding the target value to each of the options but it doesn't seem to support the target attribute. But let me know if it works then we can try something else.

Go to Top of Page

ch_chia
Starting Member

17 Posts

Posted - 24 April 2001 :  22:13:44  Show Profile
Hi Davio, I tried this before, but is not work for me, there must be some others way to make it!

Go to Top of Page

babygate
Starting Member

32 Posts

Posted - 25 April 2001 :  03:33:47  Show Profile  Visit babygate's Homepage
Just edit the following code in red (replace top with self, in both topic.asp and forum.asp)


<script language="JavaScript">
<!--
function jumpTo(s) {if (s.selectedIndex != 0) self.location.href = s.options[s.selectedIndex].value;return 1;}
// -->
</script>


BabyGate
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 25 April 2001 :  17:45:16  Show Profile
Aaah. Thanks babygate. Hadn't thought of looking there.

Go to Top of Page

ch_chia
Starting Member

17 Posts

Posted - 26 April 2001 :  04:06:45  Show Profile
Thank you babygate, the forum now work fine for me! the only thing now is the sorting function for the topic, is there any MOD for this?

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.31 seconds. Powered By: Snitz Forums 2000 Version 3.4.07