Search the web
Sign In
New User? Sign Up
JS-Jive · The premiere Yahoo! Javascript Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 13392 - 13421 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13392
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@...
Send Email
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@...
Send Email
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 ...
jschlosser@...
jojo_super77
Offline Send Email
Apr 1, 2002
2:37 pm
13395
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...
jschlosser@...
jojo_super77
Offline Send Email
Apr 1, 2002
2:43 pm
13396
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@...
Send Email
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 ......
jschlosser@...
jojo_super77
Offline Send Email
Apr 1, 2002
3:49 pm
13398
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@...
Send Email
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...
jschlosser@...
jojo_super77
Offline Send Email
Apr 1, 2002
4:01 pm
13400
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@...
Send Email
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 =...
jschlosser@...
jojo_super77
Offline Send Email
Apr 1, 2002
4:59 pm
13402
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 =...
jschlosser@...
jojo_super77
Offline Send Email
Apr 1, 2002
5:01 pm
13403
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';"> ...
David Huyck
davidhuyck
Online Now Send Email
Apr 1, 2002
5:18 pm
13404
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@...
Send Email
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...
jschlosser@...
jojo_super77
Offline Send Email
Apr 1, 2002
5:33 pm
13406
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...
David Huyck
davidhuyck
Online Now Send Email
Apr 1, 2002
5:35 pm
13407
This is from irt.org..... <script language="JavaScript"> <!-- isIE = false; navVer = navigator.appVersion; ver = parseFloat(navVer); IEPos =...
Diana Nichols
diananichols...
Offline Send Email
Apr 1, 2002
5:39 pm
13408
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? ...
jschlosser@...
jojo_super77
Offline Send Email
Apr 1, 2002
5:40 pm
13409
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...
savan.thongvanh@...
dsmwebguy
Offline Send Email
Apr 1, 2002
5:49 pm
13410
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 ...
jschlosser@...
jojo_super77
Offline Send Email
Apr 1, 2002
5:50 pm
13411
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> ...
open_myeyes
Offline Send Email
Apr 1, 2002
5:51 pm
13412
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...
savan.thongvanh@...
dsmwebguy
Offline Send Email
Apr 1, 2002
5:52 pm
13413
I stand corrected! Yucky. I don't want anyone doing that to me... David Huyck b@... ... From: "Diana Nichols" <nichols2000@...> To:...
David Huyck
davidhuyck
Online Now Send Email
Apr 1, 2002
5:52 pm
13414
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@...
Send Email
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...
savan.thongvanh@...
dsmwebguy
Offline Send Email
Apr 1, 2002
5:57 pm
13416
You've seen one now if you've read all of this thread. document.form.button.click(); document.all.element.click(); ...
open_myeyes
Offline Send Email
Apr 1, 2002
6:03 pm
13417
maybe if you had READ the question you would have understood it. ... From: jschlosser@... [mailto:jschlosser@...] Sent: Monday, April 01, 2002 11:51 AM ...
Don Arnett
darnit78
Offline Send Email
Apr 1, 2002
6:05 pm
13418
sweet! but you still have to confirm <script language="JavaScript"> function setHomer(){ document.all.makeLink.click(); } </script> <body bgcolor="#FFFFFF"...
savan.thongvanh@...
dsmwebguy
Offline Send Email
Apr 1, 2002
6:06 pm
13419
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 ...
jschlosser@...
jojo_super77
Offline Send Email
Apr 1, 2002
6:06 pm
13420
Do you all think that "OnLoad" JS does NOT work for setting up "the Homepage (default page)" and it has to be "OnClick"? Daniel ... From:...
Kang, Daniel
DKang@...
Send Email
Apr 1, 2002
6:10 pm
13421
Yep, it would be an evil thing indeed if this could be done without confirmation. ... (#default#homepage);" onClick="this.setHomePage ...
open_myeyes
Offline Send Email
Apr 1, 2002
6:10 pm
Messages 13392 - 13421 of 21091   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