|
Button Navigation Problem
Required knowledge: Java, JavaFX
OK, here is what I need help with: Go To http://agourahillsrealestate.usarealestateguru.com/testpage.html After clicking on the drop down menu that says Go To Wiki I want the Wikipedia page to show up but still have the buttons on the screen just where they were before Wiki came on the screen. I understand that it is a function of target="searchResult" but I can't seem to make it happen. I have added "searchResult" to the Target field on my button program called Vista-Buttons. Here is the code it generated:
document.write('<table id="vista-buttons.com:idntsps" width=0 cellpadding=0 cellspacing=0 border=0><tr><td style="padding-right:0px" title ="Button 1"><a onmouseover='xpe("ntspso");xpshow("ntsps",0,this);xpsmover(this);' onmouseout='xpsmout(this);'><img id="xpi_ntsps" src="'+vbImgPath+'/btntsps_0.gif" name="vbntsps" width="114" height="25" border="0" alt="Button 1"/></a></td></tr></table>'); document.write('<ul id="vbUL_ntsps" class="vbULntsps" style="visibility:hidden;"><li><a href="http://en.wikipedia.org/wiki/Main_Page" target=""searchResult"">Go to Wiki - Test 1</a></li></ul>'); vbntspsn=xppr('ntsps_0.gif');vbntspso=xppr('ntsps_1.gif');var arrowChar='»';var btIdPref="vb";function xppr(im){var i=new Image;i.src=vbImgPath+"bt"+im;return i;}function xpe(id){x=id.substring(0,id.length-1);if(document[btIdPref+x]){document[btIdPref+x].src=eval(btIdPref+id+".src");}}var hideTimeout=300;var menuContId="xpMenuCont";var ulIdPref="vbUL_";var imgIdPref="xpi_";function xpinit(){I=document.getElementById;jj=lll=window.ji&&I;j1=jj&&document.readyState;jI=document.all&&document.all.item&&!jj;ll1=document.layers;lli=I&&navigator.appName=="Netscape";document.write("<div id=""+menuContId+"" ></div>");var ULs=document.getElementsByTagName("UL");for(var i=0,cnt=ULs.length;i<cnt;i++){if(ULs[i].id&&ULs[i].id.substring(0,ulIdPref.length)==ulIdPref&&!(ULs[i].parentNode&&ULs[i].parentNode.parentNode&&ULs[i].parentNode.parentNode.id.substring(0,ulIdPref.length)==ulIdPref)){var A=document.getElementById(ULs[i].id+"a");if(A){A.style.display="none";}l11(ULs[i],0,0);}}}xpinit();function llj(o){var w=jj&&!j1?o.style.pixelWidth:ll1?o.clip.width:o.offsetWidth;var h=jj&&!j1?o.style.pixelHeight:ll1?o.clip.height:o.offsetHeight;return{x:w,y:h};}function xpClientSize(){var x=0,y=0,w=0,h=0,doc=document,win=window;var cond=(!doc.compatMode||doc.compatMode=="CSS1Compat")&&doc.documentElement;if(cond&&doc.documentElement.clientHeight){h=doc.documentElement.clientHeight;}else if(doc.body&&doc.body.clientHeight){h=doc.body.clientHeight;}else if(xpDef(win.innerWidth,win.innerHeight,doc.width)){h=win.innerHeight;if(doc.width>win.innerWidth){h-=16;}}if(cond&&doc.documentElement.clientWidth){w=doc.documentElement.clientWidth;}else if(doc.body&&doc.body.clientWidth){w=doc.body.clientWidth;}else if(xDef(win.innerWidth,win.innerHeight,doc.height)){w=win.innerWidth;if(doc.height>win.innerHeight){w-=16;}}if(win.document.documentElement&&win.document.documentElement.scrollLeft){x=win.document.documentElement.scrollLeft;}else if(win.document.body&&xpDef(win.document.body.scrollLeft)){x=win.document.body.scrollLeft;}if(win.document.documentElement&&win.document.documentElement.scrollTop){y=win.document.documentElement.scrollTop;}else if(win.document.body&&xpDef(win.document.body.scrollTop)){y=win.document.body.scrollTop;}return{x:x,y:y,w:w,h:h};}function xpDef(){for(var i=0;i<arguments.length;++i){if(typeof arguments[i]=="undefined"){return false;}}return true;}function xppos(obj){var l=0,t=0;while(obj){l+=obj.offsetLeft;t+=obj.offsetTop;obj=obj.offsetParent;}if(document.body){with(document){if(body.leftMargin){l-=body.leftMargin;}if(body.topMargin){t-=body.topMargin;}}}return{x:l,y:t};}function l11(ulParent,iParent,level){var menuCont=document.getElementById(menuContId);var l1i=document.createElement("div");menuCont.appendChild(l1i);var l1j=document.createElement("table");l1i.appendChild(l1j);l1i.id=ulParent.id+"tbl";l1i.className=ulParent.className;l1i.style.position="absolute";l1i.iParent=iParent;l1i.level=level;l1i.style.zIndex=9+l1i.level;l1j.cellSpacing=0;l1i.onmouseover=function(){xpsmover(this);};l1i.onmouseout=function(){xpsmout(this);};l1i.l1I=function(){for(var j=0;j<this.childNodes[0].rows.length;j++){p=this.childNodes[0].rows[j];if(p.tagName=="TR"){p.className=p.className.replace("over","");if(p.className.indexOf("popup")<0){p.clrOverImg();}}}};l1i.smShown=0;for(var i=0,cntLI=ulParent.childNodes.length;i<cntLI;i++){var l1l=ulParent.childNodes[i];if(l1l.tagName=="LI"){var jl=l1j.insertRow(-1);jl.menu=l1i;jl.setPopup=function(){this.className+=" popup";};jl.clrPopup=function(){this.className=this.className.replace("popup","");if(this.className.indexOf("over")<0){this.clrOverImg();}};jl.clrOverImg=function(){if(this.Img){this.Img.style.display="inline";}if(this.ImgOver){this.ImgOver.style.display="none";}if(this.ImgArrow){this.ImgArrow.style.display="inline";}if(this.ImgArrowOver){this.ImgArrowOver.style.display="none";}};jl.className=l1l.className;var InnerAnchor=0;jl.Img=null;jl.ImgOver=null;var InnerUl=0;jl.ImgArrow=null;jl.ImgArrowOver=null;for(var j=0;j<l1l.childNodes.length;j++){if(l1l.childNodes[j].tagName=="A"){InnerAnchor=l1l.childNodes[j];}else if(l1l.childNodes[j].tagName=="IMG"){if(!InnerAnchor){if(!jl.Img){jl.Img=l1l.childNodes[j];}else{jl.ImgOver=l1l.childNodes[j];}}else{if(!jl.ImgArrow){jl.ImgArrow=l1l.childNodes[j];}else{jl.ImgArrowOver=l1l.childNodes[j];}}}else if(l1l.childNodes[j].tagName=="UL"){InnerUl=l1l.childNodes[j];}}if(InnerAnchor||InnerUl||jl.ImgArrow){var llI=jl.insertCell(-1);var ij=jl.insertCell(-1);var iI=jl.insertCell(-1);llI.style.borderRightWidth="0px";ij.style.borderRightWidth="0px";ij.style.borderLeftWidth="0px";iI.style.borderLeftWidth="0px";llI.style.paddingRight="4px";ij.style.paddingRight="4px";ij.style.paddingLeft="4px";iI.style.paddingLeft="4px";if(jl.Img){llI.appendChild(jl.Img);}else{llI.innerHTML=" ";}if(jl.ImgOver){jl.ImgOver.style.display="none";llI.appendChild(jl.ImgOver);}if(InnerAnchor){var newText=document.createElement("SPAN");newText.innerHTML=InnerAnchor.innerHTML;if(InnerAnchor.href.indexOf(".pdf")>=0&&document.all){ij.appendChild(newText);}else{ij.appendChild(InnerAnchor);InnerAnchor.onclick=function(){return false;};}jl.linkHref=InnerAnchor.href;jl.linkTarget=InnerAnchor.target;jl.onclick=function(){if(this.linkHref){open(this.linkHref,this.linkTarget?this.linkTarget:"_self");}};}else{ij.innerHTML=" ";}jl.onmouseover=function(){this.menu.l1I();this.className+=" over";if(this.ImgOver){this.Img.style.display="none";this.ImgOver.style.display="inline";}if(this.ImgArrowOver){this.ImgArrow.style.display="none";this.ImgArrowOver.style.display="inline";}if(this.smPopupId){lj(this.smPopupId,1,this);}else if(this.menu.smShown){l1(this.menu.smShown);}};jl.onmouseout=function(){this.menu.l1I();};if(InnerUl){iI.className="arrow";if(jl.ImgArrow){iI.appendChild(jl.ImgArrow);if(jl.ImgArrowOver){jl.ImgArrowOver.style.display="none";iI.appendChild(jl.ImgArrowOver);}}else{if(typeof arrowChar!="undefined"&&arrowChar){iI.appendChild(document.createElement("a"));iI.lastChild.innerHTML=arrowChar;}else{iI.innerHTML=" ";}}jl.smPopupId=l11(InnerUl,jl,level+1);}else{iI.innerHTML=" ";}}else{var oTD=jl.insertCell(-1);oTD.colSpan=3;oTD.innerHTML="<div></div>";}}}return l1i.id;}function xpshow(ind,isVertical,iParent){lj(ulIdPref+ind+"tbl",isVertical,iParent);}function lj(lI,isVertical,iParent){var menu=document.getElementById(lI);if(!menu){return;}if(menu.style.visibility=="visible"){xpStopTimeOut(menu);return;}if(iParent&&iParent.menu&&iParent.menu.smShown){xphide(iParent.menu.smShown.id);}if(!menu.level&&ll!=menu){xphide(ll.id);}if(!menu.level){xobtn=lI.replace(ulIdPref,"").replace("tbl","");}var parentObj;if(iParent.tagName=="A"){parentObj=iParent.parentNode;}else{parentObj=iParent;}var pos=xppos(parentObj);var size=llj(parentObj);menu.goMenuX=1;menu.goMenuDx=1;if(menu.level>0){menu.goMenuX=menu.iParent.menu.goMenuX;menu.goMenuDx=menu.iParent.menu.goMenuDx;}menu.style.overflow="visible";menu.style.height="auto";menu.style.width="auto";menu.style.left="0px";menu.style.top="0px";var parentAbs=xppos(menu);var i=xpClientSize();var j=llj(menu);var li=Il(i.y,i.h,pos.y,size.y,j.y,menu.goMenuDx,isVertical);menu.goMenuDx=li.align;if(jj&&!menu.OrigWidth){menu.OrigWidth=menu.clientWidth;}if(li.size<j.y){menu.style.overflow="auto";if(jI){menu.style.overflowX="visible";}if(jI){menu.style.width=menu.offsetWidth+17+"px";}else if(lli){menu.style.magrinRight=20;}menu.style.height=li.size+"px";menu.scrollTop=0;menu.scrollLeft=0;if(jj){menu.style.width=menu.OrigWidth+"px";}}else{}menu.style.top=li.xy-parentAbs.y+"px";j=llj(menu);li=Il(i.x,i.w,pos.x,size.x,j.x,menu.goMenuX,!isVertical);menu.goMenuX=li.align;if(li.size<j.x){if(menu.goMenuX>0){li.xy-=(j.x-li.size);}}menu.style.left=li.xy-parentAbs.x+"px";menu.style.visibility="visible";if(!menu.level){ll=menu;}else{iParent.menu.smShown=menu;iParent.setPopup();}}function Il(Ii,I1,il,i1,size,align,Ij){var xy=il;var II=size;var ii=align;var lIl=5;if(align==0&&!Ij){align=1;}if(!Ij){if(ii>=0&&il+i1+size>I1+Ii-lIl||ii<0&&il-size<lIl){if(il-Ii>I1+Ii-(il+i1)){ii=-1;}else{ii=1;}}if(ii>=0){xy=il+i1;if(I1+Ii-lIl-xy<II){II=I1+Ii-lIl-xy;}}else{xy=il-II;if(xy-Ii<lIl){xy=lIl+Ii;II=il-lIl-Ii;}}}else{if(II>I1-2*lIl){xy=lIl+Ii;II=I1-2*lIl;}else{xy=il+i1/2-II/2+ii*(II/2-i1/2);if(xy<lIl+Ii){ii=1;xy=lIl+Ii;}if(xy+size>I1+Ii-lIl){ii=-1;xy-=xy+II-(I1+Ii-lIl);}}}return{xy:xy,size:II,align:ii};}function xphide(menuId){var menu=document.getElementById(menuId);if(!menu){return;}if(menu.style.visibility=="visible"){if(menu.smShown){xphide(menu.smShown.id);}menu.l1I();menu.style.visibility="hidden";if(menu.level==0){xpe(xobtn+"n");}menu.smShown=0;if(menu.iParent){menu.iParent.clrPopup();}if(menu.hideTimer){clearTimeout(menu.hideTimer);menu.hideTimer=null;}}}function xpsmout(sender){if(!sender){return;}l1(ll);}function xpsmover(menu){if(!menu){return;}xpStopTimeOut(menu);}function xpStopTimeOut(menu){for(var o=menu;o;o=o.iParent?o.iParent.menu:0){if(o.hideTimer){o.hideTimer=clearTimeout(o.hideTimer);}}}function l1(menu){for(var o=menu;o;o=o.smShown){var code="xphide(""+o.id+"");";if(!o.hideTimer&&o.id){o.hideTimer=setTimeout(code,hideTimeout);}}}var ll=0;var xobtn=null;
|
|
Related projects:
|
|
|
lace that can just be modified to do what i require.
Also should feature a backup button on the menu page which will save a copy of the database into the required (and selected) area on the users hard drive.
Additional files submitted:
outline.docx
outline.doc
outline.pdf
|
p button when you are on the homepage. (refer to button image attached)
Fix 2: Grey background fill in footer
After creating an account and logging in, there is a grey background fill in the footer of the page. I suspect it's spilling over from the navigation bar under the map. The problem is it's not there whenever you are NOT logged in, so something in the loginout and/or register code is triggering it.
login: scriptlance
pass: scriptlance
|
</center>" ;
echo "</td></tr></table>";
}
else
echo "Unauthorised Access!";
?>
<table align=center><tr><td><?=$ pagination?></td></tr></table>
<?
include "../footer.php";
?>
[/code]
|
s.style.textDecoration='none'">http://aladdinsarcade.com/games/online/flash/classics/mario/puzzlemario/
http://aladdinsarcade.com/search.php?search=Mario
The menu I am referring to is located in the site header, just below the logo.
|
otives,tools and appliances.
- Exploded Menu - install,configure and activate EXPLODED MENU to be obtained from magentocommerce.com community extension.
- turn off the present vertical navigation after fixing the horizontal navigation.
|
it over and over again in the html code.
Additional Info (Added 2/13/2010 at 12:16 EST)...One more thing: the script must be cross-browser compliant and degrade properly in those browsers (possibly IE 6.0) that won't support it. Additional Info (Added 3/1/2010 at 12:28 EST)...System Message: This is a reposting of project Simple Navigation Clone (1266079745).
|
so be the place where we enter the dynamic information for the site, like dealer info and so on.
There may be other small issues you will need to fix. That is covered if you agree to this project. Work should be done on the client's server or my server. Additional Info (Added 2/20/2010 at 15:24 EST)...System Message: This is a reposting of project Wordpress site fixes (1266275319).
|
Import Script (plugin), apparently is where we define the Dealer ID for every single site. I’m not sure about this, but it must be checked. If this is the case, this can also be the place where we enter the dynamic information for the site, like dealer info and so on.
There may be other small issues you will need to fix. That is covered if you agree to this project. Work should be done on the client's server or my server.
|
amp;#61692;Import Script (plugin), apparently is where we define the Dealer ID for every single site. I’m not sure about this, but it must be checked. If this is the case, this can also be the place where we enter the dynamic information for the site, like dealer info and so on. There may be other small issues you will need to fix. That is covered if you agree to this project. Work should be done on the client's server or my server.
|
mages should be deleted as well.
Import Script (plugin), apparently is where we define the Dealer ID for every single site. I'm not sure about this, but it must be checked. If this is the case, this can also be the place where we enter the dynamic information for the site, like dealer info and so on.
There may be other small issues you will need to fix. That is covered if you agree to this project. Work should be done on the client's server or my server.
|
e navigation first will get the job...
My budget is 30$ or less
Im also looking for some one that can fix my mailing list form on this website http://www.corkdesigns.ie/ep/ When you click the Join our mailing list button on the top right of page. I want the mailing list to come out over the flash video player and i also need the flash video player to dim out just like the other webpage..
Let me know if this can be done
Thanks
|
click-throughs: the first gets you the alphabet buttons, the second the title list. I want the alphabet buttons to display by default and then have the list associated with that button display upon the user clicking it.
I need the raw script and instructions on how to use it. I'd like to see a sample of it working on your site first (you can develop the sample with only a couple of buttons and a few generic links).
You don't have to style it; just script it.
|
nd out why some browsers display the page in this wrong way.
- to explain to us how we should alter the code to solve this problem.
Please state your country of residence.
We will feel free to ignore generic bids.
BR
Jaap
Additional Info (Added 1/21/2010 at 3:17 EST)...System Message: This is a reposting of project Browser problem (1263076462).
|
ience with asp pages and forms. The website has an existing form. It is set up so that when the user presses the "submit" button it redirects them to and asp page thanking them. Currently when the user presses submit an error message is displayed to the user, and no email comes to our email address.
I need you to find the problem and fix it. I imagine this is probably a very quick job for someone who knows what they are looking for.
|
rowsers this button bar is dispayed wrong, in some other location on the page, covering the text. See attached screen shots to see the problem.
The project is:
- to review the code on our home page and find out why some browsers display the page in this wrong way.
- to explain to us how we should alter the code to solve this problem.
Please state your country of residence.
We will feel free to ignore generic bids.
BR
Jaap
|
files" button and nothing gets uploaded.
Additional files submitted:
magento-error.jpg
|
pt button overlayed on the page that allows them to navigate the original user's trail.
Should run on Firefox 3.
Please remember that I set the project to "very small" because I just need a working prototype, it doesn't have to be fully-featured, polished. It must work as described but could have edge cases that are broken. I'll be using this to demonstrate the concept, not release to the public. I will tip for work well done.
|
it to look the same as the old template, the layout is exactly the same.
Second problem is that on the main page of the site if you look under the green line there are some products, when the buy button is clicked you will see a pop up for the product, when add to basket is clicked you will see an error, i need this fixed aswell, the website is called www.gadgetcube.com , i need a proper response by someone who knows what they are doing, thanks.
|
anmeldung-button.png
anmeldung-button-hover.png
sign_in.ico
|
which is not giving me access since I'm not transferred directly from paypal anymore.
I need someone to fix that for me. I will give you access to my paydotcom account as well as my host so that you can see all of the files and coding for the members area on my host as well as the settings entered in my paydotcom account. It shouldn't take long as everything is already set up, I just need the code that validates access to customers to be modified. I think that should fix it.
|


|