Click here to Skip to main content
15,913,836 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Force At Bottom Of Page Pin
Maciej Pirog21-Aug-02 7:43
Maciej Pirog21-Aug-02 7:43 
GeneralRe: Force At Bottom Of Page Pin
Jeremy Falcon21-Aug-02 8:02
professionalJeremy Falcon21-Aug-02 8:02 
GeneralRe: Force At Bottom Of Page Pin
Paul Watson25-Aug-02 7:16
sitebuilderPaul Watson25-Aug-02 7:16 
GeneralRe: Force At Bottom Of Page Pin
WebRavi25-Sep-02 2:20
WebRavi25-Sep-02 2:20 
GeneralRe: Force At Bottom Of Page Pin
Paul Watson25-Sep-02 2:27
sitebuilderPaul Watson25-Sep-02 2:27 
GeneralEmbedded quotes in HTML Pin
dandy7221-Aug-02 4:33
dandy7221-Aug-02 4:33 
GeneralRe: Embedded quotes in HTML Pin
Uritsukidoji22-Aug-02 6:29
Uritsukidoji22-Aug-02 6:29 
GeneralRe: Embedded quotes in HTML Pin
Richard Deeming22-Aug-02 8:03
mveRichard Deeming22-Aug-02 8:03 
You need to use double quotes around the attribute value, and replace any double quotes within the value with ":
stronmouseover = Chr(34) & "idDesc.innerHTML="" & _
  "<table BORDER='0' CELLSPACING='0' CELLPADDING='0'>" & _
  "<tr>" & _
  "<td><img SRC='../../icons/" & Replace(strGIF, Chr(34), "&quot;") & "'></td>" & _
  "<td WIDTH='5'></td>" & _
  "<td>" & Replace(strDesc, Chr(34), "&quot;") & "</td>" & _
  "</tr>" & _
"</table>&quot;" & Chr(34)

strCell = "<td HEIGHT='23'" & _
  " WIDTH='70'" & _
  " ALIGN='RIGHT'" & _
  " VALIGN='BOTTOM'" & _
  " BGCOLOR=" & Chr(34) & Replace(strColor, Chr(34), "&quot;") & Chr(34) & _
  " onmouseover=" & stronmouseover & _
  " onmouseout=" & stronmouseout & _
  " onclick=" & strClickEvent & ">Click me" & _
"</td>"

General.msg problem with jmail Pin
TommyKnocker21-Aug-02 0:18
TommyKnocker21-Aug-02 0:18 
GeneralUser Control vs Custom Control Pin
MS le Roux20-Aug-02 23:09
MS le Roux20-Aug-02 23:09 
GeneralRe: User Control vs Custom Control Pin
Andy Smith21-Aug-02 9:15
Andy Smith21-Aug-02 9:15 
GeneralRe: User Control vs Custom Control Pin
MS le Roux21-Aug-02 20:05
MS le Roux21-Aug-02 20:05 
GeneralASP.NET & ASP Together Pin
Nick Parker20-Aug-02 5:56
protectorNick Parker20-Aug-02 5:56 
GeneralRe: ASP.NET & ASP Together Pin
Uritsukidoji22-Aug-02 6:39
Uritsukidoji22-Aug-02 6:39 
GeneralRe: ASP.NET & ASP Together Pin
TigerNinja_22-Aug-02 12:00
TigerNinja_22-Aug-02 12:00 
GeneralWeb based ftp or file editor Pin
benjymous20-Aug-02 5:05
benjymous20-Aug-02 5:05 
GeneralPassing Arrays Pin
Fayez Al-Naddaf20-Aug-02 3:06
Fayez Al-Naddaf20-Aug-02 3:06 
Generalget the selected text in the textarea Pin
rezaabsh19-Aug-02 6:02
rezaabsh19-Aug-02 6:02 
GeneralRe: get the selected text in the textarea Pin
Ryan Johnston19-Aug-02 9:08
Ryan Johnston19-Aug-02 9:08 
GeneralASP Graph Component Pin
Paul Watson19-Aug-02 5:29
sitebuilderPaul Watson19-Aug-02 5:29 
GeneralRe: ASP Graph Component Pin
Daniel Turini20-Aug-02 6:41
Daniel Turini20-Aug-02 6:41 
GeneralRe: ASP Graph Component Pin
Paul Watson20-Aug-02 6:54
sitebuilderPaul Watson20-Aug-02 6:54 
GeneralAutoComplete and the &lt;asp:TextBox&gt; tag Pin
Paul Riley19-Aug-02 3:00
Paul Riley19-Aug-02 3:00 
GeneralRe: AutoComplete and the <asp:TextBox> tag Pin
Andy Smith19-Aug-02 5:55
Andy Smith19-Aug-02 5:55 
GeneralRe: AutoComplete and the <asp:TextBox> tag Pin
Paul Riley19-Aug-02 6:19
Paul Riley19-Aug-02 6:19 

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.