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??
User Profile
Collapse
-
divide int and double!! can it be done?
-
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... -
thanks all i will use your tips... -
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:... -
i have another question ... i tried to give the div "win_233906 " a background image at the bottom with css code:
but for some reason i can't see the pic in IE7 or FireFox v2....Code:background-image:url(\imgs\bottomRound.jpg); background-position:bottom;
can you help me?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/>.Leave a comment:
-
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:... -
it's the sample DB from MSDN,they have versions for SQL as well not just access....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. -
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?
No activity results to display
Show More
Leave a comment: