Search results

  1. anuj_web

    Website images problem

    I use a software to design my website..... I work on 1024X768..... As you have said to set the width of my webpage to 760 pix..how to do it ?? can u please tell this
  2. anuj_web

    Website images problem

    I have the same problem... i designed it on 800X600 and opened it on another 800X600 ..it was way too outside from where it should be
  3. anuj_web

    JavaScript problem

    Hi, thanks woiwky for replying..but this code is not working..i can type everything into the text box.... I found this code and it is working fine now function numonly() { if( (event.keyCode == 189 || event.keyCode == 109) || (event.keyCode >= 48 && event.keyCode <= 57) ||...
  4. anuj_web

    JavaScript problem

    I dont get javascript errors...just there is no output for the whole JS code I use y so ?? How to get email thru PHP enabled for my X10hosting account ??
  5. anuj_web

    Creating a website

    what is an rpg ??
  6. anuj_web

    JavaScript problem

    thanks woiwky btw can u tell me how can i allow only @ and _ at the keypess event ? I want to use them along with letter and numbers(in the meail field :D) since both of them dont have a keycode..... I use the keypress event code mentioned above for letters and numerals.. and...
  7. anuj_web

    JavaScript problem

    ohh gr8...now i can use this method 4 ever combo..huge relief now.. thanks a ton owe u a lot bro ^:)^ Edit: Just one more problem ... when i select january nothing happens....i have to sselect others first... I used the onclick() it works fine now I'll work on the keypress event thing...
  8. anuj_web

    JavaScript problem

    ya that is wat im asking ..wat to write inside the if() coz i dont now how to point to the valus of a combo control
  9. anuj_web

    Need a Suggestion

    the webpage i made in my pc looks fine on mine..but when i open it on other pc its widht increases ..showing blank space..how to remove this anomaly ??
  10. anuj_web

    JavaScript problem

    the above code worked beautifully thanks..... and... about the keypress event thingy.. Dont you think i need to pass the object also to the function..how will the function kno which object the event refers ... In case i want to check for a value of the combo then what method of the...
  11. anuj_web

    Need a Suggestion

    it would be a lot easier to check a single variable than to check an array :D thats y... please correct me if i am wrong
  12. anuj_web

    JavaScript problem

    ok i'll try and ...reply .. please give me a sec... not working... I only need to change the id's of the control ...?? i did it..but does not work OK NOW IT HAS SOME OUTPUT..i had not declared the array..but here wat haapens the code populates the combo with the no of the month eg...
  13. anuj_web

    Need a Suggestion

    I just want it to use as a flag maybe..that points what part of code i want PHP to use
  14. anuj_web

    JavaScript problem

    Can u please explain what my_select_id and 'my_days_select_id is ... ok wat i undestand is it might be the id of some control.. but wat is passed to the function as a n argument??
  15. anuj_web

    JavaScript problem

    hey i didnt get the second part of your answer..... can u please elaborate a little bit.... Dont you think i need to pass the object also to the function..how will the function kno which object the event refers ... bro you really do provide awesome links .. thanks
  16. anuj_web

    Need a Suggestion

    that wuz very quick to reply... :-O I said I will use an if block to check the value of the global variable like if its value is 1 then use the code for inserting into table1 and so on..... how about dat ??
  17. anuj_web

    Need a Suggestion

    Hi , again I need some suggestion.... I am making a website ,it has diff registration pages for diff kind of users(3 nos)..I want to insert their data to MySQL thru PHP....I want to ask whether to use ths PHP code in the same page or would it be better if I use a diff page...I thought...
  18. anuj_web

    JavaScript problem

    thanks Crisp I actually want to dynamically connect two combos..one month the other contains dates.. I want that the date combo is populated accordingly as the month is chosen..... I want to use an If statement to check which combobox value is selected.... can u tell me how to...
  19. anuj_web

    JavaScript problem

    hey ,thanks woiwky and marshian... Javascript is enabled ...I have already implemented another JS code successfully and ... I used PHP ..that was a good idea... now i will use JS to populate my month combo according to the date chosen .... just watch out for another problem :D BtW...
  20. anuj_web

    JavaScript problem

    This time also i dont get an error ,it just does not work
Top