you;ve got to learn actionscript, if you already do know how to work your way around it, try inserting this script:
http://www.geocities.com/twiz_tickler/ascript.txt
hit me back if it worked, enjoy!
2006-07-27 00:19:06
·
answer #1
·
answered by » pōпб§±ë® ¬ 4
·
0⤊
0⤋
·No worries anymore when it comes to building a fully functional, up and running website for FREE! along with free domain name too!
Microsoft (free domain and hosting for life) ,
Google (Googlepages, Blogger) ,
Yahoo (Geocities),
Freewebs are some of the companies offering free websites with design tools .
Make friends,
Share the word,
Get more visitors,
Add more pictures, music and sound,
Make more money…
A list of free websites with features and links is available at-
http://www.pcworkathome.in/freewebhosting.html
2006-07-27 19:31:53
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋
You just define the page size. Want the code ?
2006-07-27 00:16:20
·
answer #3
·
answered by Not Tellin 4
·
0⤊
0⤋
window.open("page", "width=100,height=50") will open a page 100 pixels wide and 50 pixels tall
http://www.w3schools.com/ can tell you everything you will ever need to know about most scripting languages everything is on there
2006-07-27 00:21:35
·
answer #4
·
answered by ex_inferis_uk 2
·
0⤊
0⤋
go here> http://www.egrab.com/make_money_online
at the bottom under "FREE STUFF" , there is a link to a free popup maker
2006-07-30 13:36:21
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋
for that u have to use some javascript code
var popUpWin=0;
function popUpWindow(URLStr, left, top, width, height)
{
if(popUpWin)
{
if(!popUpWin.closed) popUpWin.close();
}
popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}
may this will help u
bye
2006-07-27 01:58:18
·
answer #6
·
answered by amit_shri05 2
·
0⤊
0⤋