Search the web
Sign In
New User? Sign Up
JavaScript_Official · JavaScript . AJAX . ActionScript
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 14772 - 14801 of 16813   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14772
Hi , i want to use modal dialog window in firefox 2.0,where modal=yes is not working. so , i am lloking fwd for your help rgd the same. ...
dibakar chakraborty
dibakarmca
Offline Send Email
Feb 1, 2007
4:52 pm
14773
Can anyone suggest me how to play video file in browser....
Tech
dips255
Offline Send Email
Feb 1, 2007
4:52 pm
14774
... Modal dialogues are non-standard, and specific to MSIE/Windows. -- This message has not been scanned for viruses. Since I do not use a Microsoft operating ...
Jon Stephens
jdwayside
Offline Send Email
Feb 1, 2007
5:10 pm
14775
The only dialogs that are globally available are the Alert box and the Confirm box. Codong for Alert: alert ("This is an alert box."); Coding for Confirm: if...
Tim Sabin
timsabin
Online Now Send Email
Feb 1, 2007
6:53 pm
14776
ok,i know it.But pls go to Mozila Browser ,help-->About Mozila Firefox.and this window is modal in nature.Just i want to do like that. i am using firefox...
dibakar chakraborty
dibakarmca
Offline Send Email
Feb 2, 2007
12:22 am
14777
Sorry there was typo! the 'excluce_name' should be 'exclude'. So the right version is as follows: function filterName() { var Name =...
David Halliday
tetrahall
Offline Send Email
Feb 2, 2007
12:23 am
14778
... What characters do you wish to allow? Seems to me that'd be a much shorter list. :) -- This message has not been scanned for viruses. Since I do not use a...
Jon Stephens
jdwayside
Offline Send Email
Feb 2, 2007
1:18 am
14779
Just off the top of my head ... If you're using onKeyUp and onKeyDown, don't you need to handle these special keys yourself? My guess is that it isn't the...
David Smart
smartware_co...
Offline Send Email
Feb 2, 2007
2:49 pm
14780
Hi Jon .. thank you for the response. I know what you mean .. the line with the 'not allowed' characters looks big :) .. but it is only because of the escaping...
David Halliday
tetrahall
Offline Send Email
Feb 2, 2007
7:03 pm
14781
... I don't know exactly how that's done, since I'm not familiar with Firefox internals. However, I can tell you that this functionality is not accessible from...
Jon Stephens
jdwayside
Offline Send Email
Feb 2, 2007
11:13 pm
14782
... I'd just junk the keypress stuff and do it like this: document.getElementById('Name').onchange = function() {fixThis(this);}; function fixThis(field) { var...
Jon Stephens
jdwayside
Offline Send Email
Feb 2, 2007
11:22 pm
14783
hi i am new to this group but i want to get the messages that the members sent so far. so how should i do so as to get those messages....
Samuel
samiye09
Offline Send Email
Feb 4, 2007
3:00 am
14784
Go to the home page of the group and look at the message history. Regards, Dave S ... From: "Samuel" <samiye09@...> To:...
David Smart
smartware_co...
Offline Send Email
Feb 4, 2007
7:07 am
14785
Re: [JavaScript] Fwd: Excluding special keys from regexp? Thank you Dave and Jon for the response and the suggestions. For some reason, Jon, the function you ...
David Halliday
tetrahall
Offline Send Email
Feb 5, 2007
5:41 pm
14786
nothing,just to stop the workflow for a moment. ... From: Jon Stephens <jon@...> To: JavaScript_Official@yahoogroups.com Sent: Saturday, 3 February,...
dibakar chakraborty
dibakarmca
Offline Send Email
Feb 5, 2007
5:41 pm
14787
Hi All, I’ve just joined this group and am in need of some advice. I’m working on my first Ajax / PHP app (I’ve been working with PHP for a few years and...
Keith Mountfield
quayfee
Offline Send Email
Feb 5, 2007
5:41 pm
14788
dear java script _ official group members i request your support. i want to have my personal home page .what shall i do and please send some contents that...
Samuel Mulugeta
samiye09
Offline Send Email
Feb 5, 2007
7:03 pm
14789
A bit of google searching "modal dialog firefox" reveals this: http://sublog.subimage.com/articles/2006/01/01/subModal claims to work in firefox... HTH! ... --...
Ken Auenson, II
kja2
Online Now Send Email
Feb 7, 2007
5:09 am
14790
Hi all, Do anybody know how to create a sliding menu? ... The idea is that when the user click on the <<< or >>> move the items in the DIV back or forward. Any...
Manuel Tejada
visualbprogr...
Offline Send Email
Feb 7, 2007
5:11 am
14791
thanks,but this is a sub-modal,not a full modal window.u can still access the upper toolbar when u have the window in ur page. ... From: "Ken Auenson, II"...
dibakar chakraborty
dibakarmca
Offline Send Email
Feb 7, 2007
4:44 pm
14792
See if this will do what you want. Put this code in your HEAD section: <META http-equiv="Page-Enter" Content=RevealTrans(Duration=.500,Transition=1)"> <META...
pakaymc@...
pakaymc
Offline Send Email
Feb 7, 2007
4:45 pm
14793
What you are looking for is not possible, "sub-modal" is the best you will be able to do. sorry! ... -- Ken Auenson, II ColdFusion Web Developer & SQL DBA ...
Ken Auenson, II
kja2
Online Now Send Email
Feb 7, 2007
5:01 pm
14794
Thanks, those are very nice effects, but that's not what I'm looking for. What I want is be able to move the links to the right or left (depending on the the...
Manuel Tejada
visualbprogr...
Offline Send Email
Feb 8, 2007
1:06 am
14795
I have been using the HTML "LEGEND" tag to give my "FIELDSET> tag a label. I personally like it a lot. Now, I found that the "LEGEND" tag is deprecated. What...
jiapei_jen
Offline Send Email
Feb 8, 2007
5:03 pm
14796
Create a div and give the id to the div set some high z:index to the div. and set the position: absolute. place << in an anchor tag...
anil_kr_92
Offline Send Email
Feb 8, 2007
5:05 pm
14797
ei guyz...i just want to ask how to use a loop statements in creating a java program that will display the following pattern: 1. ***** **** *** ** * 2. ****a ...
unicahija_nikz
Offline Send Email
Feb 8, 2007
5:06 pm
14798
I'm not sure if this is even possible, but I haven't been able to find the answer anywhere. Hopefully you can help? I know you can get the current url of the...
Bryan Garaventa
bryan@...
Send Email
Feb 8, 2007
7:05 pm
14799
... Two things. 1. This list is for client-side JavaScript, not Java. 2. The best way to do your homework is to open up the textbook and start reading. If...
Nick
nickj6282
Offline Send Email
Feb 8, 2007
7:06 pm
14800
... Non-standard/MSIE only. -- This message has not been scanned for viruses. Since I do not use a Microsoft operating system or software, and use only...
Jon Stephens
jdwayside
Offline Send Email
Feb 8, 2007
11:56 pm
14801
... Either you make your custom divs pattern, or you may prefer to assume that it will be supported still long (doesn't IE7 still support it?). (I like it a...
emmanuel92130
Offline
Feb 9, 2007
1:34 am
Messages 14772 - 14801 of 16813   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