Forum Moderators: open

Message Too Old, No Replies

HTML Code for popup window on myspace

Clicking on my pic should open another window as well

         

Joe_chak1

6:27 am on Jun 25, 2006 (gmt 0)

10+ Year Member



Most of the code i found online where based on javascript. how do i do the same by using simple html code, so that i can insert it in my myspace profile. Like when someone views my profile, another popup window should open. any suggestions?

Thanks in advance!

kaled

9:25 am on Jun 25, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



<a href="page.html" target="_blank">click here</a>

Kaled.

Joe_chak1

10:57 am on Jun 25, 2006 (gmt 0)

10+ Year Member



but then someone has to click on "click here" to open a new popup window rite? I want the widow to popup with out any clicks!

Joe_chak1

3:44 am on Jun 27, 2006 (gmt 0)

10+ Year Member



anybody?

eelixduppy

3:53 am on Jun 27, 2006 (gmt 0)



Try something like this:

<script language='javascript'>
open("http://www.example.com","test","toolbar=no,menubar=no,width=200,height=200,resizable=yes")
</script>

Good luck!