| Thread | Last Post | Replies |
|
| difference of PNG format in IE 6 and IE 7 | 31 Jul 2007 09:25 GMT | 1 |
Good Morning!... Can anyone explain to me why does IE 6 connot support a PNG format, it wont accept a transparent PNG. And in IE 7 it works a transparent PNG?
|
| Syntax question | 30 Jul 2007 21:04 GMT | 6 |
I'm getting to grips with jscript/javascript and have come across a bit of syntax I don't understand. document.onmousemove = mouseMove; function mouseMove(ev){
|
| "GET" and "POST" http request | 30 Jul 2007 07:47 GMT | 2 |
anyone knows the difference between GET and POST in the http request?
|
| Two slideshow images in one file | 30 Jul 2007 06:35 GMT | 4 |
Good Afternoon!... Can anyone answer my question... Is it possible using of two or more slideshow in one file and using the same slideshow function?
|
| Help me: Event Handler | 27 Jul 2007 09:04 GMT | 8 |
Good Afternoon! Can anyone else explain to me whats the difference of an mouse over event in IE and Firefox.. Thanks..
|
| setTimeOut and setInterval Difference | 27 Jul 2007 03:47 GMT | 5 |
Good Day!... Can someone explain to me of whats the difference between setTimeout and setInterval. Thanks..
|
| How to programmatically open a drop-down? | 26 Jul 2007 23:31 GMT | 4 |
I have a need to programmatically open a drop-down and simulate all of the behaviors of the click event. When I use the click() method on the select object it does not do that. I've been suggested to use the size attribute, but this approach requires a lot additional work in ...
|
| help: passing values to another window | 26 Jul 2007 04:01 GMT | 5 |
anyone know how to pass value on another window? i have a button that opens a new window [window.open()].. and i want to pass the value in my first window to the second window.. is there a way to do it? function sample() {
|
| text random with fading effects | 25 Jul 2007 02:53 GMT | 4 |
Good Afternoon!.. Can anyone else help me with my problem about the text slideshow. How to create a simple slideshow of text and have a fading effects everytime when its switch.. Pls....
|
| Constrain TABLE elements dimentions. | 24 Jul 2007 14:10 GMT | 1 |
I'm trying to organise the content on a web page as a table in 3 rows. 1st row and 3rd row = header and footer should always be visible. 2nd row (this is where the entire web-page content will be) should have scrollbars displayed when needed. The BODY of the HTML page should not ...
|
| text slideShow | 24 Jul 2007 09:42 GMT | 5 |
Good Day! Can anyone else look up my code.. var quotations = new Array() quotations[0]= "I have not failed."
|
| Sum up two integers using Javascript without pressing any submit buttons | 23 Jul 2007 20:32 GMT | 5 |
i created a form using JavaScript, consisting of three input fields. i want the first number being input by the user will automatically be added/substracted, etc. to the second number and display the total on the third input field
|
| setting innerHTML makes relative addresses absolute | 23 Jul 2007 15:57 GMT | 21 |
I have an online HTML editor which works pretty well, except that any relative href addresses are transformed into absolute addresse, ie : href="mypage.htm" becomes href="http://mySite/currentDirectory/mypage.htm"
|
| How to call another javascript from within javascript? | 23 Jul 2007 10:13 GMT | 4 |
I have this problem: In the script below I want to include line to call another javascript (.js file located in my app.path folder) and pass searchtext variable to it. <SCRIPT LANGUAGE="JavaScript">
|
| mouse over effect with zIndex | 23 Jul 2007 07:07 GMT | 2 |
Good Day! i have a problem with this code: How will i get the id of the image1.jpg and will appear everytime an event mouseover will fire...
|