User Profile

Collapse

Profile Sidebar

Collapse
onlymukti4u
onlymukti4u
Last Activity: Mar 11 '10, 09:08 AM
Joined: Mar 7 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Code:
    <script type="text/javascript">
    
    function changeLink()
    {
    document.getElementById('MyLink').href="Http://en.Wikipedia.Org/wiki/the_football_association";
    document.getElementById('MyLink').target="_blank";
    }
    </script>
    
    <a id="MyLink" href="http://www.JustaLink.com" onclick="changeLink()">Just A Link</a>
    See more | Go to post
    Last edited by Dormilich; Jan 20 '10, 07:53 AM. Reason: Please use [code] tags when posting code

    Leave a comment:


  • onlymukti4u
    replied to split date time in javascript
    Code:
    function datetime()
    {
    var selectedDateTime = "2009-08-12 14:30:00" 
    var splitarray = new Array(); 
    splitarray= selectedDateTime.split(" "); 
    document.write(splitarray[0]+"<br/>"+splitarray[1]);
    }
    See more | Go to post
    Last edited by Dormilich; Aug 14 '09, 09:43 AM. Reason: added [code] tags

    Leave a comment:


  • onlymukti4u
    replied to Customized listbox
    hi

    No, this requirement is something different, here I cant use any DIV, I have to reduce the height only using JavaScript.
    See more | Go to post

    Leave a comment:


  • onlymukti4u
    started a topic Customized listbox

    Customized listbox

    How to reduce the height and give a vertical scroll to the listbox?

    I have a listbox with 100 items, I just want to show only 10 items and that also once we select. If I am giving height or multitype then from the beginning only it shows 10 item box, but I want a list box with one item and once we select or click the arrow only it should show 10 items with a scroll in which we can see all the 100 items.

    Thanking you in...
    See more | Go to post

  • Query regarding CSS problem for different browsers

    Hi,

    I am facing a problem in my page which consists of a left collapsible menu. It is working fine for IE6 and with CSS hacks it is working fine for IE7 with adding
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> in top, but when I am using Mozilla to open this it is showing problems like the background images not coming properly as well as texts are getting overlapped. Hope anyone have come...
    See more | Go to post

  • onlymukti4u
    started a topic Issue Regarding Iframe

    Issue Regarding Iframe

    Hi,

    I am facing a problem while I am dragging the popup in my page which is displaying in an IFrame, Actually it moves the below page also as the popup goes beyond its height and width. Anyone have faced this problem earlier?, I am new to this iframe hence unknown of its all properties,pls guide me.

    Regards,
    Prasad
    See more | Go to post

  • onlymukti4u
    started a topic Draggable DIV

    Draggable DIV

    Hi,

    I want to move my DIV which comes as a pop up on a page.Can any one help me out.


    Regards,
    Prasad
    See more | Go to post

  • onlymukti4u
    replied to Open popup window without titlebar
    I tried with all the properties but in IE6 also the title bar is coming by default.

    Regards,
    Prasad
    See more | Go to post

    Leave a comment:


  • onlymukti4u
    started a topic Open popup window without titlebar

    Open popup window without titlebar

    Hi,

    I need to call another page as a popup without any titlebar,scroll bar and menubar. I had used window.open method but by defult titlebar is coming. Can anyone help me out.

    Regards,
    Prasad
    See more | Go to post

  • onlymukti4u
    started a topic Properties of an object

    Properties of an object

    Hi,

    I Just want to get all the properties of an object through Javascript. Can anyone help me out in this regard?


    Regards,
    Prasad
    See more | Go to post

  • onlymukti4u
    replied to Pop up Problem
    I am checking in ie6 but in this the listboxes are displaying above the pop up, how come for you it is working fine, which version of ie you are using.
    See more | Go to post

    Leave a comment:


  • onlymukti4u
    replied to Pop up Problem
    I want the pop up should display there itself above the listboxes, but problem is the listboxes are visible above the popup. I am using IE6.
    See more | Go to post

    Leave a comment:


  • onlymukti4u
    replied to Pop up Problem
    I have given the code below where the listbox is coming above the popup.

    [HTML]<html>
    <head>
    <title>Method Two</title>
    <style>
    #layer {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 220px;
    height: 100px;
    border: 1px solid black;
    background-color: #e4e4e4;...
    See more | Go to post
    Last edited by acoder; Jul 8 '08, 12:01 PM. Reason: Added [code] tags

    Leave a comment:


  • onlymukti4u
    started a topic Pop up Problem

    Pop up Problem

    Hi,

    I am facing a problem in my page. When any popup I am displaying it is showing the below listboxe , Can anyone help me out in this regard. I can avoid it by using JavaScript to hide it when the popup will be there, but I want whether there is any other alternative rather than this...

    Thanks in advance.

    Regards,
    Prasad
    See more | Go to post

  • onlymukti4u
    replied to Query regarding Fieldset
    Thanks For your quick response...Appr eciated.

    Regards,
    Prasad
    See more | Go to post

    Leave a comment:


  • onlymukti4u
    started a topic Query regarding Fieldset

    Query regarding Fieldset

    Hi,

    When I am using fieldset, the borders are coming as rectangular but I want it blunt or little rounded at the corners, Is there any property in Fieldset where we can make it like that.

    Hoping for a quick response I remain.


    Regards,
    Prasad
    See more | Go to post

  • onlymukti4u
    replied to Customized Listbox required
    Thanks..It worked for me.
    See more | Go to post

    Leave a comment:


  • onlymukti4u
    replied to Customized Listbox required
    So atleast can u guide me for the key press events..
    See more | Go to post

    Leave a comment:


  • onlymukti4u
    replied to Customized Listbox required
    I had tried with that but one problem is that I cant move in the div with tabs or down arrows...
    See more | Go to post

    Leave a comment:


  • onlymukti4u
    started a topic Customized Listbox required

    Customized Listbox required

    I just want to create a listbox . In which on select of one Item few items will display in a box having a tree like structure.Can anyone help me out?

    Or Can you help me out in making a listbox where it will show 5 items at a time and a vertical scrollbar, but the above box will be there. I mean if I am giving size attribute 5, it will show 5 items with scrollbar, but the above selectbox also I want.

    Regards,
    ...
    See more | Go to post
No activity results to display
Show More
Working...