Welcome to TalkGraphics.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Sep 2009
    Posts
    4

    Default How do I insert MenuMaker on 90second Website Builder??

    I have built a few sites with the 90second website builder program, but have never used an outside menumaker. I have never had trouble incorporating new html with this program, but just can't figure this out. Is there a way to get the raw html and insert it in the 90swb program? If not, how do I do this? Please help!

  2. #2
    Join Date
    Sep 2009
    Posts
    4

    Default Re: How do I insert MenuMaker on 90second Website Builder??

    This is what I get when I view the page source from the menu:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>MenuMaker produced NavBar</title>
    </head>
    <body bgcolor="#ffffff" text="BLACK">
    <script menumaker src="blueballs.js"></script>
    </body></html>

    This is what I get when I view the script:

    //©Xara Ltd
    var clicked="";var gtype=".gif";var selstate="_over";if (typeof(loc)=="undefined" || loc==""){var loc="";if (document.body&&document.body.innerHTML){var tt=document.body.innerHTML;var ml=tt.match(/["']([^'"]*)blueballs.js["']/i);if(ml && ml.length > 1) loc=ml[1];}}document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>");document.write("<td><img src=\""+loc+"blueballs_top"+gtype+"\" alt=\"\" width=\"202\" height=\"27\"></td>");tr(false);writeButton(loc+"","blueballs.html ","blueballs_b1",202,22,"Home","",0);writeButton(" ","http://www.wconnections.com/custom_home.html","blueballs_b2",202,22,"Custom Home Systems & Wiring","",0);writeButton("","javascript:;","blueb alls_b3",202,22,"Home Theater","",0);writeButton("","javascript:;","blue balls_b4",202,22,"Security","",0);writeButton(""," javascript:;","blueballs_b5",202,22,"Home Satellite","",0);writeButton(loc+"","blueballs6.ht ml","blueballs_b6",202,22,"Portfolio","",0);writeB utton(loc+"","blueballs7.html","blueballs_b7",202, 22,"Company Info","",0);tr(true);document.write("<td><img src=\""+loc+"blueballs_bottom"+gtype+"\" alt=\"\" width=\"202\" height=\"27\"></td>");document.write("</tr></table>");loc="";function tr(b){if (b) document.write("<tr>");else document.write("</tr>");}function turn_over(name) {if (document.images != null && clicked != name) {document[name].src = document[name+"_over"].src;}}function turn_off(name) {if (document.images != null && clicked != name) {document[name].src = document[name+"_off"].src;}}function reg(gname,name){if (document.images){document[name+"_off"] = new Image();document[name+"_off"].src = loc+gname+gtype;document[name+"_over"] = new Image();document[name+"_over"].src = loc+gname+"_over"+gtype;}}function evs(name){ return " onmouseover=\"turn_over('"+ name + "')\" onmouseout=\"turn_off('"+ name + "')\""}function writeButton(urld,url,name,w,h,alt,target,hsp){gnam e=name;while(typeof(document[name])!="undefined")name+="x";reg(gname,name);tr(true); document.write("<td>");if(alt!="")alt=" alt=\""+alt+"\"";if(target!="")target=" target=\""+target+"\"";if(w>0)w=" width=\""+w+"\"";else w="";if(h>0)h=" height=\""+h+"\"";else h="";if(url!="")url=" href=\""+urld+url+"\"";if(typeof(clx)!="undefined" ){target="";url=" href=\"?"+clx+"\"";alt=" alt=\"Click to edit\"";}document.write("<a "+url+evs(name)+target+">");if(hsp==-1)hsp=" align=\"right\"";else if(hsp>0)hsp=" hspace=\""+hsp+"\"";else hsp="";document.write("<img src=\""+loc+gname+gtype+"\" name=\""+name+"\""+w+h+alt+hsp+" border=\"0\" /></a></td>");tr(false);


    What do I have to do to insert this into the 90swb program????

  3. #3
    Join Date
    Nov 2000
    Location
    Red Boiling Springs TN USA
    Posts
    19,208

    Default Re: How do I insert MenuMaker on 90second Website Builder??

    Hello ksutton,

    I'm not familiar with the 90second program you mention.

    However to include a Menumaker navbar into html code you simply need to insert the

    <script menumaker src="blueballs.js"></script>

    line in the location where you want the menu in your html file.
    Soquili
    a.k.a. Bill Taylor
    Bill is no longer with us. He died on 10 Dec 2012. We remember him always.
    My TG Album
    Last XaReg update

  4. #4
    Join Date
    Sep 2009
    Posts
    4

    Default Re: How do I insert MenuMaker on 90second Website Builder??

    The 90 swb program is basically all click and drag and creates all html for you. Although you can click and drag an html box into your website seperately to import seperate codes (such as a search bar, etc.). Do you know of a way to get the raw html for the etire menu to place it within the html click and drag box?
    Thank you

  5. #5

    Default Re: How do I insert MenuMaker on 90second Website Builder??

    There would be no point. Just add the .js as Bill has indicated.

  6. #6
    Join Date
    Sep 2009
    Posts
    4

    Default Raw HTML

    Is there a way to receive raw HTML for the entire menu to place it in a simplified web builder. The webbuilder creates all html for you, therefore I do not have access to add code in wherever I want. But I do have a click and drag html box that I can paste the raw html in, and place it wherever I want on the page. I cannot just use the one script line. I need the raw HTML. Thank you.

  7. #7
    Join Date
    Nov 2000
    Location
    Red Boiling Springs TN USA
    Posts
    19,208

    Default Re: Raw HTML

    The only 'raw html' is the one line calling the javascript.

    For the menu to work you must include the javascript file and all the image files created by MenuMaker when you upload to your website. You must ensure the files are in any subdirectory structure referenced when you create the menu.
    Soquili
    a.k.a. Bill Taylor
    Bill is no longer with us. He died on 10 Dec 2012. We remember him always.
    My TG Album
    Last XaReg update

  8. #8

    Default Re: How do I insert MenuMaker on 90second Website Builder??

    Kristian I have merged your second thread to your first as they appear to be discussing the same thing.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •