Mybe, your description is incorrect, why do you want an empty page extend to the left? if so, that empty page will take up the full screen.
Mybe you means: right frame will extend to the left when...
Type: Posts; User: lihang; Keyword(s):
Mybe, your description is incorrect, why do you want an empty page extend to the left? if so, that empty page will take up the full screen.
Mybe you means: right frame will extend to the left when...
Maybe, you can try to use a loop to show all of the result, like this:
String [] result = new String[]; //Of course,you can use other type, int etc.
int i = 0;
while(rs.next()){
...
May be the following script will help you!
<script language=JavaScript>
<!--
var imgUrl=new Array();
var imgLink=new Array();
Maybe, the code in the remote server for that button is different from that in the text you copied
Aha!, that works.
Thank you, jscheuer1 !!!
Today, I meet a problem.
A checkbox and a text in a page, if I want the text is disabled unless the checkbox is checked, how can I write that javascript?
Anyone who can help me?
I am sorry for that, I forgot the request "stop people from viewing source code"
may be this script will be better:
window.showModalDialog('Your...
Thank you for that!
Now, I have a solution for that problem.
I write a javascript function in the page which will be visited by users, that function will check whether that user has any news...
In an application, I want to get the message dynamicly.
For example:when a system manager add a message to a user, how can that user get this message immediately?
Now, I can just get that...
It's just very sample,you can use this script to implement that effect:
window.open("YourPage", ...