Jump to content

mukul.ssca

Members
  • Posts

    10
  • Joined

  • Last visited

mukul.ssca's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Can any one suggest how to assign values of a JavaScript variable to php variable.
  2. w3schools say::- value Sets or returns the value of the value attribute of the hidden fieldw3schools give the example to get the value//____________________________here is the code _________________________<html><head><script type="text/javascript">function alertValue() { alert(document.getElementById("hidden1").value) }</script></head><body><form><input type="hidden" id="hidden1" value="W3Schools" /><input type="button" id="button1" onclick="alertValue()" value="Show value of the hidden field" /></form></body></html>//____________________________here is the code _________________________can any body give some working code for setting a value? i failed to do it.
  3. mukul.ssca

    CSS through PHP

    How can I write css styles into a .CSS sheet? I am not taking about style="blah blah..." or<style ....>.a_css_style{} </style>Thanks for ur time
  4. I have done it. Thanks for Kind help.
  5. Hello there, I want to Use 2 different CSS files for a single PHP/HTML file.How Can I do that?Dream Weaver does not allow to do that.Is there any way out??Thanks for UR time
  6. It worked!!! Thanks to all for your guidance and suggestions.Mukul Chaudhuri
  7. Yes both. I don't know if it can be done at all or not. Another question: Does PHP support pointers?Mukul Chaudhuri
  8. Hi, I'm new to php. Can any one can tell me how to pass a class as a function parameter?Thanks & Regards Mukul Chaudhurimukul.ssca@gmail.com
×
×
  • Create New...