Click here to Skip to main content
16,011,711 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: two simple questions: DataGrid Pin
Jeremy Oldham15-Feb-03 6:24
Jeremy Oldham15-Feb-03 6:24 
GeneralRe: two simple questions: DataGrid Pin
Anonymous15-Feb-03 17:55
Anonymous15-Feb-03 17:55 
GeneralRe: two simple questions: DataGrid Pin
Jeremy Oldham15-Feb-03 18:21
Jeremy Oldham15-Feb-03 18:21 
GeneralRe: two simple questions: DataGrid Pin
Jeremy Oldham16-Feb-03 8:27
Jeremy Oldham16-Feb-03 8:27 
Generaltried the code... same old problem remained unresolved... help! Pin
devvvy17-Feb-03 4:35
devvvy17-Feb-03 4:35 
GeneralRe: tried the code... same old problem remained unresolved... help! Pin
Jeremy Oldham17-Feb-03 14:29
Jeremy Oldham17-Feb-03 14:29 
GeneralRe: tried the code... same old problem remained unresolved... help! Pin
devvvy17-Feb-03 19:40
devvvy17-Feb-03 19:40 
GeneralRe: tried the code... same old problem remained unresolved... help! Pin
devvvy17-Feb-03 19:54
devvvy17-Feb-03 19:54 
1. Your code snippet on mouseover is very helpful. I will try it now.
2. Just check my browser setting. I use Internet Explorer 6.0 and under:
Options
>Security
>Security Setting
>Microsoft VM
>Java Permissions
>Low Safety

So, I doubt that the problem is with my browser setting.

My aspx code (Ask me for a complete file if you wish I can send it to you):

<table id="tblNavMenu" width="220" align="left" runat="server">
<tr onmousedown="Login()" id="rwLogin" onmouseover="document.getElementByID(rwLogin).bgColor='LightSteelBlue'" style="CURSOR: hand" onmouseout="document.getElementByID(rwLogin).bgColor='Ivory'">
<td align="middle"><font face="Verdana" color="darkslategray" size="2"><b>Login</b></font>
</td>
</tr>
<tr onmousedown="Logout()" id="rwLogout" onmouseover="this.bgColor='LightSteelBlue'" style="CURSOR: hand" onmouseout="this.bgColor='Ivory'">
<td align="middle"><font face="Verdana" color="darkslategray" size="2"><b>Logout</b></font>
</td>
</tr>
<tr onmousedown="NewReg()" id="rwRegister" onmouseover="this.bgColor='LightSteelBlue'" style="CURSOR: hand" onmouseout="this.bgColor='Ivory'">
<td align="middle"><font face="Verdana" color="darkslategray" size="2"><b>Register</b></font>
</td>
</tr>
<tr onmousedown="UnReg()" id="rwUnReg" onmouseover="this.bgColor='LightSteelBlue'" style="CURSOR: hand" onmouseout="this.bgColor='Ivory'">
<td align="middle"><font face="Verdana" color="darkslategray" size="2"><b>UnRegister User
Account</b></font>
</td>
</tr>
<tr onmousedown="ChangeProfile()" id="rwChangeProfile" onmouseover="this.bgColor='LightSteelBlue'" style="CURSOR: hand" onmouseout="this.bgColor='Ivory'">
<td align="middle"><font face="Verdana" color="darkslategray" size="2"><b>Change Personal
Profile</b></font>
</td>
</tr>
<tr onmousedown="TransferMasterForum()" id="rwForum" onmouseover="this.bgColor='LightSteelBlue'" style="CURSOR: hand" onmouseout="this.bgColor='Ivory'">
<td align="middle"><font face="Verdana" color="darkslategray" size="2"><b>Forums</b></font>
</td>
</tr>
<tr onmousedown="GoHome()" id="rwHome" onmouseover="this.bgColor='LightSteelBlue'" style="CURSOR: hand" onmouseout="this.bgColor='Ivory'">
<td align="middle"><font face="Verdana" color="darkslategray" size="2"><b>Home</b></font>
</td>
</tr>
</table>

That's it. Note that I did things differently in row 1 (in comparison with the rest of the grid. I use the "document" object - but none worked anyway.)

Thanks.



norm
GeneralHelp! error: Object required "this" Pin
devvvy17-Feb-03 22:13
devvvy17-Feb-03 22:13 
GeneralRe: tried the code... same old problem remained unresolved... help! Pin
Jeremy Oldham18-Feb-03 6:47
Jeremy Oldham18-Feb-03 6:47 
GeneralRe: tried the code... same old problem remained unresolved... help! Pin
devvvy18-Feb-03 13:04
devvvy18-Feb-03 13:04 
GeneralRe: tried the code... same old problem remained unresolved... help! Pin
devvvy18-Feb-03 15:24
devvvy18-Feb-03 15:24 
GeneralRe: two simple questions: DataGrid Pin
devvvy17-Feb-03 20:43
devvvy17-Feb-03 20:43 
QuestionAdding video to the Web page?? Pin
Kant14-Feb-03 13:26
Kant14-Feb-03 13:26 
AnswerRe: Adding video to the Web page?? Pin
devvvy17-Feb-03 4:30
devvvy17-Feb-03 4:30 
QuestionHow does one go about proposing a new HTML tag? Pin
Ray Cassick13-Feb-03 5:18
Ray Cassick13-Feb-03 5:18 
AnswerRe: How does one go about proposing a new HTML tag? Pin
leppie13-Feb-03 6:56
leppie13-Feb-03 6:56 
GeneralRe: How does one go about proposing a new HTML tag? Pin
Ray Cassick13-Feb-03 6:59
Ray Cassick13-Feb-03 6:59 
AnswerRe: How does one go about proposing a new HTML tag? Pin
markkuk13-Feb-03 11:52
markkuk13-Feb-03 11:52 
GeneralProblem connecting to Access database Pin
Chris LaQuerre13-Feb-03 3:12
Chris LaQuerre13-Feb-03 3:12 
GeneralRe: Problem connecting to Access database Pin
palbano13-Feb-03 5:18
palbano13-Feb-03 5:18 
GeneralRe: Problem connecting to Access database Pin
Ray Cassick13-Feb-03 5:23
Ray Cassick13-Feb-03 5:23 
GeneralRe: Problem connecting to Access database Pin
Chris LaQuerre13-Feb-03 6:21
Chris LaQuerre13-Feb-03 6:21 
GeneralRe: Problem connecting to Access database Pin
Ray Cassick13-Feb-03 6:32
Ray Cassick13-Feb-03 6:32 
GeneralRe: Problem connecting to Access database Pin
Richard Deeming13-Feb-03 23:55
mveRichard Deeming13-Feb-03 23:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.