what would happen if you had it enclosed in two <a href> tags at the same time? just throwing things out...hmm, im gona try it! i know it will take some javascript though. can't you just have the pop-up window open with javascript as soon as the other page is opened, ie. <a href="youpage.html"> click here</a> you go to the page, when the page opens a javascript is run and a pop-up window with full browser toolbar etc. is opened. that works right?
sure i just want it to somehow work, and I don't know a dang thing about javascript.
Just use javascript functions, for example: <a href="window.locatio.href='page.htm';alert('Hello World')"> Using regular links your would only be able to jump into a new page. Jonk [url]http://www.hellogoogle.com[/url]
so how would you make a page open right after the first one opens?
http://javascript.about.com/library/scripts/blpopwindow.htm < try that page and if it doesn't work try this list: http://www.hotscripts.com/JavaScript/Scripts_and_Programs/Windows_and_Frames/index.html
[code:1:158870ec5e]<a href="pageone.htm" target="_popup" onclick="window.location.href='page2.htm">Link</a>[/code:1:158870ec5e] Use this. it will work.
Copyright 2008, All Rights Reserved. Thanks for visiting a Performance Marketing Group Network Website. Advertise Here. Get A Free Link. Please visit one of our other quality websites.:
