User Profile

Collapse

Profile Sidebar

Collapse
asafok
asafok
Last Activity: Feb 25 '08, 11:52 AM
Joined: Aug 23 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • asafok
    started a topic divide int and double!! can it be done?
    in .NET

    divide int and double!! can it be done?

    as far as i know it can't be done ( the division of 2 variables from diffrent types).

    i used this code in c# and it worked:

    int x = 7;
    double y = 6.5;
    Console.WriteLi ne(x / y);


    my question is how can i divide 2 variables from diffrent types without explicit converting them to the same type??
    See more | Go to post

  • asafok
    started a topic Wrap inner table cell text with mailto...

    Wrap inner table cell text with mailto...

    hi,
    i'm tring to get access to a cell inside a table that has the vlaue of an Email address but is not clickable.
    i tring to go to that cell and Wrap the inner text with <a href="mailto... tag so it would be clickable.
    i tried to use this code:
    x=document.getE lementById('Gri dView1').childN odes[14].childNodes[1];
    but with no luck,for some resone i can't access the cell and it's text.

    need you help...
    See more | Go to post

  • thanks all i will use your tips...
    See more | Go to post

    Leave a comment:


  • asafok
    started a topic need help with some code in my site...

    need help with some code in my site...

    I have the attached code is the site i'm working on and I need to remove the <br/>
    node that comes after the " <div id="win_233906" ... "
    my question is : how can I get access to the <br/> and how can I replace it with an empty string or even remove it completely.

    The Code:
    [CODE=html]<table>
    <tr>
    <td valign="top" style="width:...
    See more | Go to post
    Last edited by eWish; Dec 4 '07, 02:11 PM. Reason: Added Code Tags

  • i have another question ... i tried to give the div "win_233906 " a background image at the bottom with css code:

    Code:
    background-image:url(\imgs\bottomRound.jpg);
    background-position:bottom;
    but for some reason i can't see the pic in IE7 or FireFox v2....
    can you help me?
    See more | Go to post
    Last edited by gits; Dec 4 '07, 07:54 AM. Reason: added code tags

    Leave a comment:


  • about the mail i apologize you're correct....
    as to the <br/>... i'm using a management system that i don't have access to its code. i can't assign an id to the node.
    is there a way to find the next node in line and deal with it? i know the id of the DIV element that comes before the <br/>.
    See more | Go to post

    Leave a comment:


  • asafok
    started a topic Removing br node after div with javascript

    Removing br node after div with javascript

    i have the attached code is the site i'm working on and i need to remove the <br/>
    node that comes after the " <div id="win_233906" ... "
    my question is : how can i get access to the <br/> and how can i replace it with an empty string or even remove it completely.

    the coed:

    [HTML]<table>
    <tr>
    <td valign="top" style="width:...
    See more | Go to post
    Last edited by gits; Dec 4 '07, 07:51 AM. Reason: added code tags ... drop email address

  • it's the sample DB from MSDN,they have versions for SQL as well not just access....
    See more | Go to post

    Leave a comment:


  • need help with connecting to sql local server northwind

    hi ,
    for some reason every time i try connecting to my northwind sql server from VS2005 i get an Error massage.
    first it was the remote connection that didn't allow me to connect and after that i got a different error massage concerning some Error log file ,i think it was northwind_log.

    to calculation , i need instruction on how to connect to northwind from VS2005 in the best and easy way.
    See more | Go to post

  • asafok
    started a topic need help on massage box open" win install"...

    need help on massage box open" win install"...

    hi,
    i have office 2007 on my win Xp and for some resone while i open some programs i get win installer for access 2000.
    i have access 2007 installed....
    how can overcome this problem?

    and why is my Xp tring to install access 2000 if i already have 2007?
    See more | Go to post
No activity results to display
Show More
Working...