| Thread | Last Post | Replies |
|
| I need help accessing SELECT box | 01 Aug 2007 00:27 GMT | 3 |
Hi, so I can learn how to master, how do I access a select like this using javascript?? <SELECT name="myselect"> <OPTION value="73822">Green
|
| Hide / Show Safari issues | 31 Jul 2007 23:31 GMT | 1 |
I have an interesting issue in Safari where I have a DIV and inside that DIV I have an IFRAME. If I do a hide or show of the DIV using dv.style.display="none" or dv.style.display="block" with dv being the DIV Object itself it reloads the IFRAME and I now end up with the
|
| IE select() and form submittion issue | 31 Jul 2007 21:04 GMT | 2 |
Greetings All, Background: We've set up a ajax-free version of Shoutbox. The form below posts to an iframe php file.
|
| On Javascript Replace Method. | 31 Jul 2007 16:46 GMT | 9 |
I don't think this is "do-able" but thought I'd better check. Say I want to replace certain names in some source code as long as they are not properties (dot properties) of objects. I could use a regular expression like:
|
| object expected - huh? | 31 Jul 2007 15:36 GMT | 5 |
I'm trying a simple thing, trying to call this: <script language="text/javascript"> <!-- function rating(){
|
| load adobe spry gallery | 31 Jul 2007 15:11 GMT | 1 |
I'm working on this prototype and could use some help. http://208.106.214.149/spryGallery/untitled-3.html# I'm trying to load adobe's spry gallery, select galleries. I am loading the scripts when I load the page. Next, I'm using javascript to
|
| How do I hide javascript content from googlebot? | 31 Jul 2007 14:31 GMT | 8 |
I have a piece of code that I'd rather google's spider did not follow. Is this possible please?
|
| Flash links not working over iFrame area in Firefox | 31 Jul 2007 11:51 GMT | 1 |
I have a flash interactive window which has html links and this appears on an html page. This window can be moved with the mouse on the html page. The html page has an iFrame too. When the flash window comes above the iframe area the html links stop working. Yet the links
|
| regex to return just body of HTML responseText | 31 Jul 2007 11:00 GMT | 6 |
I just need the content between <body> and </body> of a message How can i do this from http_request.responseText string ? thanks
|
| Client side script and resetting dropdown lists | 31 Jul 2007 09:48 GMT | 3 |
I am creating a ASP.Net 1.1 (VB) web. I have 2 drop down lists which are independent of each other. Both are filled from a database on the pageload. There is also a search button which searches the database based on the 2 drop down list entries. The first entry in each drop
|
| FAQ Topic - How do I direct someone to this FAQ? | 31 Jul 2007 08:21 GMT | 2 |
----------------------------------------------------------------------- FAQ Topic - How do I direct someone to this FAQ? ----------------------------------------------------------------------- This document is posted to clj very frequently. There should be
|
| search script help! | 31 Jul 2007 08:02 GMT | 1 |
I recently found this search engine script while searching the net recently and desperately need help with it. The script displays search hippo results via xml feed and the sponsored results on the right hand side are from revenue pilot. The script works except there is a bug.
|
| Javascript validation question | 31 Jul 2007 03:46 GMT | 2 |
Thanks in ahead for any help you can give me. Basically I have an order form with 10 product codes and 10 fields for quantity with the name of the text field in each. What I am trying to do is put both the quantities and products in an array and then loop through each one and
|
| acessing array elements via two different index methods | 31 Jul 2007 03:27 GMT | 7 |
I have an array of objects that start out looking like this: var ra=[ {name:"fred",someproperty:"hello fred"}, {name:"bob", someproperty:"hello bob"},
|
| Share your views on unobtrusive javascript | 30 Jul 2007 23:51 GMT | 26 |
I came across this topic of UJS (unobtrusive Javascript) recently. I was wondering if this method is really worth it. Some people suggested using packages like prototype to use UJS. Other suggested code becomes lengthy. While others advocate its use saying it leads to a good
|