Javascript pop-up problem from divs
Posted: Fri Mar 09, 2007 3:25 am
Hi,
I've a javascript function. Onclicking a button this gets activated and the function calls a remote servers and gets the output there in div and gives it on my client. Unfortunately the returned div occupies whole page though I gave the limit as follows
The div comes onto top left of the browser instead of the locations I pointed to in the div. Kindly help.
I've a javascript function. Onclicking a button this gets activated and the function calls a remote servers and gets the output there in div and gives it on my client. Unfortunately the returned div occupies whole page though I gave the limit as follows
Code: Select all
<div id='id' align='right' style='height: 10px; width: 100px; border: 0px solid #ff0000;'> </div>