Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rkoya
  • Order by date
  1. rkoya

    resize image

    Thanks j4606 I have done what you suggested but am having issues with the image. I have created a function which checks the id of the maximize button, and expands the image which is relevant to it. var button = ''; function maxbutton(id) { button = id; } function buttonPress () { if...
  2. rkoya

    resize image

    Ok my files are at the following URL: http://www.mediafire.com/download.php?4h7bsjmxzmh Please take a look and see if you can help me. Thanks
  3. rkoya

    resize image

    Yes like I have said I don't think I made myself clear, can I do it without giving the image a unique id and if so any help would be useful. Thanks
  4. rkoya

    resize image

    Sorry i don't think I made it clear. Can I do it without giving the image a unique id?
  5. rkoya

    resize image

    Thanks but is there no way to do it without giving it a unique id.
  6. rkoya

    resize image

    I have a box which is 300x200 in size. I have a maximise button when clicked the box increases to 600x400 in size. There is an image in the box (122x72) which I want doubled in size when the maximised button is clicked. I have used the following bit of code and works perfectly...
  7. rkoya

    resize image using AJAX

    Sorry here is the link: http://www.ajaxdaddy.com/demo-prototype-window.html
  8. rkoya

    resize image using AJAX

    Basically I am doing a similar thing to this. I will have an image and some info. When the user clicks the maximise button, the box will become bigger and the rest of the text will be displayed. I want the image to be bigger once the maximise button is pressed.
  9. rkoya

    resize image using AJAX

    Hi, I have a box which contains an image and some information in it. I am using AJAX to expand the box, but want the image to get bigger as the box does. Can anyone how this can be done. Thanks
  10. rkoya

    undefined id

    right I have tried to reference the element using the stored variable but it still does not work
  11. rkoya

    undefined id

    Hi, I have the following javascript code, however when updateCal2 is called, Firefox says that FARRetMonth is undefined. As you can see it is defined. Can anyone give me a suggestion <script> YAHOO.namespace("example.calendar"); function handleSelect(type,args,obj) { var dates =...
  12. rkoya

    get url of an iframe

    Hi, I want to get the URL of an iframe on my page, can anyone help as to how to do this. Thanks
  13. rkoya

    new to asp

    Hi, I am a newbie to asp and was wondering what the following line means. I know it is something to do with an array but don't understand what the 0 and 1 does. <%FLTWriteEndLocation "formitem",0,1%> Any explaination would be helpful Thanks
  14. rkoya

    add an option

    Hi, I want to add an option below. <option value="4">4</option> <form id="test"> <select id="lol"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> </select> </form> This needs to be added using JS can any one help. Thanks Rishi
  15. rkoya

    remove option in select box

    Thanks worked perfectly.
  16. rkoya

    remove option in select box

    Hi, I want to remove a value in a select box based dynamically. <form id="test"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> </form> I want option value 3 removed. Can anyone help on how to do this. THanks
  17. rkoya

    adding option to dynamic dropdown

    I have a dynamic dropdown where a list of airports is populate using replacement tags, what I want to do is add a value to say "airport not in list" how can this be done. Here is the code for the dynamic populating: function checkCollectionMethod() { if ("(COLLECTION_METHOD)" == "WALKIN")...
  18. rkoya

    check if form field is on page

    Thanks worked perfectly.
  19. rkoya

    check if form field is on page

    Hi, I have a number of fields that are bought in dynamically based on selection from the previous screen. How do I check to see if a certain form field is on the page or not. thanks
  20. rkoya

    div problem

    thanks I have tried that but doesnt seem to work, it is just putting the text over the other text. If i try position:relative then it creates a gap which i don't want. which display feature do you think is most appropriate. Thanks

Part and Inventory Search

Back
Top