Pop up window
I need a small pop up window to open when someone clicks on a link, something like "click here for specifications"
I don't want a whole new browser's page to come up, just a small (autosized, maybe) one.
What html code should I use?
Dan
===============================
http://www.dansquickshopping.com
Dan's Best Associate Programs Directory
mjames posted this at 23:22 — 23rd February 2001.
They have: 2,064 posts
Joined: Dec 1999
I believe this would be your solution:
<A href="#" onClick="window.open('http://www.whatever.com/details.html,'','toolbar=no,width=700,height=450,directories=no,status=yes,scrollbars=yes,resize=no,menubar=no,location=no,copyhistory=no');">Link Title</A>
'Obviously, you change the URL and you can change the height and width. I use this effectively on my Links page.
Dans Best APD posted this at 23:52 — 23rd February 2001.
They have: 44 posts
Joined: Feb 2001
I don't know why, but it didn't work...
Anyways I experimented a little and came out with one that works:
Commission
Junction’s best merchants in this category
I bet that something in this code ain't useful anymore, but what the hell: as long as it works...!
Thanks a lot Marc!
Dan
===============================
http://www.dansquickshopping.com
Dan's Best Associate Programs Directory
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.