Forum Moderators: open
I am Swapna.I build one aspx file my aim is to popup that window
using javascript i populate the window using below function
but in my window i am getting top frame border http://localhost:1426//alert.aspx location of the file.
how to remove that freame border any one know pls help me
<script type="text/javascript">
function popUp(URL)
{
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'width=400,height=300,left = 462,top = 350');");
}
</script>
<a href="javascript:popUp('Alert.aspx')" style="background-color:Red; color:White">Alerts!</a>
[edited by: engine at 8:01 am (utc) on Aug. 21, 2007]
[edit reason] delinked [/edit]