Forum: ASP.NET Sep 18th, 2009 |
| Replies: 1 Views: 434 guess you should be posting it in the ASP.NET forum |
Forum: PHP Sep 10th, 2009 |
| Replies: 20 Views: 485 hi all
thanks for your replies...........
i installed bitnami after other things didn't work out for me...
it works fine now ........
thanks everyone :) |
Forum: PHP Sep 9th, 2009 |
| Replies: 20 Views: 485 @ardav... ya i usually work on asp..
i am just trying to learn php... :)
i basically want to learn Drupal and other CMSs...
i downloaded Developerside.net package after reading about it in the... |
Forum: PHP Sep 8th, 2009 |
| Replies: 20 Views: 485 @rashid...
i need IIS too....
i suggest, you start a new thread for your problem to get help faster...
and put your code in the "code tags" |
Forum: PHP Sep 8th, 2009 |
| Replies: 20 Views: 485 all right...........
thanks :)
i'll do that and post back how it goes.............. |
Forum: PHP Sep 8th, 2009 |
| Replies: 20 Views: 485 secondly, will i be able to configure drupal to run with easyPHP ?? |
Forum: PHP Sep 8th, 2009 |
| Replies: 20 Views: 485 okies.........
will ya be able to guide me, incase i face some problems ? |
Forum: PHP Sep 8th, 2009 |
| Replies: 20 Views: 485 i just need help in configuring the apache server and mysql
i have installed WAMP Server...
when i go to phpMyAdmin
i get this error :
Error
MySQL said: |
Forum: PHP Sep 7th, 2009 |
| Replies: 20 Views: 485 well...
i somehow made it run
http://localhost:8080/
now i get the screen which lists a lot of options
its like a wampserver page..
which shows the modules of php installed etc... (attached... |
Forum: PHP Sep 7th, 2009 |
| Replies: 20 Views: 485 re posted it with a attachment in the next post #3 |
Forum: PHP Sep 7th, 2009 |
| Replies: 20 Views: 485 hi all
i have been using ASP...
I basically wanna learn PHP and Drupal now....
I tried installing WAMPSERVER .....
I have got it installed , but i can't make it run...
i already have IIS... |
Forum: JavaScript / DHTML / AJAX Aug 12th, 2009 |
| Replies: 43 Views: 1,614 hi essential..........
doesn't this work in IE 6 ??
didn't work for me... :( |
Forum: JSP Aug 11th, 2009 |
| Replies: 4 Views: 426 you could use javascript for it...
u can have a hidden field who's value changes on the button click..
and then you pass this value to the next page and depending upon the value passed
write... |
Forum: JavaScript / DHTML / AJAX Aug 6th, 2009 |
| Replies: 7 Views: 576 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: 576 |
Forum: JavaScript / DHTML / AJAX Jul 31st, 2009 |
| Replies: 18 Views: 1,275 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: 576 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,275 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,275 i'll try both and let u know...
:)
thanks.. |
Forum: JavaScript / DHTML / AJAX Jul 26th, 2009 |
| Replies: 18 Views: 1,275 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,275 great :)
simple n elegant...
thanks.......
:) |
Forum: JavaScript / DHTML / AJAX Jul 24th, 2009 |
| Replies: 18 Views: 1,275 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: 308 what do you intend to do ? |
Forum: JavaScript / DHTML / AJAX Jul 23rd, 2009 |
| Replies: 18 Views: 1,275 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,275 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,275 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,275 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,275 @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,275 |
Forum: JavaScript / DHTML / AJAX Jul 22nd, 2009 |
| Replies: 18 Views: 1,275 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: ASP Jul 15th, 2009 |
| Replies: 3 Views: 803 yups
figured that out.............
thanks... |
Forum: JavaScript / DHTML / AJAX Jul 9th, 2009 |
| Replies: 2 Views: 435 ya thanks........
had figured that out...... :)
they look so damn similar..... |
Forum: JavaScript / DHTML / AJAX Jul 7th, 2009 |
| Replies: 0 Views: 296 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: 435 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: ASP Jul 7th, 2009 |
| Replies: 3 Views: 803 hiii
i am using the following functions in javascript to dynamically add and remove rows from a table...
function addRow()
{
//add a row to the rows collection and get a... |
Forum: JavaScript / DHTML / AJAX Jul 7th, 2009 |
| Replies: 5 Views: 673 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: JSP Jul 7th, 2009 |
| Replies: 6 Views: 1,370 @prasannakarthik
can we see the code ayesha gave you ?? |
Forum: JavaScript / DHTML / AJAX Jul 6th, 2009 |
| Replies: 2 Views: 342 |
Forum: JavaScript / DHTML / AJAX Jul 5th, 2009 |
| Replies: 5 Views: 673 thanks
i'll try these and post back... |
Forum: PHP Jul 5th, 2009 |
| Replies: 5 Views: 1,268 u don't absolutely necessarily need 'ajax' for it... |