|
Here is my js code
<script type='text/javascript'> // Browser safe opacity handling function function setOpacity( value ) { document.getElementById("popup").style.opacity = value / 10; document.getElementById("popup").style.filter = 'alpha(opacity...
Started by Chocho on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You could also use the innerHTML property in Javascript to update the text:
document.getElementById("popup").innerHTML = "Thanks, yo"
ok here is ... .
It makes doing things like this very painless.
I'd strongly recommend checking out the jQuery framework.
|
|
1) CODE TITLE: DHTML CrossBrowser Ajax Simulator / Photo Uploader
Tony Ogundipe
3) DESCRIPTION: Demonstrating How To Upload Files With My New Ajax Simulator. It can also be used to submit any form no matter how large in an ajax-like manner.
Unlike ajax...
Started by diltony on
, 5 posts
by 2 people.
Answer Snippets (Read the full thread at dynamicdrive):
Thank you
shoutout
<html>
<head>
<title>[DHTML/CrossBrowser] Demonstrating How To Upload....
Head>
<body>
<h2>[DHTML/CrossBrowser]Demonstrating How To Upload Files With My New Ajax on what I did wrong.
|
|
So lately I've been catching a lot of crap from a junior developer whenever I use the term "dHTML". I know the term is dated, but it's descriptive of what the task is: changing rendered markup on the client. I cringe whenever i see the term Ajax applied...
Started by Sasha Sklar on
, 18 posts
by 18 people.
Answer Snippets (Read the full thread at stackoverflow):
It's DHTML....
/shrug
Or Javascript
I just call language.
They could be Ajax based UI which is still DHTML with Ajax but in the end, call it what it is.
:)
DHTML still fits in and has in my peer groups.
I call it jQuery.
|
Ask your Facebook Friends
|
Note: This is a long winded question and requires a good understanding of the MVVM "design pattern", JSON and jQuery....
So I have a theory/claim that MVVM in DHTML is possible and viable and want to know if you agree/disagree with me and why. Implementing...
Answer Snippets (Read the full thread at stackoverflow):
The feature
Community technology preview on codeplex
Theoretically you could just include the ASP.NET AJAX js.
|
|
Now, games programming was something i really really love. In fact that was what brought me to the realm of programming. I have decided to start off a DHTML ludo game project - open source too - right here on this board. Features will include: - 2 or ...
Started by *dhtml on
, 17 posts
by 9 people.
Answer Snippets (Read the full thread at nairaland):
At least you share my opinion that it can be done with PHP Ajax....
Exactly.
It was with utmost to this with PHP Ajax as soon as am through with my live chat.
Something similar to this with PHP Ajax as soon as am through with my live chat.
|
|
Hi everyone,
Is it possible to move the slide from left to right.when the user click the button. i am using progid:DXImageTransform.Microsoft.Slide(slideStyle='PUSH', bands=1).it moves from right to left as way i need to move from left to right.
anybody...
Started by Ravikumar on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
And consider how these can interact with AJAX techniques..
|
|
I just got started using Adobe Flex SDK. I was very excited because it's the first time I've found a good, free way to create Flash applications. But then I noticed something: Flex doesn't seem to be much about making animations or designs. It seems more...
Started by stalepretzel on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
The advantages of Flex over DHTML (AJAX) include: - Faster prototyping - Better cross-browser support - Better support for data management / more powerful Make sure to pick....
In movies and animation sticking with Flash is more appropriate .
|
|
I need some comments on this type of situation when a web designer wants to learn PHP.
Answer Snippets (Read the full thread at linkedin):
To worry about a lot of the more exotic functions If you know AJAX, you know server side scripting.
|
|
This seems like it should be easy. I have a html snippet that I wish to locate and modify in place via javascript. But not just the innerHTML; I want to replace the entire element. Example:
<div class="content"> <div class="item"> <img ...
Started by Tim on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Ajax.googleapis.com/ajax/libs/prototype/1.6.1.0/prototype.js"></script>
And a variable to hold.
|
|
Can you do ajax on ASP.net webform without using ajax toolkit? (Please post a example link)
Started by Jack on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
I used the Prototype library to make the ....
Certainly you can! What I did in .NET 1.1 (before ASP.Net Ajax was released) was to define.
Back-to-server#86520
This can perform much better than ASP.NET ajax, but does take longer to code.
|