Dynamic HTML, or DHTML, is an umbrella term for a collection of technologies used together to create interactive and animated web sites by using a combination of a static markup language (such as HTML), a client-side scripting language (such as JavaScript), a presentation definition language (such ...
0
votes
0answers
15 views
Open project for generating visual DHTML sitemaps
Does anyone know of any projects that can help me build a dynamically generated sitemap for visitors that looks good? Something like this but better looking?
...
0
votes
4answers
52 views
Joining CSS files [closed]
Web page have 8 external CSS files, one css file is 20KB, and seven others is small, from 1 to 5KB. Does it make sense to join all these CSS files into one file, to reduce css http requests? To be ...
-3
votes
1answer
27 views
error validation with jquery validator plugin
this is the complete source for my problem. I'm not able to display a list of the error messages and elements within the errorContainer. i.e. if I haven't completed Address1 and Address2 I'm ...
0
votes
0answers
19 views
javascript/php generated DHTML sitemap
Are there any projects that can help me build a dynamically generated sitemap similar to this image?
http://sitepointstatic.com/graphics/1adomtree.png
Ideally I would like to be able to touch ...
1
vote
2answers
53 views
Setting onclick dynamically and passing in the element itself
element.onclick= aFunction() does not call the function when element (in this case a <SPAN> element) is clicked.
This question has been answered for JavaScript (question by Nick Van ...
0
votes
0answers
24 views
DHTML pop up window displaying compatbility mode in IE8
I have the below piece of javascript code in my dot net application.
try { JSON } catch (e) { alert("Compatibility Mode Detected") }
My application is currently running in IE8. It is not in ...
0
votes
1answer
49 views
Dynamic Loading Grids; Javascript or Tag library
I am looking for a grid implementation on my dashboard. The requirement here is that if the data that the grid might be fetching changes while a user is looking through the grid, the changes should be ...
0
votes
0answers
104 views
How to pass variable to div from button onclick and use it inside div?
I have this code that when you click a button a div window pops up and it has an iframe inside it. Can any one show me how i can pass itemName variable to this itemDiv and use it in iframe url ?
...
0
votes
1answer
28 views
Excel: Retrieve data from within a specific html tag on a website and insert that data into an Excel worksheet
I was looking at the web queries in excel and how you can retrieve data from a html table in a website quite easily. I wish to get a single string from within a html tag:
<span ...
0
votes
1answer
26 views
How to correctly access ATL control from ATL Dialog?
I have an MSVC 2010 solution that contains 2 projects:
ATL DLL project, that contains DHTML control (named DHTMLControl, which is pretty much built by wizard). I think I could have placed this ...
0
votes
1answer
68 views
front/back DIV transition mousover as in USAToday
I have been asked to implement a div mouseover transition as it is in USAToday (at time of writing).
Basically the web site has some boxes with this structure:
<div class="asset">
<div ...
1
vote
2answers
51 views
What does it mean when a css property starts with a dash?
I just downloaded a css file from this website and it contains properties such as -webkit-transform and -moz-transform. What does the dash mean and under what circumstances is it required?
For the ...
0
votes
0answers
67 views
Set cookie for DHTML popup
Basically I need this DHTML popup to show once per 12 hours for the visiting user. I can't seem to figure it out...I know I have to set a 12 hour cookie, but couldn't get it to work the last time I ...
0
votes
0answers
79 views
DHTMLX Calendar onChange
I am having an issue with the DHTMLX Calendar with the onChange in the input field.
I am initialisating the code with the following:
jQuery(document).ready(function($){
var ...
0
votes
1answer
42 views
html dom text nodes
I am currently teaching myself the HTML DOM, and I have learned that (in order to create an HTML element) I must use document.create & document.createTextNode. My question is whether all HTML ...
0
votes
0answers
87 views
Need this DHTML window to open center of screen at all times, regardless of how far down browser is scrolled
I have a fixed navigation bar that stays permanently at the top of the browser when scrolling down. Here is the CSS.
#topbar {height:35px; position:fixed; top:0; left:0; z-index:1000; width:100%; ...
1
vote
2answers
69 views
dhtml popup window disappear when selected index changed event
I am using the DHTML window to show the div in a popup window. The div containing a dropdownlist with the property auto post pack is true.Now i selected the second list in the dropdownlist the total ...
0
votes
0answers
63 views
override a variable when press the button back in a dynamic quiz
Hello im implementing a dynamic quiz, im new to javascript and to learn i decided to make this exercise, i got stuck because i just added a back button to my quiz,in order to correct your answer if ...
1
vote
1answer
93 views
getting the last values used in a quiz with jquery
hello i im trying to do a dynamic quiz in order to learn javascript/jquery/html and css...i got stuck because i just added a back button, with this back button the user can go back an see his last ...
0
votes
1answer
143 views
Can't get the correct number of points, dynamic quiz [closed]
I'm doing a dynamic quiz because I want to learn javascript, jquery, html and css.
My quiz is supposed to add 1 pt to the score variable each time the answer is correct. It seems to work correctly ...
0
votes
2answers
74 views
Inserting dynamic html content
I have a form where one can add multiple questions using the "Add Question" button. If you click on the button, a new accordion-group is created.
<div id="accordion1" class="accordion">
...
0
votes
1answer
230 views
How to get all data (include textbox) from a table?
I want to cache a dynamic table that contains several textboxs which user can input some value in it.
The point is: the cached data should contain what user is inputting.
I can achieve this by trying ...
1
vote
5answers
115 views
How to stop click events from queuing up on multiple click?
What I need to achieve is if we click on submit button, there is particular div should show up.
Here is my code:
http://jsfiddle.net/7tn5d/
But if I click on submit button multiple times, the function ...
-1
votes
2answers
138 views
Frameworks/design patterns for an AJAX-heavy web application [closed]
I'm looking to design a browser-based application for viewing, storing, annotating, analyzing, and manipulating DNA sequences. It is going to be confined only to our company's intranet for now. The ...
1
vote
0answers
77 views
Close exsisting dhtml iframe and open new xhtml iframe
I am using the below code to create a dhtml iframe.Now i want to reload this iframe with new url (or) close the current iframe and open new iframe with new url. If its possible means please help me to ...
0
votes
0answers
69 views
c# using AxDHTMLEDLib in windows 2008
I understood that AxDHTMLEDLib dll does not exist in windows 2008 is it possible downloading it? from where?
or maybe this dll uses windows internals and therefore it's not valid in windows 2008?
...
1
vote
1answer
131 views
Randomly moving images are attracted by the top-left corner of the screen
I'm trying to make images that move randomly over the screen.
Images are positionned randomly over the screen, and then moves from -15px to 15px every 10ms.
But after a few seconds, images gets ...
0
votes
0answers
106 views
Bing Themed AJAX Map highlighting flickering and getting stuck
I'm just getting started with Bing Maps and am playing around with plotting points to learn the API. I have loaded the Bing Theme. Initially everything looks fine but there are a couple problems. ...
0
votes
1answer
847 views
Adding tinyMCE to dynamically added textarea
I have some javascript that opens a lightbox which contains dynamically created HTML, including some textareas. I then do...
tinyMCE.init({mode: "none", theme: "simple"});
...
0
votes
0answers
96 views
dhtml popup window always return the same content
Am using the below function to show dhtml window with dynamic content.But i have a problem for loading the content. It always show first value. When i click every link the content should be changed. ...
0
votes
1answer
459 views
How to display 2 column Dropdown List ASP classic
Hi hope some one can help me i am currently transforming systems that was made in access
and i am reprogramming all web based using ASP classic. I'm in a little snag and i really looked all over the ...
0
votes
0answers
311 views
flotr2 dynamic chart invisible
I am trying to create a flotr2 chart dynamically, but it is invisible and or disappears. The dynamic chart works if I paste in the code (static) so I know it should work. Please try the code below.
...
0
votes
3answers
90 views
Float left is blocked and not aligned to left
Consider the code below
<!DOCTYPE html>
<html lang="en">
<head>
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-combined.min.css" ...
0
votes
0answers
506 views
get input type file val with ajax
I am trying to write an mulitple image upload script...I'm stuck on part where javascript sends the dataStrings to the php script. So problem is that nothing is going to be inserted in database, the ...
0
votes
2answers
639 views
Add html to div without replacing the current content in it
I'm trying to add dhtml to the div with the id upload_results. That should work without replacing the current content in the div.
The Code: (interesting part is at the bottom)
<script ...
2
votes
1answer
210 views
Canvas onmousedown causes text cursor no matter what CSS I use
Interesting glitch. It turns out that if you try to use CSS to style the cursor (as in to hide or use a crosshair cursor), when you fire an onmousedown event, the cursor is changed to a text cursor.
...
1
vote
1answer
79 views
Is There any reason to use DHTML Or IIS in vb6?
I found that DHTML doesn't work in Mozilla or IE6+ . So I was asking is there any reason to use DHTML or IIS in vb6?
I am asking this because I wanted to know if there is any reason or any way to use ...
0
votes
3answers
458 views
How to disable previous days in default DHTML calendar?
How to disable previous days in default DHTML calendar?
I used the following code,
<script type="text/javascript">
Calendar.setup({
inputField : '_dob',
ifFormat : ...
3
votes
4answers
904 views
Child element click event trigger the parent click event
Say you have some code like this.
<html>
<head>
</head>
<body>
<div id="parentDiv" onclick="alert('parentDiv');">
<div id="childDiv" ...
0
votes
0answers
87 views
how to get the selected items from multiple select in dhtml scheduler lightbox
This is my code snippest which used for dhtml scheduler's detail forms, it had multiselect option,but i wouldn't able to get the selected values , what is the possible method to get the selected ...
1
vote
2answers
64 views
What factors can change the HTML input byte stream?
As I know, the HTML input is byte stream, and document.write() can change the stream by inserting new bytes. E.g.
document.write("<p> an example </p>");
Also the parsing model of HTML5 ...
0
votes
2answers
361 views
php - how to change iframe different src after every 5 second
i have tried following code but it could change on click, i want to change the iframe inner part after every 5 second interval.
<html>
<body>
<iframe id="foo"></iframe>
...
0
votes
0answers
24 views
How to make a calender for desktop? [closed]
I want to make a calender for desktop, like we have a calculator on desktop which we can use any time.. the same way I want to make a calender that I can use any time to see the days and dates of past ...
0
votes
2answers
116 views
Can't manage to get working dynamic form with Jquery
I'm making a dynamic html form with jQuery.
It is a form for measuring air in each room for ventilation.
I need two inputs: Room name and Air volume value.
My task is to dynamically add a line with ...
1
vote
1answer
77 views
Openlaszlo DHTML custom cursor issue
I am currently migrating my swf 10 OL 5.0 code to DHTML runtime and i am facing this problem.
I am not able to set a custom cursor for a view that i am dragging. Then i found that the code that is ...
1
vote
0answers
58 views
Is there any way to control the IE version used by CDHTMLDialog
I'm building an app for a controlled environment. I started using CDHTMLDialog (Visual Studio 2012) thinking it would be quick and easy, but am rapidly finding that there is very little ...
0
votes
0answers
73 views
Colorbox & Dynamic Drive's MouseOverTabs not compatible?
I don't have my hopes up in getting this question answered / problem fixed, but I guess its worth a shot.
I've got a sub-menu that uses Dynamic Drive's MouseOverTabs script. ...
5
votes
4answers
171 views
Risk of constant traffic when updating graphics using JavaScript?
I'm using JavaScript to create a basic graphic clock display on an HTML page. I'm updating digit graphics (each digit updated only when necessary) using the standard DOM mechanism:
digitOne.src = ...
0
votes
1answer
74 views
DYNAMIC HTML (FONT SIZES)
I've written a code that displays 2 buttons and one text. When we click on the button, "GROW" the size of the text should grow and when we click, "SHRINK" the size should reduce. But this is working ...
1
vote
3answers
134 views
Issue with border around the button - CSS
I have an issue with decorating button in css:
the code in CSS file is:
button
{
font-family: Tahoma;
color: #FFFFFF;
font-size: 13px;
font-weight: bolder;
width: 180px;
height: ...




