| Thread | Last Post | Replies |
|
| IE Never finishes loading page when dynamically removing images | 30 Mar 2006 22:41 GMT | 1 |
While testing my pages in IE and Firefox, I have noticed that when I remove an image from the DOM before it has finished downloading in IE, that the status bar gets stuck at Downloading Picture https://.... Which means the page never finishes loading, I have tested by just
|
| AJAX and OPERA 8.50 | 30 Mar 2006 22:36 GMT | 1 |
Hi all. I have strange situation, in my webb apps i use a lot of AJAX. in my developer computer i use opera and naked apllication (it's using Python Application Server cherrypy www.cherrypy.org), in production I covered my application be Apache server which serves static files. ...
|
| How do i add controls to a video (play, pause....) | 30 Mar 2006 21:54 GMT | 1 |
on http://www.w3schools.com/media/media_browservideos.asp it says that i can add a video. i have tested it and it is just a plain video with no controls. how do i add controls to the video box??
|
| Changing parameters in javascript | 30 Mar 2006 20:36 GMT | 7 |
this should be simple, but can I change parameters like the url coming in: www.testpage.com?test1=a <script>
|
| Pass cookie value back to server? | 30 Mar 2006 20:00 GMT | 1 |
I have a web page that displays records from a database. I want to allow the user to specify his own "page size" - that is, the number of records to be displayed on a given page. I have a place set up for him to enter a value and save it to a cookie. My problem is, I can't
|
| Still want to use javasctipt for video | 30 Mar 2006 18:49 GMT | 4 |
look at this page http://www.acejs.com/scriptsfolder/110003/110003.html is has a custom web button for *audio* is it possible for me to edit the code to make it *video*
|
| Browser not supporting JavaScript | 30 Mar 2006 18:37 GMT | 4 |
I want the list of browser which is not supporting Java Script. So far I am thinking only JavaScript is the standard scripting language supports in most the browser. Is any scripting language supports in all browsers.
|
| Dynamically enabling/disabling radio button | 30 Mar 2006 17:54 GMT | 2 |
I'm wanting to have a set of radio buttons disabled when a form is displayed, then if they check another specific radio button, those would become enabled. I've tried setting it via window.document.formname.radiogroup.disabled="true"; (or false) - but
|
| accessing the value of dynamically added fields by Name | 30 Mar 2006 17:40 GMT | 5 |
I have a html where fields are created and added dynamically on the client side. I use the AppendChild() call to create fields dynamically. On submit i try to get the value for all the elements in the form,
|
| InnerHTML not grabbing entire HTML if <p> is present | 30 Mar 2006 17:28 GMT | 7 |
Let me preface this with the fact that I am a newbie to HTML, XML and Javascript. Having said that, let me explain my dilemma: I am having a difficult time getting innerHTML to consistently return the entire HTML string when a <p> is part of the text. It somehow
|
| Update form without reload | 30 Mar 2006 14:51 GMT | 3 |
I have a page which starts with the question, 'How many people?' followed by a combo box offering 1 -> 6 as offers. Now I have the following fields name1, job1 for person 1, same for person 2 and so on.
|
| how to count number of check boxes in a check box list. | 30 Mar 2006 14:09 GMT | 1 |
i have a list of checkboxes, the number of checkboxes is dynamic. All the checkboxes have same name. i am trying to get the length of selected checkboxes. <input type=checkbox name=name1 value=1>
|
| HTML to DOM Function? | 30 Mar 2006 14:04 GMT | 5 |
Hey all, Sorry if this is a newbie question, but does javascript have a built-in function that will take a string, parse any HTML tags from the string and return back a DOM element representing the root of the HTML tree
|
| textarea limiter not working | 30 Mar 2006 13:06 GMT | 3 |
Can some kind soul(s) review my stripped-down html below and advise me on why it doesn't work? All I get when I enter text in the form is the ubiquitous "Error on page" at the bottom of the browser. For the life of me, I can't see why it doesn't work :- it's gotta be
|
| diasable text area in javascript | 30 Mar 2006 12:37 GMT | 1 |
I want to disable my text area based on its id .When I concatenate my id back to form its gives me an error that NAME is not an fh1 object .Its taking it as a constant .Any suggestion.. function putvalue(myid)
|