V
Valli
Hi,
I have an htm page which transfers to another aspx page(Default.aspx). I
need to open the aspx page in another window(just as popup).
How can I set target property here?
Can anyone help me to achiev this...
My coding in htm page is
<script language="javascript" type="text/javascript">
window.location.href = '/Website/Default.aspx';
</script>
Regards
Valli
I have an htm page which transfers to another aspx page(Default.aspx). I
need to open the aspx page in another window(just as popup).
How can I set target property here?
Can anyone help me to achiev this...
My coding in htm page is
<script language="javascript" type="text/javascript">
window.location.href = '/Website/Default.aspx';
</script>
Regards
Valli