Search found 6 matches

by tranmkp
Mon Nov 03, 2008 9:39 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: javascrip error and License Sync
Replies: 10
Views: 6003

Re: javascrip error and License Sync

I have decides that the issue i am having is not really a Milonic issue as it is a DOM issue and javascript -

on the other hand - after searching the site - only finding one post -

How does on resolve the flickering with dropdowns when a pdf is loaded into the browser?


cheers
by tranmkp
Mon Oct 27, 2008 7:45 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: javascrip error and License Sync
Replies: 10
Views: 6003

Re: javascrip error and License Sync

on another note -

Is there a way to add horizontal spacing on the Parent menu WITHOUT affecting the spacing between the dropdown subMenus?

for example
by tranmkp
Thu Oct 23, 2008 1:25 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: javascrip error and License Sync
Replies: 10
Views: 6003

Re: javascrip error and License Sync

So I change the code in the urlSub to reflect the iFrame structure - Nope...

var url_base = "gaspipeline.williams.com";
function urlSubstitution(url_in)
{
parent.getElementById['portalFrame'].src = "http://"+ url_base + "/" + url_in;
}


well?
by tranmkp
Wed Oct 22, 2008 7:45 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: javascrip error and License Sync
Replies: 10
Views: 6003

Re: javascrip error and License Sync

urlSub references inside the firewall - wont be able to test the actual file. If we can just eliminate the javascript error...

here is the code for urlSub

var url_base = "gaspipeline.williams.com";
function urlSubstitution(url_in)
{
parent.frames['rightPane'].location.href = "http://"+ url_base ...
by tranmkp
Wed Oct 22, 2008 4:34 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: javascrip error and License Sync
Replies: 10
Views: 6003

Re: javascrip error and License Sync

Ive uploaded work files to another site - you can test functionality - but not actuall targetsa because of the firewall

http://www.artshot.net/test/iframsttest.html


choose - Nave Menu > Tariff > Title Page (produces an "object expected" error.

choose - Nave Menu > Tariff > Title Page > Table ...
by tranmkp
Tue Oct 21, 2008 11:05 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: javascrip error and License Sync
Replies: 10
Views: 6003

javascrip error and License Sync

Kevin has been really helpful but things are buggered up now - Kevin was helping me with my menu. We have a javascript event -
before melonic: ONCLICK = "urlSubstitution('transco/sheet.asp?stype=0')"
Kevins implementation: see below

with(milonic=new menuname("Tariff")){
style=menuStyle;
aI ...