Forum: JavaScript / DHTML / AJAX Aug 12th, 2009 |
| Replies: 43 Views: 1,640 hi essential..........
doesn't this work in IE 6 ??
didn't work for me... :( |
Forum: JavaScript / DHTML / AJAX Aug 6th, 2009 |
| Replies: 7 Views: 584 i work in asp and have no idea of php...
i did an application like the one you are doing a few days back..
this link (http://www.daniweb.com/forums/thread205951.html) shows some of the code i used... |
Forum: JavaScript / DHTML / AJAX Aug 1st, 2009 |
| Replies: 7 Views: 584 |
Forum: JavaScript / DHTML / AJAX Jul 31st, 2009 |
| Replies: 18 Views: 1,295 hii
had to call some functions using arrays and some by element id
had to decide the loop dynamically........
solved it :)
thanks for the help............ |
Forum: JavaScript / DHTML / AJAX Jul 29th, 2009 |
| Replies: 7 Views: 584 what is the code you write to get the values from the form and store into the database ?? |
Forum: JavaScript / DHTML / AJAX Jul 27th, 2009 |
| Replies: 18 Views: 1,295 great both of them work great :)
there's one more thing left, with which i'll need your help............
i'll post that soon...
thanks:) |
Forum: JavaScript / DHTML / AJAX Jul 26th, 2009 |
| Replies: 18 Views: 1,295 i'll try both and let u know...
:)
thanks.. |
Forum: JavaScript / DHTML / AJAX Jul 26th, 2009 |
| Replies: 18 Views: 1,295 well if i had a different espan id for every erspan
then y couldn't i call it like :
error_appname('application_name'+i,'erSpan' + i) |
Forum: JavaScript / DHTML / AJAX Jul 26th, 2009 |
| Replies: 18 Views: 1,295 great :)
simple n elegant...
thanks.......
:) |
Forum: JavaScript / DHTML / AJAX Jul 24th, 2009 |
| Replies: 18 Views: 1,295 another problem :)
well i am calling these functions on the "onblur event"
now i also want that when the user clicks on submit..
all the functions are called....
so i was writing something... |
Forum: JavaScript / DHTML / AJAX Jul 24th, 2009 |
| Replies: 5 Views: 309 what do you intend to do ? |
Forum: JavaScript / DHTML / AJAX Jul 23rd, 2009 |
| Replies: 18 Views: 1,295 dat works :) :) :)
thanks bhai...........
basics sahi nahin hai nah itne...........
tried everything else
like gl.id etc :) |
Forum: JavaScript / DHTML / AJAX Jul 23rd, 2009 |
| Replies: 18 Views: 1,295 i tried using this like :
el.onblur= function() {error_appname(this,erSpan1);}
and
the function : |
Forum: JavaScript / DHTML / AJAX Jul 23rd, 2009 |
| Replies: 18 Views: 1,295 i am doing that by using :
erSpan.innerHTML="<br> Good Work"
now the problem i face is..
suppose the first date field gives an error..
now i add another row by calling the addRow()... |
Forum: JavaScript / DHTML / AJAX Jul 23rd, 2009 |
| Replies: 18 Views: 1,295 thanks this works....
what if i want to but it below the column not to its left..... ?? |
Forum: JavaScript / DHTML / AJAX Jul 22nd, 2009 |
| Replies: 18 Views: 1,295 @lucky chap
can i somehow add a span with the columns so that instead of displaying the error messages at one place
<span id="DOJ_error"></span>
like |
Forum: JavaScript / DHTML / AJAX Jul 22nd, 2009 |
| Replies: 18 Views: 1,295 |
Forum: JavaScript / DHTML / AJAX Jul 22nd, 2009 |
| Replies: 18 Views: 1,295 I use this function to add rows dynamically in a table
function addRow()
{
var tbl = document.getElementById('applications');
var lastRow = tbl.rows.length;
// if there's no header... |
Forum: JavaScript / DHTML / AJAX Jul 9th, 2009 |
| Replies: 2 Views: 439 ya thanks........
had figured that out...... :)
they look so damn similar..... |
Forum: JavaScript / DHTML / AJAX Jul 7th, 2009 |
| Replies: 0 Views: 299 can someone tell me how to validate the form, in a way where the text comes below the field to be validated... unlike alerts
please give an example for a textbox and a dropdown list...
if... |
Forum: JavaScript / DHTML / AJAX Jul 7th, 2009 |
| Replies: 2 Views: 439 i am using this function to add rows dynamically
function addRow()
{
var tbl = document.getElementById('applications');
var lastRow = tbl.rows.length;
// if there's no header row in... |
Forum: JavaScript / DHTML / AJAX Jul 7th, 2009 |
| Replies: 5 Views: 687 can you please explain this to me in a greater detail....
the code i have which needs to be repeated is :
<table width="85%" border=0 align="center" cellPadding=2 cellSpacing=1... |
Forum: JavaScript / DHTML / AJAX Jul 6th, 2009 |
| Replies: 2 Views: 344 |
Forum: JavaScript / DHTML / AJAX Jul 5th, 2009 |
| Replies: 5 Views: 687 thanks
i'll try these and post back... |
Forum: JavaScript / DHTML / AJAX Jul 3rd, 2009 |
| Replies: 29 Views: 2,488 Hi JR..
Can you share the CSS for your form....
It looks pretty good....
thanks... |
Forum: JavaScript / DHTML / AJAX Jul 3rd, 2009 |
| Replies: 2 Views: 344 can anyone suggest of a place i can look for
Styles for a Business Web Application...
thanks... |
Forum: JavaScript / DHTML / AJAX Jul 3rd, 2009 |
| Replies: 5 Views: 687 hiii
i have a field called
DRIVE ACCESS
under it user enters
PATH
DATE
what i want is that when user click on +
two new boxes open which allow him to enter the details for second DRIVE |
Forum: JavaScript / DHTML / AJAX Jul 3rd, 2009 |
| Replies: 15 Views: 1,175 nopes....
u write javascript in the script tags...
and all u can do is call functions from the body...
what are you trying to do ? |
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2009 |
| Replies: 15 Views: 1,175 i jus realised my form acts weird too when i try the same....
please share the solution if you find one ... |
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2009 |
| Replies: 15 Views: 1,175 try this (http://aspmessageboard.com/archive/index.php/t-228917.html) |
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2009 |
| Replies: 15 Views: 1,175 |
Forum: JavaScript / DHTML / AJAX Jul 1st, 2009 |
| Replies: 15 Views: 1,175 but if you aren't using any client side scripting language , how are you saving the data ? |
Forum: JavaScript / DHTML / AJAX Jul 1st, 2009 |
| Replies: 15 Views: 1,175 can't think of anything
i'll post back if i can figure a way out... |
Forum: JavaScript / DHTML / AJAX Jun 30th, 2009 |
| Replies: 24 Views: 1,118 may be i can try and help if you post more what excatly are you trying to do ? |
Forum: JavaScript / DHTML / AJAX Jun 30th, 2009 |
| Replies: 15 Views: 1,175 javascript is for client side
anything for server side ? |
Forum: JavaScript / DHTML / AJAX Jun 30th, 2009 |
| Replies: 15 Views: 1,175 are you using asp or any other server side scripting language ? |
Forum: JavaScript / DHTML / AJAX Jun 30th, 2009 |
| Replies: 24 Views: 1,118 so does the code solve your problem ? |
Forum: JavaScript / DHTML / AJAX Jun 30th, 2009 |
| Replies: 24 Views: 1,118 but this is limiting the time the user can take to answer the question.... |
Forum: JavaScript / DHTML / AJAX Jun 30th, 2009 |
| Replies: 24 Views: 1,118 do you mean something like this :
<html>
<head>
<script type="text/javascript">
function timestrt()
{
setTimeout("dispa()",5000); |
Forum: JavaScript / DHTML / AJAX Jun 30th, 2009 |
| Replies: 24 Views: 1,118 do you mean to say that the user can see the correct answer only after the time has ran out , or can he see it after he finishes his own answer and click on show answer or something...
please post... |