Flash navigation?

DreBeltrami

New Member
Hi there...

I need to change a link on a site someone else designed and I can't quite wrap my brain around what structure they used - I am new to all of this. If anyone out there can help me figure which file(s) I need to tweak in order to get the drop down menu on all pages under "Solutions" to link 401K to another website, instead of the existing page. Is this a flash based navigation?

The website is www.fallick.com

Any help would be MUCH apprecaited! :)

-Andrea
 

ronaldroe

Super Moderator
Staff member
The navigation is tables with CSS/JS. Skipping lectures on tables, view the source, and just use the find function to find "401k services" It's in a div toward the top.

There's some pretty ridiculous JS going on here, but the line looks like this:
Code:
onclick="cFrame.execURL('%%REP%%401k.htm','_self');"
Looks like you just change 401k.htm to the new destination.
 

ronaldroe

Super Moderator
Staff member
Code:
The website is www.fallick.com

BTW, is that named after someone, or was someone just trying to be funny? ;)
 

DreBeltrami

New Member
I am still not sure what file in the root folder I am suppose to modify that string on? I looked at the source and did a search for "401k" and there was no such code found. I agree on the heavy use of .js - this is NOT a site I built, I am simply trying to make a few revisions, hence why I'm having a hard time trying to understand how the previous designer structured this. Can you tell me where I should start file wise in DW to find this .js script? I guess I'm not certain how to make a simple code revision and have all pages in the site link to the correct page when clicking on "401K Services".

Btw, the site was named after the owner (his last name), but his though is that NO ONE will ever forget him or the company with that kind of name...you can't really argue that:D
 

ronaldroe

Super Moderator
Staff member
It's in iemenu.js. I'd love to tell you what line, but all the js is on just 2 lines. I did search for 401k in there and found it, though. The one you want to change is the second instance.

Btw, the site was named after the owner (his last name), but his though is that NO ONE will ever forget him or the company with that kind of name...you can't really argue that

No doubt. Marketing at its best. :D
 

DreBeltrami

New Member
I apologize for being such a nuisance, but I just don't know where you are seeing what you say. When I look at the source code for www.fallick.com/index there is only one occurrence of "401K" and that's on the meta names data. Also, I've changed the 401.htm in both the nsmenu.js and iemenu.js and uploaded all and nothing, I don't understand why this is not working. Where do you only see 2 lines of js - on the index page, correct? All I see are these horribly named gif's everywhere, it's driving me nuts.
 

DreBeltrami

New Member
So I found the reference to the "401K" page in the iemenu.js - though I've tried several variations to change the 401k.htm to www.fvasset.com and every time it removes the ability to even click on 401k in the drop down menu. I have pasted the code from the .js file I think is what I'm looking for, can you assist on what the corrected code should look like? I only see an "onclick" command for the "Individual Benefits" tab. Thanks!

("<div id=\"Group001008395 opacity:0.94 Alpha( 94Group001frmt008395px;\"808319$11096%spacer0136210TEAM976%spacer11!808319$11#0about.htm96%\" width=0136210976%\" width=11!2808319$11196%spacer0136210APPROACH 976%spacer11!2808319$11#1approach.htm96%\" width=0136210976%\" width=11!4808319$11296%spacer0136210CONTACT976%spacer11!4808319$11#2contact.htm96%\" width=0136210976%\" width=11!6808319$11396%spacer0136210OUTREACH976%spacer11!6808319$11#3outreach.htm96%\" width=0136210976%\" width=11>!Group00200154155 opacity:0.94 Alpha( 94Group002frmt00154155px;\"8015419$11496%spacer01313310PRODUCTS & SERVICES9147%spacer11!8015419$11#4products-services.htm96%\" width=013133109147%\" width=11!28015419$11596%spacer01313310EMPLOYEE BENEFITS9147%spacer11!28015419$11#5eb.htm96%\" width=013133109147%\" width=11!48015419$11696%spacer01313310HR CONSULTING9147%spacer11!48015419$11#6hr-consulting.htm96%\" width=013133109147%\" width=11!68015419$11796%spacer01313310GROUP ADMINISTRATION 9147%spacer11!68015419$11#7group-admin.htm96%\" width=013133109147%\" width=11!88015419$11896%spacer01313310ONLINE SERVICES 9147%spacer11!88015419$11#8online-services.htm96%\" width=013133109147%\" width=11!108015419$11996%spacer01313310401K SERVICES9147%spacer11!108015419$11#9401k.htm96%\" width=013133109147%\" width=11!128015419$111096%spacer01313310INDIVIDUAL BENEFITS9147%spacer11!128015419$11#10 OnClick=\"cFrame.execURL(\'https://www.ehealthinsurance.com/ehi/Alliance?allid=Fal27408\',\'_blank\');\"><img style=\"position:absolute;top:96%\" width=013133109147%\" width=11>!Group0030013895 opacity:0.94 Alpha( 94Group003frmt0013895px;\"8013819$111196%spacer01311710HSA & HRA CENTER9131%spacer11!8013819$11#11hsa.htm96%\" width=013117109131%\" width=11!28013819$111296%spacer01311710PAYROLL CENTER9131%spacer11!28013819$11#12payroll.htm96%\" width=013117109131%\" width=11!48013819$111396%spacer01311710COBRA9131%spacer11!48013819$11#13cobra.htm96%\" width=013117109131%\" width=11!68013819$111496%spacer01311710HEALTHCARE UPDATES9131%spacer11!68013819$11#14healthcareupdates.htm96%\" width=013117109131%\" width=11>!>"),'%'+'%REL%%',rimPath));close();}Expand('');SetUpEvents();
 

ronaldroe

Super Moderator
Staff member
Try replacing your iemenu.js with the attached file.
 

Attachments

  • iemenu.zip
    7.1 KB · Views: 1
Top