User Profile

Collapse

Profile Sidebar

Collapse
Johny Rodriguez
Johny Rodriguez
Last Activity: Mar 30 '07, 04:17 AM
Joined: Dec 8 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • duh.
    Thanks
    See more | Go to post

    Leave a comment:


  • Johny Rodriguez
    started a topic using system.drawing.image from console app.
    in .NET

    using system.drawing.image from console app.

    Hello all,
    I'm controlling the back end of a web application with a command console i've written in vb.net2 . One of the admin operations I need to make available in the console app requires the system.drawing namespace, which is of course not a member of the console class and I can't import it. Is there anyway around this? or is there a way to use call the original function from where it is now, on a vb page?

    Thanks in Adv...
    See more | Go to post

  • You've assigned the proper id's to the image and the td? maybe paste it here....
    See more | Go to post

    Leave a comment:


  • Johny Rodriguez
    replied to Code confusion
    the following row...
    <tr>

    <!--
    -->
    </tr>

    is inside an unclosed td , which is inside an unclosed tr of it's own. either add </td></tr> before the row or add it to it's own table. (or whatever your layout demands)...
    See more | Go to post

    Leave a comment:


  • If you move the window.close() into an increment or timer sequence (client side) in the popup, that should allow your popup to load before closing. The ideal place for it would be at the tail end of the process you're showing in the popup, if that is on the browser. Also the user should not have to confirm the close, that should only be for the main open page, not the popup. What is your 'dependent' set to for the popup?...
    See more | Go to post

    Leave a comment:


  • the problems would depend more on your .net1 coding than on the move itself. If you rellied too heavily on intellisense in .net1, and didn't adhere to some basic things that intellisense didn't pick up on (like assigning return values to functions) then you'll have to rewrite some code. Other than that, if you're moving it using vs.net 2005 it is pretty easy. Deployment differences between .net1 and 2 however are much bigger I find, but they're differences,...
    See more | Go to post

    Leave a comment:


  • var newimage =new Image(); newimage.src=//the url of the new image
    function suffleimg(){
    document.images .oldimage.src=n ewimage.src;
    }

    <td id="middletext " on mouseover="suff leimage()">the text in the middle</td>

    of course you still have to add the onmouseout to restore the orignal one...
    See more | Go to post

    Leave a comment:


  • Johny Rodriguez
    replied to getting cell contents
    You can deffinately get the contents using innerHTML with javascript if the cell has an id, however if the cell was generated and inserted dynamically, , and does not have an id you won't be able to get the contents using innerHTML. A solution for getting the contents using row and cell indices, which you can loop through, would be ideal if anyone out there has one.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...