User Profile

Collapse

Profile Sidebar

Collapse
mikaint
mikaint
Last Activity: Nov 15 '08, 11:44 AM
Joined: Nov 16 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mikaint
    started a topic sending disabled input fields

    sending disabled input fields

    I've read that if a field is set to disabled, it will be excluded from the submited fields when sending a form. Is there an alternative way to disable a field but still, send it with the form?

    I have some checkboxes that have to be disabled to prevent users from changing their status. Readonly won't work with checkboxes, so the only way to achieve that is by setting them to disabled...
    See more | Go to post

  • mikaint
    started a topic validation script

    validation script

    I need a validation script for a form to perform 2 actions:
    1. if a checkbox is checked, then a relevant textfield should contain some input
    2. don't allow commas (,) inside that textfield

    Can anybody help me with this?
    See more | Go to post

  • mikaint
    replied to help with popup win
    you are asking for this?
    Code:
                <form action="" method="post" name="test">
                <input type="Text" name="input1" value=""><a href="javascript:cal1.popup();"><img src="img/cal.gif" width="16" height="16" border="0" alt="Click Here to Pick up the date"></a>
    ...
    See more | Go to post

    Leave a comment:


  • mikaint
    started a topic help with popup win

    help with popup win

    I'm really confused here...i'll need some help with the following... i have a sceipt that will open a popup win which is actually a calendar and i'm trying to apply a style on the popup...

    Here's the popup code:
    Code:
    				var cal1 = new calendar1(document.forms['test'].elements['input1']);
    				cal1.year_scroll = true;
    				cal1.time_comp = false;
    calendar1 is:
    Code:
    function calendar1(obj_target) {
    ...
    See more | Go to post

  • mikaint
    started a topic Help with anchors

    Help with anchors

    I have a page with a standard header and a lot of anchor links...when you click on a link, the relevant anchor will come on top of page, so the header will not be visible and you have to scroll up in order to see it. What i need to do is to specify a standard position to the anchor links, so that the header will be always visible. Something like padding-top: 150px; with css, but this will not work in this case. So i'm looking if there's something...
    See more | Go to post
No activity results to display
Show More
Working...