|
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:
|
|
|
t and stop controls. You may include 2 Cue Points for the user to click to. You may include volume control. The third page offers contact information. This should include a clickable email address. The SWF must have a button navigation that is common to all three pages. All buttons should make click noises when clicked." The actual video to be included would be provided by us. Let me know if you have any questions. Thanks
|
ogs.php this has a small navigation problem. It goes like this 1245678)) for navigation. Problem is, its growing , and not breaking into a new line, causing a left to right scroll bar. inbox.php this file needs a lil code added around the DELETE function. So when a member deletes a message, they get a onclick javascript alert ( Do you really want to delete this message? ) I will be in and out of the office today. Good luck bidding! Jeff
|
mls will communicate and expand the left menu to correct one. All fla and .as and html pages will be provided. Please pm any questions and i'll clarify. i found some google links - not sure if they will help. http://www.adobepress.com/Articles/">articles/article.asp?p=457503&seqNum=5 http://www.moock.org/webdesign/flash/fscommand/index.html http://www.adobe.com/devnet/flash/Articles/">articles/external_interface_05.html http://www.kirupa.com/forum/showthread.php?t=284546
|
to the correct content highlight when user clicks on bread crumbs or next next next. The html does not talk to the flash now. So when user goes to page 1.2.2 then clicks next to 1.2.3 the left menu highlight will update to next one. Which means the flash right now is calling the html files and also the htmls will communicate and expand the left menu to correct one. All fla and .as and html pages will be provided. Please pm any questions and i'll clarify. Thanks.
|
|
be able to provide us with a portfolio containing similar flash embedded pages, and at least one example of a pro-stores site. In both cases, we will need references. ALSO: For budget reasons, we may need to do this job in stages. Our most pressing need is to fix our catalog navigation problem. If you would like to enter a bid for a portion of the project, (say, the site navigation, or the flash header) then please do so, and we will consider that as an option.
|
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
|
|
ss Nav Menu" and that one does disappear after login.
|
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.
|
I need a programmer to add the facebook "like" button on the homepage and the artist/user profiles on uwmixradio.com I also need Site's Footer changed with optimal keywords. I want it similar's to Myxertones and Phonezoo footer's page.
|
d2.googlesyndication.com/pagead/show_ads.js"> Additional files submitted: (Files are only available for logged in users) Robbon+Microphone.bmp
|
|
more than $ 15-$ 30
|
> hens11heaven
|
="http://pagead2.googlesyndication.com/pagead/show_ads.js"> Additional files submitted: (Files are only available for logged in users) kit.txt
|
nu using menu item images. Each main menu item will be an image. When you put your mouse over this image, a rollover image should display and a drop down menu will appear. I have attached two files so you will understand quickly what I need. I will provide you with the html file with sliced images. I will also provide you with the images for each menu item. The final product should be viewable in all browsers with no problems. Thanks, R
|
I'd to have minimize button in webpage. please pm me for details.
|
|
tly and urgently.
|
"this.style.textDecoration='underline'" onmouseout="this.style.textDecoration='none'">www.videoelephant.com. You can login in with these details User: brian Pass: test Click on My Account and then you select a category to 'Upload an Item' it then gives you another page. There is a button that says 'Files' and when you try to upload it doesn't upload images or videos. Need to fix the problem. Need this done now. Thanks
|
|
revenue as the application will be download-able for free.
|


|