www.webdeveloper.com

Search:

Type: Posts; User: dotcom22

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. excellent..you made my day !! :):p Is hours...

    excellent..you made my day !! :):p

    Is hours and hours I play with javascript for nothing.. I did not know it was possible to do that with css.. I tried the solution of "coding123" but I got...
  2. Hide conditionnally a button according to his rendered url

    hello


    I need to display conditionally my shopping cart button using Javascript and Css. My goal is to hide the button when no items are present inside the cart.

    The code of my button is:

    ...
  3. Replies
    5
    Views
    987

    yes you right.... This seem to be another syntax...

    yes you right.... This seem to be another syntax possibility...

    After reflection I prefer your solution because the code is more clear..

    thank

    PS: Please take note I did not received any...
  4. Replies
    5
    Views
    987

    many thank for your suggestion. I finally...

    many thank for your suggestion.

    I finally found another solution:


    <script type="text/javascript">function on_form_loaded(event) {
    if (event=='reserve')
    var city =...
  5. Replies
    5
    Views
    987

    Prefill field value and readonly

    hello Javascripts Guru

    I have a form with several fields and I need to customize some fields using javascript for allow me to prefill a value and make the field "readonly".

    For example I have a...
  6. Replies
    3
    Views
    275

    sorry guy I forget to thank you :( Yes now all...

    sorry guy I forget to thank you :(

    Yes now all is fine for me. In my case the following query do the job:


    SELECT SUBSTRING(`myfieldname`,1,200) FROM `mytable` WHERE `user_id` = '[user_id]'
    ...
  7. Replies
    3
    Views
    275

    Make a query for get partial text

    hello

    I need to make a query (mysql database) for get the content of a specific texarea field. For do that I use the follow query:



    Using this query allow me to get the full content of the...
  8. Replies
    2
    Views
    703

    of course you right :) Setting simply my...

    of course you right :)

    Setting simply my .button class is quite enough in my case..

    many thank for your help.

    All the best

    cheers
  9. Replies
    2
    Views
    703

    style button multiple same class

    hello

    I would like apply the same style to 3 different form buttons coming from 3 different components of my site.

    Example:

    .class1 .button {
    background:...
  10. Replies
    1
    Views
    1,699

    Rewrite rule for specific url address

    hello

    I use Joomla CMS and one of his user management component generate this kind of url:

    www.mysite.com/menu-link-to-profile/userprofile/mikefoo

    Instead to get this long url, I would like...
  11. How to generate an error 404 with .htaccess

    hello

    I need to generate a error 404 for all url of my website who contain a specific attribute inside.

    In fact I have many url who contain the attribute ?fontstyle=f-larger AND...
  12. Replies
    5
    Views
    1,053

    You rock!! I have implemented your trick with...

    You rock!! I have implemented your trick with success :):cool::D

    It was a bit tricky due to some restrictions on my Joomla stuff and I spend many hours for find the right way for roll my query......
  13. Replies
    5
    Views
    1,053

    thank for your reply... I see more less what...

    thank for your reply...

    I see more less what you mean but I don't know if I will be able to implement that...however I will give a try...

    Now when you say to include a WHERE statement during...
  14. Replies
    5
    Views
    1,053

    Need help for find a query

    Hello

    I use Joomla with some component and I made a trick who allow some specific users (who have in fact a unique secret code) to register to the site. Their secret code allow to have some...
  15. Replies
    3
    Views
    502

    man thank for your reply... Your code don't...

    man thank for your reply...

    Your code don't work but is my fault because I don't have posted the full code I try to use... So I can't include your code well without error...

    here the full code:...
  16. Replies
    3
    Views
    502

    Multiple value inside a variable

    hello

    I have the following code inside a page:


    if (!$featured && MM_USER_AUTHOR && $Itemid != "anything1") return 102;

    I would like insert more value instead to only "anything1" but I...
  17. Replies
    4
    Views
    673

    excellent it seem it was the solution because I...

    excellent it seem it was the solution because I don't get any more error. I just hope now the inclusion of my second Onclick Event will work like expected...

    thank a lot for your help...you made...
  18. Replies
    4
    Views
    673

    thank for reply... Yes I have already try this...

    thank for reply...

    Yes I have already try this code but this don't work and give me an error...

    I'm not sure but I suspect is the code I try to include need to be adapted because the single...
  19. Replies
    4
    Views
    673

    how to include a second "onclick event"

    hello

    I have a website under Joomla and I need to include the follow code:


    onClick="_gaq.push(['_trackEvent', 'Link', 'Click', 'ListingClaimButton']);"

    ...inside the follow code of a...
  20. Replies
    2
    Views
    1,004

    excellent this work well !! :):) Many thanks...

    excellent this work well !! :):)

    Many thanks for your great help...

    all the best

    cheers
  21. Replies
    2
    Views
    1,004

    How to include 2 onclick event in a link?

    hello

    I have actually the follow link code inside the template of my site:


    <a rel="noindex, nofollow" href="javascript:void(0);" onclick="showPhoneNo(this);return false;"><?php __t("Show...
  22. Thank for suggestion... Ok I see... I will test...

    Thank for suggestion... Ok I see... I will test this kind of solution..

    cheers
  23. thank for reply but this don't help me too much.....

    thank for reply but this don't help me too much.. For what I see in the page you provide is matter to include 2 statement in IF and Else...any my goal is to combine both IF statement inside one... So...
  24. How to include IF statement inside another

    hello

    Inside a script I have the follow IF statement:


    <?php if(($enableGallery && (($enableIntroImage && $imageCount > 1) || (!$enableIntroImage && $imageCount >= 1)))):?>

    and I need to...
  25. Replies
    2
    Views
    1,898

    thank for reply but I'm not sure if this is easy...

    thank for reply but I'm not sure if this is easy like that....

    Putting backlink who redirect to same starting page is maybe not the best... In fact I don't afraid about the domain itself because...
Results 1 to 25 of 33
Page 1 of 2 1 2
HTML5 Development Center



Recent Articles