I've used Coolmenu 4 w/external stylesheets. Not sure if this relates to CM3, though. It works quite well w/4. HTH, Stephen...
Stephen Hait
shait@...
Apr 1, 2002 2:04 pm
13393
Do you have the 'OnLoad" scripts? Please send me a tip. ???? <BODY onload="myfunction()"> ???? <!--[if IE]> <font face="Arial" size="3"> <A HREF="#" ...
Kang, Daniel
DKang@...
Apr 1, 2002 2:33 pm
13394
I agree. I have a site where users log in and are directed to a different page according to their access levels. What is the problem? JoAnn A. Schlosser ...
I have used 3 and am now using 4 - I just use the style settings that come with it while the rest of the site uses the stylesheet that pertains to the section...
Hi JoAnn -- You are in this group as well. Is it possible to put the "OnLoad" JS for the default Homepage setting for Intranet? Or, are we just talking about...
Kang, Daniel
DKang@...
Apr 1, 2002 2:58 pm
13397
Are you doing this on a CF page? JoAnn A. Schlosser Senior Consultant National Package Implementation Group Grant Thornton LLP Alexandria, Va. 703.837.4428 ......
JoAnn -- No. They are "pure" HTML pages now, CFM pages will be added later. Daniel ... From: jschlosser@... [mailto:jschlosser@...] Sent: Monday, April...
Kang, Daniel
DKang@...
Apr 1, 2002 3:59 pm
13399
Then I am not quite sure what you are trying to do. If the user is supposed to load a certain page when arriving at the page, are you trying to open that page...
Right now, there are old Intranet Pages, but the users do not use the Intranet Pages as "Homepage". Per policy, the users shall have the Intranet Pages (which...
Kang, Daniel
DKang@...
Apr 1, 2002 4:18 pm
13401
Use a function like this one but use an onLoad in the body tag instead of an onClick: <SCRIPT LANGUAGE="JavaScript"> function goToURL() { window.location =...
Use a function like this one but use an onLoad in the body tag instead of an onClick: <SCRIPT LANGUAGE="JavaScript"> function goToURL() { window.location =...
Just to toss in my 2 cents, here-- you could just as easily do what you posted like this: <BODY OnLoad="window.location = 'http://www.yahoo.com';"> ...
JoAnn & David -- These JS are great to use, but neither one makes the Page (e.g. www.yahoo.com for testing) as "Homepage". What I am looking for is a JS ...
Kang, Daniel
DKang@...
Apr 1, 2002 5:28 pm
13405
David's works perfectly - didn't test mine but am sure they will work, too. The following code: <HTML> <HEAD> </HEAD> <BODY...
Oh, I see-- you are looking to re-set the browser's home page setting? You can't do that. Every site on the internet would be doing that every time you hit...
I would be highly upset if someone did that to me. It probably can be done - didn't one of the recent viruses do that and have us open to some foul stuff? ...
yes you can. you can do it EASILY in IE but user has to CONFIRM. can we end this now? Using this snippet you can use a link to reset a users homepage ///cut...
It would have been shorter if we understood the question in the first place - or if you had been the first to answer JoAnn A. Schlosser Senior Consultant ...
IE only solution (you can modify yourself for netscape) If you are on an intranet, then I don't see any reason for cross-browser support. <html> <head> ...
He is doing it on inTRAnet. the key part of this whole thing is the css behaviour that makes this possible in IE5+ only! REMEMBER: if you want something to...
Diana -- In fact, I got the JS from the site and tested, This OnClick worked, <a href="javascript:;" onClick="HomePage = top.location.href; if...
Kang, Daniel
DKang@...
Apr 1, 2002 5:54 pm
13415
i've seen hordes of methods of assigning that css url() behaviour to text, links, form buttons but one thing remains the same. you have to click. i have yet...
maybe if you had READ the question you would have understood it. ... From: jschlosser@... [mailto:jschlosser@...] Sent: Monday, April 01, 2002 11:51 AM ...
sweet! but you still have to confirm <script language="JavaScript"> function setHomer(){ document.all.makeLink.click(); } </script> <body bgcolor="#FFFFFF"...
I wasn't the only one to misunderstand it - if it had ever occurred to me to do something like that to someone, maybe it would have helped. JoAnn A. Schlosser ...