Search the web
Sign In
New User? Sign Up
tree_menu · Morten's JavaScript Tree Menu
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1826 - 1855 of 2419   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1826
Hi, I would like to change the background color behind my menu tree. I tried the example in the FAQ, using MTMextraCSS & the mtmcode.js but could not make it...
deumberto
Offline Send Email
Sep 3, 2004
7:15 pm
1827
Are you far into debt? I was in the hole over $50,000.00 And now I am getting out of debt FAST! I have money to live. My stress level is lower. Most...
kp8sig97
Offline Send Email
Sep 14, 2004
4:32 am
1828
I saved thousands of dollars a month with this free service. Every little bit of cash adds up over time. Let them show you how it works. you must copy and...
rmrtq7jqif102
Offline Send Email
Sep 17, 2004
10:24 am
1829
Hi, I am trying to use this tree in a JSP/Java project. I would like to build the tree and then open & select one node by default. So this would essentially...
Deepak
deepakpillaib
Offline Send Email
Sep 27, 2004
3:46 pm
1830
I have a tree menu generated from a Python script that is giving me problems. When I run the script I get the following two errors in Firefox's JavaScript...
Wayne Pierce
wayne_pierce
Offline Send Email
Oct 4, 2004
9:33 pm
1831
Refinancing your home is never easier and more profitable. Our staff works exclusively to save you the most money as possible on any home loan. We secure loans...
drcabxjwzw
Offline Send Email
Oct 8, 2004
6:23 pm
1832
Re-finance now, even with bad-credit! *Best Re-finance Rate for credit challenged. *Best Customer Service *Lowest Interest-Rates in Years *SAVE $100-$400 per...
iyckwgsjdu
Offline Send Email
Oct 15, 2004
7:38 pm
1833
Staying ahead is very hard. If you are starting to fall behind we can help Debt consolidation is the answer to your question We can help. Check us out. ...
mbfoajwngyt
Offline Send Email
Oct 19, 2004
8:07 am
1834
Re-finance now, even with bad-credit! *Free No Obligation *Best Re-finance Rate for credit challenged. *Best Customer Service *Lowest Interest-Rates in Years ...
ntdabiagify
Offline Send Email
Oct 24, 2004
12:56 am
1835
Refinancing your home is the answer to your question; How do I save more money? Our staff can explain how you can pay your loan off faster or put cash in your...
mgumlukkrb
Offline Send Email
Oct 27, 2004
9:35 pm
1836
JSiteMap is an open source code generator of the Javascript Tree Menu that can be used either as site map or as tree menu for site navigation. New features in...
blanc_teutoburgo
blanc_teutob...
Offline Send Email
Nov 5, 2004
4:06 pm
1837
hey all I recently re-financed my mortgage for free even though I have BAD credit. They even gave me a great rate! Take a look at this service... ...
zkpsoivgef
Offline Send Email
Nov 8, 2004
3:10 am
1838
i'm trying to do the same thing, wrap the menu items because the text for each node is long that there's a scroll bar but i do not understand where do i put...
rurouni_master
Offline Send Email
Nov 11, 2004
7:05 pm
1839
nevermind i figured out how to do a wrap, had to go to the following function: function MTMAddCell(thisHTML) { if(MTMUA.DOMable || (MTMUA.browserType == "IE"...
rurouni_master
Offline Send Email
Nov 11, 2004
10:42 pm
1840
i'm a new javascript programmer so please bear with me... i'm having trouble getting my tree to expand and the onclick button to work. if i do not pass in an...
rurouni_master
Offline Send Email
Nov 11, 2004
11:22 pm
1841
I would like to change the message "THE PAGE CANNOT BE FOUND" or HTTP 404 ERROR MESSAGE" when a link is not available or is not found. I don't know on advance...
jay.barrios@...
Send Email
Nov 12, 2004
4:09 pm
1842
i'm populating my tree dynamically connecting to a sql server i'm trying to get the replace function to work properly filteredCatName = Trim( Replace( Replace(...
rurouni_master
Offline Send Email
Nov 18, 2004
6:52 pm
1843
nevermind, solved it...
rurouni_master
Offline Send Email
Nov 18, 2004
7:12 pm
1844
i'm currently creating my tree dynamically by retrieving information form the database currently, the retrieval and load time of my tree is really reallly slow...
rurouni_master
Offline Send Email
Nov 18, 2004
10:09 pm
1845
Do your tables in SQl have Primary Keys and Index created??? ... From: rurouni_master [mailto:rurouni_master@...] Sent: Thursday, November 18, 2004 5:10...
Dayanara Altamirano
dayialtamir
Offline Send Email
Nov 18, 2004
10:15 pm
1846
yes there are primary keys and index created everytime i load my browser, the load time is slow, do not know why it's slow retrieving data from the SQL server ...
rurouni_master
Offline Send Email
Nov 18, 2004
10:28 pm
1847
Can you show me the code that connects to the database?????? ... From: rurouni_master [mailto:rurouni_master@...] Sent: Thursday, November 18, 2004 5:28...
Dayanara Altamirano
dayialtamir
Offline Send Email
Nov 18, 2004
10:30 pm
1848
the code to connect to the SQL server is //Set server connections to the database Set Cn = Server.CreateObject("ADODB.Connection") Cn.ConnectionString =...
rurouni_master
Offline Send Email
Nov 18, 2004
10:33 pm
1849
this code is for the left frame to connect to the server ... site ... http://us.ard.yahoo.com/SIG=129sbabji/M=298184.5584357.6650215.3001176/D=gr ... ...
rurouni_master
Offline Send Email
Nov 18, 2004
10:35 pm
1850
for the right frame, this is what i'm doing to connect Dim dbConnString If dataSource = "sqlServer" Then ..... Else ..... End If Dim dbConn : Set dbConn =...
rurouni_master
Offline Send Email
Nov 18, 2004
10:38 pm
1851
The connection is ok...and if you notice it's no slow..only the first time that I opened the page it took a few seconds but it seems to be working fine..now if...
Dayanara Altamirano
dayialtamir
Offline Send Email
Nov 18, 2004
10:41 pm
1852
problem is not fixed but i think i know why it's slow, it's not the server, it's the code for the web application so i need to change something in it thank u...
rurouni_master
Offline Send Email
Nov 19, 2004
4:18 pm
1853
Hi I was trying to create the Test 2.1 submenu but fail , Anyone know how to create the 2.1.1 , 2.1.1.1.1 under the Attached with the source from the morten's...
renchendorje
Offline Send Email
Nov 29, 2004
7:11 pm
1854
We're having a free seminar on our e-Learning Platform. Our included authoring tool makes it so that you can create e-learning without having to hand-code the...
alfredjensen82
Offline Send Email
Dec 2, 2004
10:40 pm
1855
Hi! My coworker use an old version (but I don't know which one ) in our intranet. We mainly use IE, everything works OK, he had some good features we needed. ...
iubito2
Offline Send Email
Dec 9, 2004
5:08 pm
Messages 1826 - 1855 of 2419   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help