Search results

  1. anuj_web

    Mail server database structure...

    Hi... I need the basic database structure used in email servers to handle emails, if available ... please post the link..... thnks
  2. anuj_web

    Please explain this installation of ASP in Apache2triad...

    Hi... I cannot understand from here what needs to be done to install asp for apache can neone explain this ?? http://www.apache-asp.org/install.html#Win32%20%2F%20Wind784e394f thanks
  3. anuj_web

    test jsp and asp web pages at home...

    Hi... http://www.devside.net/server/webdeveloper this s/w is a web server that can be installed at home and supports php,asp,jsp apart from others... try it.. regards
  4. anuj_web

    Hw to make professional looking websites ??

    Hi, What is the basic difference between a website that looks professional and one that does not ?? Wat i mean is ....some sites sometimes use so much colours that they look kiddish ..or.... u kno wat i mean...... can u please guide me.... I am making website,but it has lots...
  5. anuj_web

    req :Beautify table

    Hi.... I want to beautify my table....in the sense ..havind rounded edges or nethign but not the usual look My table is in a "div" I have uploaded a scrnshot Please help..... I need some suggestions also thanks
  6. anuj_web

    Accessing all from elements :Javascript

    Hi, I am trying to access all form elements using this JS code function srchvalidate(theform) { var str = ''; var elem = document.getElementById('theform').elements; for(var i = 0; i < elem.length; i++) { if(elem[i].value=="") { alert("You have not filled all parameters"); }...
  7. anuj_web

    PHP Error :

    Hi Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/anujweb/public_html/Check.php:3) in /home/anujweb/public_html/Check.php on line 7 why does this error occur..this does not come up when run the...
  8. anuj_web

    JS Code not working ....Help!!!!

    Hi,,, function emailnot() { if (document.frmrreg.chkemail.checked==true) { document.frmrreg.txtchk.value="1"; alert(document.frmrreg.txtchk.value); } else { document.frmrreg.txtchk.value="0"; alert(document.frmrreg.txtchk.value); } can neone point out y this code is not...
  9. anuj_web

    PHP: post hidden textboxes' values

    Hi... how can i post hidden text boxes values..... And one more thing... I have designed my page using a software... Some form elements ,i dont know how ...i cannot access them thru the form ... like i could not post the value of a text box(this one is not hidden) and I used a loop to...
  10. anuj_web

    How to identify Combobox control (HTML)

    Hi... How can i identify the type of a combobox element.. like the text box is identified by the type "text" I got that one.... but when I try to check the values of all the comboboxes it does not work function Validate(theform) { var elem =...
  11. anuj_web

    How to get reference to all Form elements

    Hi I want to check for all elements if they are blank or not all at once bcoz i have too many text boxes... Is there ne javascript method for the form to check this ?? thanks
  12. anuj_web

    HTML help...

    Hi... I am using a html table...added a background image to the "DIV" it is in ....It can be scrolled...but when I scroll I want the heading of the columns to remain at the top everytime.. how can i do this ? thanks EDIT : I found this while googling...
  13. anuj_web

    PHP MySQL HTML generating tables... after..fetching recods

    Hi, I am trying to generate an HTML table from a MySQL table using PHP $arr = mysql_fetch_rowsarr($result); $num_results = mysql_num_rows($result); for ($i=0; $i < $num_results; $i++) { $d=explode("-",$arr[$i+1]["dob"]); $dd=$d[2]...
  14. anuj_web

    Word Wrap in html tales ??

    Word Wrap in html tables ?? Hi, how can i do the same..please if not is there an alternative..without CSS please thanks
  15. anuj_web

    Javascript code not working as required..

    In my website i navigate a person from his profile to another page where he enters his old ,new password and retypes his new password.. I used a variable count to count the no of failed attempts...it is just not working... function chngepwd() { if(count>3) { alert("Number of attempts...
  16. anuj_web

    Disable Renavigation to same page ??

    Hi, How can i disable a person from coming back to a page where he has worked lastly...atleast show a msg and not the actual page content using Javascript or PHP... can i use an html code in b/w javascript to do this ?? <meta http-equiv="Refresh"...
  17. anuj_web

    PHP MySQL Question..

    Hi In my website , I have a login page after logging in the user goes to his profile...where he can change his details and then he is redirected to the same page with the changed details.... I am thinking of using an html page to show the profile details at first then direct it to a php...
  18. anuj_web

    JavaScript problem

    NOTHER Q I just want to stor values from 1 to 31 in a combobox.....I tried this code...but Cannot run th is fuction in the Onclick event ,also not working in Onchange event <select name="cmbmonth" size="1" id="Combobox8"...
  19. anuj_web

    HTML question

    Hi, I have 2 combo's in my form....Th second combo values varies according to that selected in the first combo..like whne u select a country the states in it are listed in another .... how can this be done ?? I also want to ask how can i make my form look better without the use of CSS...
  20. anuj_web

    HTML question

    edit:This is a repost..... I do not know how it cam einto existence ...seriously MODS please delete this
Top