| Thread | Last Post | Replies |
|
| Grab ElementbyID from innerhtml | 30 Jun 2006 21:25 GMT | 6 |
New to AJAX so sorry if this is simple. Have a page that gives the user a list to select a brand. Based on the brand selected it shows a list of sizes available using the following code:
|
| looking for good javascript unescape encoder | 30 Jun 2006 20:28 GMT | 30 |
Neeed good javascript unescape encoder, to protect javascript code. Some advices? Online tool, or ready javascript only. Any opinions about the Javascript Obfuscator: http://www.javascript-source.com/
|
| shortcut for document.getElementById and some error | 30 Jun 2006 19:04 GMT | 5 |
I made two shortcut functions for document.getElementById as: function EBI2(id){return document.getElementById(id)}; var EBI3 = document.getElementById; But EBI3 don't work.
|
| js debugger for IE7 | 30 Jun 2006 18:28 GMT | 6 |
Is there any debugger for IE7, the MS script debugger for IE 6 doesn't work
:( Patryk
|
| Need help with simple progress bar | 30 Jun 2006 17:49 GMT | 6 |
Why is my progress bar displayed only after it's reached 100%? <html> <style type="text/css"> #bar{
|
| Javascript resize works in IE not FF | 30 Jun 2006 15:33 GMT | 1 |
I'm using javascript to set div sizes dependant on the size of the window, it works in IE6 < but not IE 7 of FF. Any ideas? <script language="JavaScript" type="text/javascript"> function getPageHeight() {
|
| javascript, replace works only with FF, why? | 30 Jun 2006 15:15 GMT | 4 |
I want to remove from string a <span> tag, but with leave the value of that tag. I have that code: theExp = new RegExp("<span>", "g");
|
| checking email address for @ and . characters | 30 Jun 2006 14:39 GMT | 26 |
Can anyone show me how to check and email field on a form for the existence of these two characters. Kind regards Marc
|
| setting the ID for an tr-element | 30 Jun 2006 11:51 GMT | 2 |
Hi group, This seems basic to me, but I can't find the solution. I have a table that grows tr's and td's. At one point I have something like this:
|
| Detecting which context menu item was selected | 30 Jun 2006 11:18 GMT | 3 |
I have a TEXTAREA element. A user right clicks within in to get the context menu and they select "paste". I want my javascript code to know that they selected "paste". I know you can capture the mouse click, but can we capture exactly what
|
| Toggle on/off | 30 Jun 2006 10:26 GMT | 7 |
Hi folks. Sorry for the semi-cross-posting in the CSS group. I have a question with regards to turning on and off a div. I am doing AJAX calls for comments on a topic. Upon clicking, comments are looked up for that record, and presented below the item. Initally,
|
| firefox question | 30 Jun 2006 10:26 GMT | 3 |
looking for insight on how to make this javascript solution firefox compatible. http://www.codeproject.com/useritems/HTMLFixedHeaders.asp any tips / insight would be helpful
|
| mouse click location | 30 Jun 2006 06:52 GMT | 2 |
Hi, I have html like this: <div id="myCanvas" style="border:10px, black;position:relative;height:250px;width:100%;"> <img id="p" src="p.jpg">
|
| Executing Javascript generated by PERL | 29 Jun 2006 23:46 GMT | 3 |
I am wanting to use javascript to select between different *.css files dependent on the user's browser. I am also wanting to generate the html document containing this javascript dynamically using PERL. So far, I have the javascript that does what I want to do, and it works
|
| Remove columns in a dynamic table | 29 Jun 2006 23:23 GMT | 3 |
Hi!!, I have a table which i wanna print. what i wanted to do is, print the header and footer in every new page i am printing. The table which i am getting data is a dynamic table and with javascript i wanna remove 2
|