|
More site info...
JavaScript Development | Forum profile
|
|
Forum profile page for JavaScript Development on http://www.devshed.com.
This report page is the aggregated overview from a single forum: JavaScript Development, located on the Message Board at http://www.devshed.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "JavaScript Development" on the Message Board at http://www.devshed.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on JavaScript Development:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
80
|
300
|
776
|
|
Post:
|
205
|
866
|
2,257
|
|
|
JavaScript Development Posting activity graph:
|
Top authors during last week:
user's latest post:
Window.close() on...
Published (2010-03-19 04:34:00)
Not unless you post all of your code.
user's latest post:
Browser detection not working...
Published (2010-03-20 23:14:00)
It's rather big, and convoluted, but I'm generating <td> elements in php that display in the form. The first <td> lays on top of the second, which is a input type="file" so the value in the database can be seen by the user. I use/change the z-index of the overlay element to get it behind the second element when the user browses for a new file. I can EITHER have it look right in IE or...
user's latest post:
Problem reading and displaying...
Published (2010-03-20 08:05:00)
dont worry I worked it out: i added: Code: $CONTENTS = addslashes(str_replace("","",stripslashes($CONTENTS))); works a treat
user's latest post:
Getelementbyid array
Published (2010-03-19 09:26:00)
Quote: Originally Posted by requinix You're doing it wrong: IDs are supposed to be unique. That means one and only one on the entire page. One alternative: Code: <html> <head> <script type="text/javascript"> function test() { var tbs = document.getElementById("textboxes").getElementsByTagName("INPUT"); for (var k in tbs) { if (tbs[k].type ==...
user's latest post:
Getelementbyid array
Published (2010-03-18 23:39:00)
Let me say it again: You can only have one ID per page. You cannot use it in multiple places. You're changing the example and that's a bother. What is your situation and what is the problem you're trying to solve?
user's latest post:
HTML Form with JavaScript...
Published (2010-03-14 13:14:00)
Quote: Originally Posted by Winters <highlight=HTML4Strict]<form onsubmit="return checkform(this);">[/highlight]I would use two separate forms for cancelling and confirming. thanks again for your help Winters, I was actually avoiding the use of two forms as that would mean that i would need two date fields. I think that now it would make more sense to use a generic message instead, although it may not...
user's latest post:
JQuery post 'data'...
Published (2010-03-18 11:32:00)
Yeah cheers, the main part of the site is being ditched really because it's powered by a third-party - hence why I'm building it all from scratch this time around
user's latest post:
Automatic trigger of Reminder in...
Published (2010-03-17 05:30:00)
Thanku verymuch:-) it is working Quote: Originally Posted by Winters Right, ok. Use this. Javascript Code: Original - Javascript Code <?PHP if(isset($_SESSION['timer'])) { ?> var startTime = new Date(<?PHP echo $_SESSION['timer']; ?>+1800000); window.onload = userTimer; function userTimer() { var currTime = new Date(); (startTime >= currTime) ? alert('Please Call') :...
user's latest post:
How do you use jQuery?
Published (2010-03-20 20:38:00)
really appreciate it. Well, I'm just going through Javascript Bible 6th edition right now, and a I was talking with someone and he explained jQuery as just a library of code where other people have already done the work and I just have to google it to see if there's a online tutorial somewhere to look for the right function in jQuery/mootools. Is that correct? I get kind of confused when people refer to working in the jQuery...
|
|
|
|
Latest active threads on JavaScript Development::
No activity within last 3 months.
|
|
Hot threads for last week on JavaScript Development::
Started 6 days, 14 hours ago (2010-03-16 00:10:00)
by dkperez
I presume this will have to be javascript since everything I try to do in html seems to be javascript, but.......
On an html form with a table, with a column header named "abc". I'd like to be able to roll over the header with a mouse and have a popup window open with information about what column "abc" contains... I don't want an alert that has to be closed, just a little ...
Started 4 days, 6 hours ago (2010-03-18 08:08:00)
by t1mmie
I am basically trying to create a small registration form. If the username is already taken, I want to add the 'red' class, if not then 'green'.
The PHP here works fine, and returns either a "YES" or "NO" to determine whether it's ok.
The CSS:
Code:
input {
border:1px solid #ccc;
}
.red {
border:1px solid #c00;
}
.green {
border:1px solid green;...
Started 1 week, 1 day ago (2010-03-14 07:46:00)
by untouchable8708
Hey guys,
i hope this is the right section, it is a mix of javascript and html forms, this i think this is a more appropriate forum than the html as JS is more prominant.
i have a booking system for vehicles, currently when the user clicks on dispatch, complete or cancel, i have a set an onclick function so that the user can confirm that this is what they want to do. when ...
Started 6 days, 15 hours ago (2010-03-15 23:25:00)
by craydler
Is there a good resource on this for an absolute beginner? I read one book on javascript so far, am curious about jQuery, but have no idea how people use it when it's just a couple thousand lines of code that has a lot of functions and methods in it. I mean, surely professional javascript programmers don't memorize all of those functions and methods in the jQuery main file?
...
Started 1 week ago (2010-03-15 13:35:00)
by PHP-User
Hello,
I am not very good with JavaScript and I have been searching all morning for a solution to what I am trying to do.
I have a form with a list of subjects (radio buttons) that I get from my database with PHP, and I want to show a list of videos (also from my video table using PHP), based on which subject they choose.
I have tried multiple POST, GET methods with ...
Started 4 days, 11 hours ago (2010-03-18 03:25:00)
by edfollett
Hi,
i am currently exploring my options for a script I want to create and want some input on what you think are my best options.
Background
1) Our company provides a service to clients who save information on our company website in a mysql database.
2) Our clients fill in this information and will soon have the option of displaying this information on their websites (...
Started 4 days, 13 hours ago (2010-03-18 01:21:00)
by resant
Hi all,
I am a newbie in web development. I need to create a function that works whenever user print a web page, I would like to get the date and record that date into database. Additionally, the function must work on IE & Firefox. There is onbeforeprint() event in JavaScript, but that only works in IE.
So, could you guys please give a piece of advise here?
Thank you
Started 2 days, 9 hours ago (2010-03-20 04:53:00)
by j_admin
I write javascript for image slide show.
Code:
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [380, 469], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
<?php $q2 = mysql_query("select * from home_flash");
$i = 0;
while($res = mysql_fetch_...
Started 1 week, 1 day ago (2010-03-14 01:00:00)
by jowiwe
I am implementing some code that utilizes an old cgi shopping cart and I need to use javascript for a simple function. Unfortunately the form name attributes are all something like "OPTION|29|bm-emb" and I need to set the radio button to true with a function like the following.
How can I accomplish this without changing the name attribute
function setLogo(i)
{
document....
Started 4 days, 16 hours ago (2010-03-17 22:17:00)
by ihussain
hi,
is there a way i can use the element id in an array. i want the textboxes go empty on checkbox clicking. example is as under:
Code:
<html>
<head>
</head>
<script language="javascript">
function test(){
if(document.getElementById("ck_0").checked){
for(i=0;i<document.getElementById("test").attribut es.length;i++){
...
|
|