the css menu is not a problem

Nov 18, 2008

Pop Up window

I'm working on this site http://focashairsalon.com/test1.html and on the gallery button I want a pop-window that is smaller then the main page so they are not taken off the page and can close when done. How would I do that?  thanks




Answer:



Hi,
you can do it via simple javascript code,

the menu button code:
<div><a href='javascript:new_window();'>Gallery</a></div>

The javascript code:
<script>
function new_window(){
  window.open('http://www.pageresource.com/jscript/jex5.htm','mywindow','width=400,height=200')
  }
</script>

http://www.pageresource.com/jscript/jwinopen.htm

Regards
Dmitry
f-source.com




Nov 11, 2008

Does search spider simulators see your menus?

I am very interested in buying your product, but how can I be sure that search engines can really see your menus?  I have used search engine spider simulators to look at some of the sites listed at http://f-source.com/support/menu-users.htm, but the search engine simulators do not appear to see the menu items.  This is very important to me.  Do you have a list of search engine simulators web sites that can index your menus?

Thank you,
Dave Kinskey



Answer:



Hi Dave,
some webmasters use XML instead of HTML links,
XML is not SEO friendly!

For instance, in our list:
http://www.toontrack.com/ - XML
http://www.quantunet.com/ - XML
https://timelessinvitations.com/ - HTML
http://www.vals-plumbing.com/ - XML
http://www.kelvinbaggs.com/ - HTML


I recommend to install Lynx browser, to view how search spiders index websites.
Or use some lynx browser simulator, like this:
http://www.delorie.com/web/lynxview.html

Regards
Dmitry
f-source.com