English 中文(简体)
2. 如何只成为可加发展的一部分
原标题:how to make only a part of screen scrollable

I ve developed menu tabs in Tabs. jsp and included in my Main.jsp. 现在有可能使Tabas无法在jsp(即所包括的档案中排入)中。 如何这样做?

问题回答

这与Stuts2毫无关系,你需要的是一种浮动菜单,应当固定下来,有多种方式这样做,一种非常简单但却是公正的方法可以找到here





相关问题
Get the Results of an Include in a String in PHP?

Let s say file test.php looks like this: <?php echo Hello world. ; ?> I want to do something like this: $test = include( test.php ); echo $test; // Hello world. Can anyone point me down ...

How can I sanitize my include statements?

How do I clean this so users can t pull pages outside of the local domain? <?php if(!empty($_GET[ page ])) { include($_GET[ page ]); } else { include( home.php ); } ?>

How to include files with die(); function?

file1.php and file2.php with die(); function. include.php: <? include file1.php ; include file2.php ?> file1.php <? echo included ; die(); ?> file2.php <? echo not included ;...

Use Application within Application on Android

I m writing a program for the Android Platform and I would like to implement the code of a preexisting application found here . There is a button in my application menu that says "Show Friends on Map"...

C Programming: Preprocessor, include files from macro

If I could find a way to do something similar to this, I could cut out hundreds of lines of code in my application, and dramatically increase maintainability. Anyone have any ideas? #include <...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

热门标签