Click here to Skip to main content
15,910,083 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiondisable copy otion Pin
praveenanand22-Mar-07 23:38
praveenanand22-Mar-07 23:38 
AnswerRe: disable copy otion Pin
ca8msm23-Mar-07 0:27
ca8msm23-Mar-07 0:27 
GeneralRe: disable copy otion Pin
RichardGrimmer23-Mar-07 6:31
RichardGrimmer23-Mar-07 6:31 
Questionhelp needed with CreateUserWizard control Pin
samithaslk22-Mar-07 23:26
samithaslk22-Mar-07 23:26 
Questionhyper links together in Firefox? Pin
porsti22-Mar-07 23:25
porsti22-Mar-07 23:25 
AnswerRe: hyper links together in Firefox? Pin
Guffa22-Mar-07 23:33
Guffa22-Mar-07 23:33 
GeneralRe: hyper links together in Firefox? Pin
porsti23-Mar-07 4:19
porsti23-Mar-07 4:19 
GeneralRe: hyper links together in Firefox? Pin
Guffa23-Mar-07 7:54
Guffa23-Mar-07 7:54 
porsti wrote:
I tried to make them float as you told me but it did not help.


Then I either totally misunderstand what you are trying to do, or you didn't use it correctly.

Try something like this:

.LinkBox { width: 200px; padding: 1px; border: 1px solid #000; }
.LinkBox a { float: left; margin: 1px; border: 1px solid #ccc; background: #999; padding: 2px 5px; color: #fff; text-decoration: none; }
.LinkBox a:hover { background: #666; }
.LinkBox div { clear: both; overflow: hidden; height: 0; }

<div class="LinkBox">
   <a href="http://www.guffa.com/">Guffa</a>
   <a href="http://www.guffa.com/">Guffa</a>
   <a href="http://www.guffa.com/">Guffa</a>
   <a href="http://www.guffa.com/">Guffa</a>
   <a href="http://www.guffa.com/">Guffa</a>
   <div></div>
</div>


porsti wrote:
What do I need to write "behind" the normal button to make it work same way as hyper link when clicked? Hyper link opens a new page that is addressed in hyper link so how to make button work same way?


put "window.open('http://www.guffa.com/','_blank');" in the onclick event.

---
single minded; short sighted; long gone;

QuestionRoll back all the Data. Pin
Joshi Rahul22-Mar-07 23:10
Joshi Rahul22-Mar-07 23:10 
QuestionASP .NET on server Pin
jithbiz003322-Mar-07 22:20
jithbiz003322-Mar-07 22:20 
AnswerRe: ASP .NET on server Pin
StianSandberg23-Mar-07 2:27
StianSandberg23-Mar-07 2:27 
QuestionDelete Row of GridView Pin
varshavmane22-Mar-07 22:15
varshavmane22-Mar-07 22:15 
AnswerRe: Delete Row of GridView Pin
_AK_22-Mar-07 22:28
_AK_22-Mar-07 22:28 
GeneralRe: Delete Row of GridView Pin
varshavmane22-Mar-07 23:18
varshavmane22-Mar-07 23:18 
GeneralRe: Delete Row of GridView Pin
_AK_22-Mar-07 23:34
_AK_22-Mar-07 23:34 
Questionread write text file Pin
VaibhavTiparadi22-Mar-07 22:03
VaibhavTiparadi22-Mar-07 22:03 
AnswerRe: read write text file Pin
joon vh.23-Mar-07 3:39
joon vh.23-Mar-07 3:39 
AnswerRe: read write text file Pin
Sunny__Singh2-Feb-13 0:11
Sunny__Singh2-Feb-13 0:11 
QuestionHow to send /recieve mails in local network Pin
yang__lee22-Mar-07 21:15
yang__lee22-Mar-07 21:15 
AnswerRe: How to send /recieve mails in local network Pin
danidanidani23-Mar-07 5:52
danidanidani23-Mar-07 5:52 
QuestionDrop downList Pin
Mkanchha22-Mar-07 20:49
Mkanchha22-Mar-07 20:49 
AnswerRe: Drop downList Pin
theScorp22-Mar-07 21:14
theScorp22-Mar-07 21:14 
GeneralRe: Drop downList Pin
Mkanchha23-Mar-07 3:04
Mkanchha23-Mar-07 3:04 
QuestionJavaScript function in onload event Pin
gauthee22-Mar-07 20:47
gauthee22-Mar-07 20:47 
AnswerRe: JavaScript function in onload event Pin
Sandeep Akhare22-Mar-07 20:52
Sandeep Akhare22-Mar-07 20:52 

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.