| Thread | Last Post | Replies |
|
| visibility do not work in firefox for mac | 01 Nov 2005 00:57 GMT | 3 |
I have two quicktime plugins embedded in a webpage. I want to hide one and display the other. Then I want to load a movie into the hidden player. When the first player is finished playing, I hide it, and show the hidden player.
|
| Javascript not recognized | 31 Oct 2005 21:35 GMT | 7 |
I am having issues with a new window that I create in my application not executing its Javascript. The js is there in the source and looks all normal, but it is simply not being recognized. I am running on Jboss 4.0.2. Here is the code, its simple...
|
| Eclipse | 31 Oct 2005 21:16 GMT | 5 |
I anyone using Eclipse? If so, can you give me a clue to get started. I keep reading about how good an IDE it is, but it does not seem to help with Web stuff (CSS/HTML/JavaScript). I downloaded a variety of plug-ins, but it just seems like a hard to use straight text editor.
|
| safari browser doesn't like my javascript | 31 Oct 2005 21:14 GMT | 4 |
I'm getting reports (which is all I can go on cause I don't have a mac or safari browser - new question: can I install safari on a windows box?) that the javascript at: http://www.perfectlocale.com/standard.php throws a "you must enter a starting price" alert when using the safari
|
| Iframe not displaying | 31 Oct 2005 18:17 GMT | 1 |
I want to insert a html page within a cell of a table on an html page. I did this by using an Iframe and it works but not on first load! Each time I go to the page cold I need to hit refresh for the iframe loaded page to display!!!
|
| Overriding a href using onClick | 31 Oct 2005 17:49 GMT | 5 |
Firefox 1.0.7 If I launch Jesse Ruderman's Javascript shell http://www.squarefree.com/2005/10/30/javascript-shell-14/ on any web page and type in the shell
|
| AJAX -- communication timing issue? | 31 Oct 2005 17:18 GMT | 4 |
I'm having a real problem here. I have a JS function: getExpenseDetails() it's a asynch call to a php script behind the scenes which returns XML formatted expense details. in my onreadystate change function call, handleExpenseDetails I popup a
|
| div textfields missing after pressing back button | 31 Oct 2005 15:37 GMT | 1 |
I have an html page with a div element within a form for dynamically creating textfields. The problem is when I click a link on the page, or the submit button, then click the back button, the new textfields in the div element are
|
| Status bar shows anchor href, not text I set in onmouseover | 31 Oct 2005 15:11 GMT | 17 |
I have a menu tree made up of anchors inside list items in a multi-level list that includes HTML like: <ul id='xx'> <li><a href='conf.cgi' class='menu' target='main'
|
| Being notified as the page downloads | 31 Oct 2005 13:23 GMT | 11 |
Say I have a piece of Javascript that transforms the HTML on a page. (In order to work around CSS bugs.) I could invoke this from the BODY onload event handler. However, this means that for a large page on a slow link, the user's going to have to sit and
|
| How to insert a new row to an existing HTML table | 31 Oct 2005 12:50 GMT | 6 |
The following code (HTML) generates a table. Now I'd like to insert a new row by a javascript. The following code (javascript) works with the Internet Explorer and also with Mozilla. However, the inserted button (onClick) in the table does not
|
| Ending drag&drop operation on mouse out of browser? | 31 Oct 2005 12:26 GMT | 5 |
I have a bit of JavaScript code (see below) that handles drag-and-drop of elements on a webpage, simply moving them around the page. The problem I'm having occurs when the user drags the object outside the browser window and releases. The JavaScript onmouseup event fails
|
| Understand this! | 31 Oct 2005 04:16 GMT | 1 |
Can someone explain how this works? Thanks! ProcessData( DataArray ) { TheData = DataArray || [];
|
| Getting window from document | 31 Oct 2005 01:31 GMT | 2 |
Is there any way to find the window object given the document object? TIA, D. Patterson
|
| is there a way to reset link states | 31 Oct 2005 00:52 GMT | 6 |
Is there any way to reset a link's state. In other words reset a visited link to an unvisited link. I guess the question I'm asking would be how do you programatically search and clear the history of a particular page?
|