| Thread | Last Post | Replies |
|
| Accessing Frames | 31 Jul 2006 23:45 GMT | 5 |
I'm looking at some old code, and am having a problem with IE having changed how accesses an object: pages = window.parent.frames.item(1).document.all("position"); This works under Win200 and 6.0.2800.1106.
|
| file outside public_html | 31 Jul 2006 22:53 GMT | 1 |
Is it possible to pass to a script a path to a file which is outside public_html? I have this function : function okno( film ){
|
| <img> onload vs complete | 31 Jul 2006 22:12 GMT | 4 |
I'm using the event "onload" to trigger a function when an image has been preloaded. But it seems to me that the function is triggered right at the beginning of the transfer from remote to local rather than at the end of it.
|
| Applying style to browse button. | 31 Jul 2006 19:48 GMT | 1 |
Is it possible to apply style to browse button, the code for which is, <input type="file"> I want to add a background image to the "Browse" button. (using css)
|
| options.selected on select multiple | 31 Jul 2006 19:09 GMT | 4 |
I have a problem with Internet Explorer that I really can't explain. If anyone can find a solution to this, I congratulate you... I'm trying to have a script dynamically select all (or some) of the options in a select field. It won't work, it will only select one
|
| multiple select | 31 Jul 2006 19:06 GMT | 4 |
I would appreciate any assistance you have with the following problem: I have (as an example) an array of values as follows: arrayvalues=new Array("0001","0003","0005") where each is the value
|
| onsubmit - multiple actions | 31 Jul 2006 18:57 GMT | 2 |
I have a particular problem where I need to have one form perform two actions. Can you just have 2 actions in the action parameter ("action = ...blahblah.asp, ...yaddayadda.jsp") or is there some way to add the second action in the onsubmit command? Any suggestions on this would be
|
| How to display links to files in a folder???? | 31 Jul 2006 18:50 GMT | 1 |
Hi, I am kinda familiar with html, but i am having a problem. I am working on a menu system for a handheld gaming device (PSP). I want the menu to be able to display all files with a certain extention (.swf to be precise) from a specific folder. The menu system I am working on
|
| Retrieving information from a website using JavaScript ? | 31 Jul 2006 18:47 GMT | 3 |
I have a problem in which I am not sure if Javascript can or should be used. If anyone can throw light on this it wd be great : Basically I am working on the development of a database where a user enters an address (street, city, state, zipcode). Based on the user input of the
|
| Setting a textarea to read only | 31 Jul 2006 18:42 GMT | 2 |
I'm trying to set the "readonly" attribute of a "textarea" element this way: --------------------------------- <script type="text/javascript"> ***snip***
|
| js xml at client side | 31 Jul 2006 16:39 GMT | 1 |
i need some help with xml and js ... in my html page i've to show a grid with some data retrieved from an xml file ... i need to this beacuse i've to use online, on a webserver and offline
|
| HELP with Timer... | 31 Jul 2006 16:39 GMT | 1 |
I have an entry field and a long number "33424JHKJHKJ43432423" as well as a submit button "FINISHED". I need to know "HOW LONG" it takes for the user to enter the number correctly ! if incorrect, it should popup an alert and ask user to
|
| passing string parameters containing - | 31 Jul 2006 16:09 GMT | 1 |
Hey I am trying to pass some parameters into a javascript function. This function is invoked from an onClick from a hyperlink. The parameters are some id's for a database, most of these are just numebrs but some are of the form xxxx-xxxx-xxxx when I pass these types nothing
|
| Help me understand this JSON eval problem please | 31 Jul 2006 11:12 GMT | 3 |
Why is this: eval('[{\"active":"true"}]') is OK, but eval('{"active":"true"}') tells me I'm missing ";" ?
|
| JavaScript opens doors to browser-based attacks | 31 Jul 2006 09:52 GMT | 2 |
Seems JavaScript is getting some bad press: "Security researchers have found a way to use JavaScript to map a home or corporate network and attack connected servers or devices, such as printers or routers."
|