Ok, I had to take a little break from this but I have returned. I have it all working nearly flawlessly EXCEPT I'd like to make it so that when I have a list...
Oh, never mind. I got this one too. :) If anyone wants to play with it and make recommendations for additional features please do not hesitate to let me know....
Hey folks, Got a tricky little JS question I'm trying to figure out: I've got a client who is using a shopping cart program called Monster Commerce. In it...
... with ... automatically ... try moving the reference to spin() into another function, handleClick() or something, and then reseting the anchors attribute...
I have two related select boxes. The first select box contains groups. The second box will contain all the users in that group. There is a total of 7000-8000...
Well, in JS and with those numbers it will be slow - damn slow. Remember JS is reliant on client memory and not server - so if you have loads of apps running...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Jul 7, 2005 7:29 am
20729
... groups. ... display ... the ... One word AJAX. If your clients have fairly modern browsers you can dynamically populate select number 2 as needed. Just...
I think that it's actually supposed to throw out your frames structure and just load itself in the whole browser window. However, it may well be misbehaving...
Yep, or they could change the JavaScript to recognize your frames structure and allow it. But, the result will probably not be good, no matter what. You are...
Mark, ... AJAX will help with the initial page load as it will remove the need to somehow cache all the related data within scripting in the page. However, it...
... need to ... However, ... select. That ... population ... nodes of data ... Jeff, That could be right, however I was basing my suggestion on the fact that...
Mark, ... Agreed, provided we're not talking about loading more than a couple hundred options into the second select. If we *are* talking major quantities,...
... Well, maybe it can--but not using the default <select> element. If you have to do an n-Related Select that deals w/huge amounts of data, you might be able...
I have seen this in action and it is cool as can be. It is IDEAL for this kind of situation because you can have the onChange in box one go down and populate...
I was googling and saw hundreds of DHTML menus out there. As I am working on a web app and figure it should be my work and not the work of other people I ...
Hi there, As for the closing delay I would suggest that you add two properties to your MenuBar class. One for the timeDelay and another for the return of the...
Hey, sorry, just hit the SEND button before I finished my reply. I got a closer look into your code and I think you may have to change many things for it to...
I'll fool with it a while and try out your suggestions. I have posted the source to my js file here : http://www.lassobin.com/lassobin.lasso?id=144 Please feel...
I need to change the default behavour of "Drag & Drop". Default is "Cut & Paste". I now "Ctrl & Drag" will "Copy & Paste". I can't trust my end users to always...
Hi all, I'm pretty unexperienced with JS, so I need a bit of help. I have a multiple page poll that I use on a website. We want to be able to post an alert...
Hmm, on IE you could use OnBeforeUnload I think - on other browsers you could maybe use onUnload but I haven't tested it. ... From: JS-Jive@yahoogroups.com...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Jul 20, 2005 3:37 pm
20748
Ok, maybe you can answer this. How can I press the ctrl key in code. This does not work... event.ctrlKey = true Thanks ... From: "Fredrick Bartlett"...
Hi, Well, I submited a code there and tried to change the least possible. I didn't test it but I think it's gonna work. I changed you showMenu and hideMenu...
Well I found the solution after two days of googling... function initEventHandlers(iframeObj, id) { iframeObj.frameWindow = document.frames[iframeObj.id]; ...
Thanks. I'll post the code and try it out and let you know. Thanks Steffan ... T E L 6 0 2 . 5 7 9 . 4 2 3 0 | F A X 6 0 2 . 9 7 1 . 1 6 9 4 Steffan A. Cline...