Hi all i need a small help. in my form there is a drop down button and a text box beside it. when a value in drop down is selected a popup window must open and...
Hi All, Can anybody suggest on how to achieve the following functionality? The requirement is to be able to dynamically (through java-script) hide/remove and...
Hello everyone: I have trouble to understand how word boundary \b and \B works. I search the internet and found a good explanation for word boundary There are...
Hi all, i created a 4 different drop downs.when a value is seleted frm a drop down i open a pop up and there i need to get name of the drop down where the ...
I am thinking of starting my own RPG, and one RPG already has the format I like. I asked the person who had originally offered the design for the RPG to the...
Hi all, Does anyone have a script that will keep the background of a website still while the content continues to scroll? I REALLY need it. Please let me know....
Hello everyone: I am doing an exercise try to validate user entry in a text field (name field). I want to exclude underscore from user input, so the name filed...
Search the web, there are thousands of JS scripts to help/use. What are you using a new window? You can just show/hide JS in the base form. "This e-mail is...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Jun 4, 2006 6:30 am
20942
If the admin advice was stuff you already knew then you should be able to get started. Question: what is the point in re-creating this site if it already...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Jun 4, 2006 6:34 am
20943
Looking for h. C). Ah@ D). @hA "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Jun 4, 2006 6:36 am
20944
What hide a scrollbad in an browser? If so, read the JS docs on window.open. "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond,...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Jun 4, 2006 6:36 am
20945
This is not JS, it is simple a fixed css image. This "effects" use however died out around 10 years ago. "This e-mail is from Reed Exhibitions (Oriel House, 26...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Jun 4, 2006 6:39 am
20946
<head> <style type="text/css"> Body { background-attachment: fixed; } </style> </head>...
Hi SB, --"Can anybody suggest on how to achieve the following functionality? The requirement is to be able to dynamically (through java-script) hide/remove ...
It is not case-sensitive but case does play a part. .Foo is not the same as .foo "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond,...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Jun 5, 2006 8:10 pm
20951
Hi Dean, --"Actually, that was my stupid e-mail program's spellchecker." -- Ah. Computer intelligence. I've always liked the term....
Hello, I have just released a new JavaScript sudoku game. It's description is "Play free online millions of sudoku puzzles with joyful graphics." and I am...
Note: forwarded message attached. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
Hi, I have a problem. I have data in my database with iso8859-2 code. My javascript gets data with xmlhttprequest. The php sends strings with right format, but...
Szallár Zsolt
szallar@...
Jun 15, 2006 4:18 am
20955
Hi please help me in this regard openPopUp('<%=request.getContextPath ()%>/transformations/AU_EN_OptionalEndorsementsPopup.jsp?selFiledName='+name,'',''); the...
hi, I am wondering if I can apply JScript to my ASP.NET site which is developed in VB.NET. I want to minimize the traffic between the client machine and the...
Jean-Pierre Jamous
CEO@...
Jun 15, 2006 4:19 am
20957
ok iam making a audio player for my site in JS using quick time many for my podcasts and i need to know how to show the current time of the audio file(do it...
I am not quite sure because I could never get the hang of Dropdown Menus by HTML in the first place. However, if you need me to make you a few dropdown menus,...
I doubt if you can. The information needs to have been included prior to the server running ASP on it. However, you can quite happily put JavaScript scripts...
Saying that , you could make the external JS file a JSP one and then include it on your page using JSP syntax rather than an HTML include. "This e-mail is from...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Jun 15, 2006 7:19 am
20961
Yes, you can. www.Microsoft.com/net or msdn.Microsoft.com. Also note, JScript is *not* the same as Javascript. "This e-mail is from Reed Exhibitions (Oriel...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Jun 15, 2006 7:19 am
20962
You cannot do this in a JS file itself. The request variable will have to be rendered first via JSP. You could pass it as a URL variable or just hardcode it as...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Jun 15, 2006 7:32 am
20963
... If the JS is generated inside a JSP file, then it doesn't matter if it's included through JSP or a normal external <script> reference (unless there's an...