... 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 ...
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...
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...
... 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...
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...
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...
... 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...
... I'd just junk the keypress stuff and do it like this: document.getElementById('Name').onchange = function() {fixThis(this);}; function fixThis(field) { var...
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 ...
nothing,just to stop the workflow for a moment. ... From: Jon Stephens <jon@...> To: JavaScript_Official@yahoogroups.com Sent: Saturday, 3 February,...
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...
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...
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! ... --...
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...
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"...
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...
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 ...
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...
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...
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 ...
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@...
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...
... 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...
... 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...