need to open the aspx page in another window(just as popup)

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
 
M

Maximiliano

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

Hi, an example could be

<img src="" border="0" onclick="window.open('/Website/
Default.aspx','_new', 'width=250,height=250,top=250,left=250')">

bye. ;)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top