Click here to Skip to main content
15,915,093 members
Home / Discussions / Web Development
   

Web Development

 
Questionproblems with getting Front Page 98’s hover buttons Pin
miss_aries5-Jul-06 19:55
miss_aries5-Jul-06 19:55 
QuestionFront Page 98 hover buttons problem..need help [modified] Pin
MiSs.colly_cool5-Jul-06 19:39
MiSs.colly_cool5-Jul-06 19:39 
QuestionProblem with hover buttons [modified] Pin
kanes5-Jul-06 19:26
kanes5-Jul-06 19:26 
AnswerRe: Problem with hover buttons Pin
Neo_Odin5-Jul-06 19:55
Neo_Odin5-Jul-06 19:55 
GeneralRe: Problem with hover buttons Pin
Luqme5-Jul-06 20:59
Luqme5-Jul-06 20:59 
QuestionWeb Service Deployment Pin
vikashparida5-Jul-06 11:46
vikashparida5-Jul-06 11:46 
QuestionInternet explore not showing images [modified] Pin
theprinc5-Jul-06 7:54
theprinc5-Jul-06 7:54 
AnswerRe: Internet explore not showing images Pin
Guffa5-Jul-06 9:17
Guffa5-Jul-06 9:17 
1. You can show some code.

2.1. Do you mean in the url?

<a href="page.jsp?key=value&amp;anotherkey=anothervalue">

2.2. Yes. I don't know what technology you are using, but from the file type in the href property of the link, I assume that you are using JSP. I don't know how you write out values to the page in JSP, but I assume that it's similar to ASP:

<a href="threads.jsp" onwhatever="functionName(<%=myvar%>);"><br />
<br />
function functionName(var) {<br />
session.setAttribute("Myvar", var);<br />
}<br />
<br />
Substitute "onwhatever" with the event you are using.<br />
<br />
If the value is a string, however, you would surround it with apostrophes, the value should be html encoded, "\" should be replaced by "\\" and "'" should be replaced by "\'".<br />
 <br />
<br />
<small>---<br />
b { font-weight: normal; }</small>

Questionproblem in capturin co-ordinates in IE with scroll bars Pin
navtejdhillon5-Jul-06 6:25
navtejdhillon5-Jul-06 6:25 
AnswerRe: problem in capturin co-ordinates in IE with scroll bars Pin
navtejdhillon5-Jul-06 6:47
navtejdhillon5-Jul-06 6:47 
QuestionClient info Pin
TintinV3ck5-Jul-06 3:24
TintinV3ck5-Jul-06 3:24 
AnswerRe: Client info Pin
Guffa5-Jul-06 4:11
Guffa5-Jul-06 4:11 
GeneralRe: Client info Pin
TintinV3ck5-Jul-06 20:18
TintinV3ck5-Jul-06 20:18 
QuestionDataGrid Binding through Ajax [modified] Pin
vipinkapoor5-Jul-06 1:17
vipinkapoor5-Jul-06 1:17 
QuestionASP.NET Dynamic Web Menu Control Pin
B.N.Prabhu4-Jul-06 3:41
B.N.Prabhu4-Jul-06 3:41 
QuestionJavaScript Problem Pin
chandan_tandon4-Jul-06 1:28
chandan_tandon4-Jul-06 1:28 
GeneralRe: JavaScript Problem Pin
Guffa4-Jul-06 2:32
Guffa4-Jul-06 2:32 
AnswerRe: JavaScript Problem [modified] Pin
RichardGrimmer4-Jul-06 3:12
RichardGrimmer4-Jul-06 3:12 
QuestionHow to disable addressbar and the menus? Pin
rachgreen4-Jul-06 0:44
rachgreen4-Jul-06 0:44 
QuestionIIS not in windows home edition?? Pin
campbells3-Jul-06 22:21
campbells3-Jul-06 22:21 
AnswerRe: IIS not in windows home edition?? Pin
theJazzyBrain3-Jul-06 23:45
theJazzyBrain3-Jul-06 23:45 
AnswerRe: IIS not in windows home edition?? Pin
Paddy Boyd3-Jul-06 23:57
Paddy Boyd3-Jul-06 23:57 
AnswerRe: IIS not in windows home edition?? Pin
Guffa4-Jul-06 1:37
Guffa4-Jul-06 1:37 
AnswerRe: curve line on table or graphic? Pin
Steve Echols2-Jul-06 18:36
Steve Echols2-Jul-06 18:36 
QuestionFlash Object On ASPX Page Pin
Mohammadreza Heidari2-Jul-06 2:34
Mohammadreza Heidari2-Jul-06 2:34 

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.