Just a suggestion that I think should work.  Untested, but I think it should
get the idea across.

Keep your target="_new", and add some JavaScript to the onclick...like
such...

onclick="return newWinFunction()"

Then in your JavaScript

<script>
newWinFunction()
{
        window.open(...);
        return false;
}
</script>

This should give you the best of both worlds...for the majority that allow
JavaScript they will get a popup controlled by you, and for the minority
that have JavaScript turned off, it will degrade nicely to your existing
target="_new" method.
--------------
Ian Skinner
Web Programmer
BloodSource
Sacramento, CA


-----Original Message-----
From: Marlon Moyer [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 30, 2003 2:49 PM
To: CF-Community
Subject: Re: Another new site


Kevin Graeme wrote:

>And on the listing page, the listings pop open
>in a new window, which is fine, but it's not apparent that it's a new
window
>because you are using the target="_new" instead of a javascript pop-up. I'd
>  
>
>suggest the javascript option because you can drop out the extraneous
>nav/location/etc and set the window size and position to inidcate that it's
>a pop-up and the site is still underneath.
>  
>
This was the navigation part that bothered me.  I was trying to stay 
away from javascript links to avoid the javascript on/off issue, but I'm 
also not real happy with the "_blank" target solution either.  If you 
run full screen, a new window pops up full screen and obscures the rest 
of the site.  Hmmmm... I'll have to hash the javascript issue over again.

Marlon

>-Kevin
>
>  
>
>>-----Original Message-----
>>From: Marlon Moyer [mailto:[EMAIL PROTECTED]
>>Sent: Sunday, March 30, 2003 3:41 PM
>>To: CF-Community
>>Subject: Another new site
>>
>>
>>Hey guys,
>>
>>While everyone is looking at Larry's site, could you turn your attention
>>to my hobby site.  It's actually my mother-in-law's real estate site.
>>I'm just not real happy with all the navigation right now, so if you
>>have a few minutes, I'd welcome any suggestions.
>>
>>And yes, I know the flash anim is not necessary, but my mother-in-law
>>said, "All the other realtor pages have things that move.  I want
>>something to move too."
>>
>>Marlon
>>
>>
>>
>>
>>    
>>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=5
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=5
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
                                

Reply via email to