| Thread | Last Post | Replies |
|
| Passing data back and forth with a ASP.NET IFrame | 01 Jul 2005 00:56 GMT | 3 |
I'm trying to communicate between a parent document that is controlled through pure Javascript with an embedded IFrame containing an ASP.NET form. I can quite easily pass data into hidden fields in the IFrame and submit the form to pass data to the ASP.NET application.
|
| Javascript Popups - Can anyone help me fancify them? | 01 Jul 2005 00:22 GMT | 8 |
I've been headhunting for a javascript popup that i saw once, that when it's called, pops open and grows from the center to its desired h and w. Does anyone have any idea where i could start on this one? Haven't found through googling or list searching.
|
| Help required in designing the menus | 30 Jun 2005 19:12 GMT | 1 |
Can any one help me in creating the menus using the html. the type of menus that i am looking are shown in the following website http://www.adobe.com/ In the home page
|
| IE Browser stops responding after window.open() window closed | 30 Jun 2005 18:47 GMT | 3 |
I realize this may not be the right group to post this, but I'm not having much success elsewhere so I thought I'd give it a try... In our application we have a link that opens a new window displaying the contents of a page that can be customized by our end users. When we call
|
| how to dynamically load a script library ? | 30 Jun 2005 18:24 GMT | 1 |
I want to dynamically include a .js file i.e do something like that : load_js_file("http://domain.com/myfile.js"); is it possible with internet explorer 6 ? Thanks in advance
|
| Any way to read custom html attributes in firefox/opera ? | 30 Jun 2005 18:12 GMT | 3 |
Just a quick question - I guess this is more a 'standards' thing than anything else. I'm working on a digital mapping application. One of the things I'm doing is outputting the IMG tag thus (just a sample):
|
| How to hide table rows with the help of getElementsByName()? | 30 Jun 2005 17:47 GMT | 3 |
How can I hide table rows? ... tried with the following example: FireFox works... How to do the simillar in IE6? <html> <head>
|
| IE, Mozilla,Opera | 30 Jun 2005 17:29 GMT | 4 |
Can any one tell me how to findout Client is using IE or Mozilla o Netscafe Opera. I need Javascript Code. My site is not aligning properly in Mozilla and netscafe. So I decide to findout client OS do seperat code for each.
|
| Insert row into tBody | 30 Jun 2005 16:57 GMT | 3 |
I'm trying to sort an HTML table (tBody) on one of its columns dynamically. My approach is to remove all the rows into an array, sort the array, and insert to rows back into the tBody. But, there doesn't seem to be any way to insert a pre-existing row into a
|
| Playing an audio file using Javascript | 30 Jun 2005 15:53 GMT | 2 |
Hello, I had been given this code to play a single sound file embedded in a page. Sadly, the code doesn't actually "play" any sound file. Could you help supply some JS code that will play a sound file for both IE and Mozilla?
|
| Select Dropdown Height / Size | 30 Jun 2005 15:53 GMT | 1 |
Is there a way to specify the height / size of the dropdown area after the user has pressed the dropdown arrow?
|
| Radio and check boxes problems | 30 Jun 2005 15:51 GMT | 2 |
Sorry if this isn't the correct group, i don't think there is a group for straight HTML. I am trying to create a type of search engine. There are two radio buttons at the top, in the middle there is a text box, with the search button next to it, and at the bottom there are four
|
| Add readonly attribute dynamically to input tag | 30 Jun 2005 15:39 GMT | 2 |
When accessing my web page I build up the javascript and html dynamically. Depending on an parameter I want to set all the fields (input tags) readonly. How do I do this? Of course I can write if statements to add different input tags with and without the readonly
|
| prevent "can't execute code from freed script" | 30 Jun 2005 15:32 GMT | 2 |
i have a page with a form, and when the page is loaded, it supposed to execute some javascript code. when i go to that page, i get "can't execute code from freed script" error, and the js code isn't executed. If i hit F5 and refresh the
|
| error creating XMLHttpRequest | 30 Jun 2005 12:15 GMT | 12 |
Hi, I'm trying to solve a problem for a user which I can neither reproduce or explain. Here goes in the hope that someone else may have experienced the same. I make two attempts to create the XMLHTTP object, using the progids
|