| Thread | Last Post | Replies |
|
| javascript array syntax | 30 Nov 2007 23:55 GMT | 8 |
is there a way to create an array in this way?: new Array('key1'='value1','key2'='value2','key3'='value3') ?????? thanks, simone,
|
| Passing querystring variable to function | 30 Nov 2007 23:12 GMT | 3 |
How do I take a querystring variable from a link and pass it to the following code (function shown below)? For example, concatenating the 77 from 'myfile.php?uniqueid=77' with the string 'id' to get
|
| Onmouseup in select box affects scrollbars | 30 Nov 2007 20:48 GMT | 1 |
I'm not sure if this is the appropriate group or not. My problem is that I'm trying to simulate a drag and drop between select boxes. So when the user presses the mouse down in one select box and releases it in another, the items selected from the first
|
| newby could use a little help | 30 Nov 2007 20:30 GMT | 18 |
Hi I wonder if anyone could shed some light on what I need to do with this code I have tried everything I know and come up blank. **Error** Scene=Scene 1, layer=Layer 6, frame=115:Line 1: ')' or ',' expected
|
| How Do I Force An Object On The Page To PostBack or Reload? | 30 Nov 2007 19:41 GMT | 5 |
I am using xmlhttp to send a querystring to the current page. this returns a URL to the windows media player widget on my page: <object id="Player" style="border:solid 1px black; width:500px; height:400px;" classid="CLSID:6BF52A52-394A-11d3-B153-SD8FF79FAA6">
|
| syntax for assigning to an array | 30 Nov 2007 18:58 GMT | 45 |
In PHP, if a function returns an array it's fairly common to capture its return values like this: <?php list($foo, $bar, $baz) = some_function_that_return_an_array();
|
| Refer to <div> from separate <frame> | 30 Nov 2007 15:22 GMT | 2 |
I have an <html> page with <frame>s as follows -: <FRAMESET rows="55, 100%" frameborder="no" > <FRAME src="../TopFrame.jsp" scrolling="no" noresize marginwidth="0" marginheight="0">
|
| Javacript Object Expected | 30 Nov 2007 10:35 GMT | 2 |
I need help!!!!!!!! I am getting a javascript error on a website I am creating and I need some help correcting the problem. The error is as follows:
|
| javascript works in IE, not in firefox | 30 Nov 2007 05:02 GMT | 19 |
I am having an issue with javascript in firefox. On this URL, there should be a menu displayed above a dashed line. Works ok in IE6 & 7 but no menu displays in firefox. Any sugestions? http://classifiedads.officeresalesolutions.com/TesT.html
|
| Number to string?? | 30 Nov 2007 04:48 GMT | 11 |
Why is this converted to a string??? var newidNumber =((idNumber/2).toFixed())+1; Thanks Mike
|
| server time/date | 30 Nov 2007 00:47 GMT | 10 |
does anyone know of a simple script to get the date and time on the server an html document is served from ? (or a simple script to read an html doc that only has one line in the body section ?) thanks,
|
| Javascript display issue in IE6 only - two js files clashing. | 29 Nov 2007 22:28 GMT | 1 |
I have a problem with two co-existing js files. One is used to render a flash piece using proper HTML syntax, and the other to mitigate an issue in IE6 where .png graphics are not displayed properly (they do not show as transparent and are instead displayed
|
| yield keyword/command in JavaScript 1.7 | 29 Nov 2007 22:06 GMT | 1 |
Anyone has a functional sample of using "yield" command in JavaScript 1.7 ? Ideally some sample of context preservation on setTimeout - if I am not completely off the loop with the functionality of this new command. The googled sources like
|
| Drop Down Menu | 29 Nov 2007 21:48 GMT | 2 |
This script was written for a different type of menu and i was changing it around to make it work as a drop down menu. This is a multi-tiered menu so i must make a separate call for each menu. Anyway if you could find my error I would be greatful to you. I will point
|
| Basic questions about alert() and confirm() | 29 Nov 2007 21:24 GMT | 7 |
I have some basic questions about alert() and confirm(): (1) Is it possible to customize the labels in the buttons, eg. put "Yes" instead of "OK"? (2) Is there a control over the text in the pop-up frame? I would like
|