Public Voice Network
- Medium Format 306306
- design works vs. carl dek… 55
- blog 3121131211
- CS4 Question 66
- Got a blind date tonight… 2020
- EC: Shoe at Rush Hour 55
- FMT 120508 2626
- flash question 77
- Quick Survey for Philosop… 2020
- Trapped in Elevator 99
- Official 2008-09 NHL Thre… 112112
- you must know! 55
- Pic of the Day 1049510495
- rippity rip 5959
- QBN Mugs '08 475475
- Politics 50605060
- piece 1010
- Typeface 77
- Copy Font 77
- Simple, classy, handwritt… 1414
- You Suck... 22
- QBN Drinks - Birmingham 1212
- Eurobest 2008 11
- New YouTube player 1212
Web-head question 2121 Responses
Last post: 2 months, 3 weeks ago | Thread started: Sep 12, 08, 5:01 a.m.
- mikotondria3
One would do that in the full knowledge that for the past several years most people have browsed with their 'pop up blockers' on.
This prevents windows from spawning other little windows.
- Dog-earSep 12, 08, 5:03 a.m. – Permalink
- Jnr_Madison
Does FF3 let you do that anymore... I don't think so?

- Dog-earSep 12, 08, 5:04 a.m. – Permalink
- mikotondria3
Or just set to visibility:visible, an iframe in a floating div, using php to scrape the page and pipe it thru with ajax.


- Dog-earSep 12, 08, 5:05 a.m. – Permalink
- Raniator
See this:
http://www.snapsurveys.com/sampl…
See the Pop-up Surveys box?
Click the 'View Pop-up Sample'.
It opens in a new window with no nav bar etc.
I want to do that.
Can't you just add something to the href tag?

- Dog-earSep 12, 08, 5:12 a.m. – Permalink
- Jnr_Madison
It's a security feature showing the domain in all windows now, unless the user manually right clicks and de-selects the 'main' navigation toolbar - which I'm not sure most people even know how to do.


- Dog-earSep 12, 08, 5:35 a.m. – Permalink
- flashbender
java script in the head portion:
<script type="text/javascript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>this is how they do their link:
<a onclick="MM_openBrWindow('/samplesurveys/popup/popup.htm','popup','resizable=yes,width=422,height=450')" class="sample-thumb" href="#">View Pop-up Sample</a>clearly they just used the open Browser window behavioUr in Dreamweaver


- Dog-earSep 12, 08, 7:44 a.m. – Permalink
- flashbender
but as has been discussed here ad naseum, I would go with a div instead of a whole new window,


- Dog-earSep 12, 08, 7:45 a.m. – Permalink


