Click here to Skip to main content
15,925,206 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Ability to override IE header footer by user's header/footer Pin
Vasudevan Deepak Kumar1-Nov-07 7:43
Vasudevan Deepak Kumar1-Nov-07 7:43 
GeneralRe: Ability to override IE header footer by user's header/footer Pin
Ha Ta1-Nov-07 7:55
Ha Ta1-Nov-07 7:55 
QuestionPass variables from asp page to aspx and back Pin
moose111-Nov-07 3:03
moose111-Nov-07 3:03 
QuestionRe: Pass variables from asp page to aspx and back Pin
Vasudevan Deepak Kumar1-Nov-07 7:48
Vasudevan Deepak Kumar1-Nov-07 7:48 
AnswerRe: Pass variables from asp page to aspx and back Pin
moose111-Nov-07 7:59
moose111-Nov-07 7:59 
QuestionValidation Control [modified] Pin
papy-boom31-Oct-07 3:59
papy-boom31-Oct-07 3:59 
GeneralGreaseMonkey Advice Pin
Brady Kelly31-Oct-07 2:20
Brady Kelly31-Oct-07 2:20 
GeneralRe: GreaseMonkey Advice Pin
Shog931-Oct-07 3:39
sitebuilderShog931-Oct-07 3:39 
Keep in mind, GM scripts run after page the page is already built (for the most part).
Sounds like you want to:
  1. Remove existing event handlers for the button (use FireBug to watch the events that occur when it's clicked, read through the code that attaches them, or just clear any onclick attributes if that's how they did it).
  2. Add your own handler
    1. For the mousedown event so as to avoid destroying the selection.
    2. Or, for the click event, but add a mouseover handler that saves the selection first.
  3. In your handler, take the selected text, format it as a quotation, and insert it into the textarea.
Smile | :)


every night, i kneel at the foot of my bed and thank the Great Overseeing Politicians for protecting my freedoms by reducing their number, as if they were deer in a state park. -- Chris Losinger, Online Poker Players?

GeneralRe: GreaseMonkey Advice Pin
Brady Kelly31-Oct-07 3:45
Brady Kelly31-Oct-07 3:45 
Questionhow to use ExecuteReader() with oracle Pin
babutkchn31-Oct-07 1:31
babutkchn31-Oct-07 1:31 
AnswerRe: how to use ExecuteReader() with oracle Pin
pmarfleet31-Oct-07 3:35
pmarfleet31-Oct-07 3:35 
QuestionHow t o deploy a website Pin
chancomsats30-Oct-07 22:41
chancomsats30-Oct-07 22:41 
AnswerRe: How t o deploy a website Pin
Michael Sync31-Oct-07 1:43
Michael Sync31-Oct-07 1:43 
AnswerRe: How t o deploy a website Pin
Manuel F. Hernandez2-Nov-07 6:50
Manuel F. Hernandez2-Nov-07 6:50 
Questiondaily news Pin
kanza azhar30-Oct-07 21:59
kanza azhar30-Oct-07 21:59 
AnswerRe: daily news Pin
pmarfleet30-Oct-07 23:11
pmarfleet30-Oct-07 23:11 
QuestionIs it Correct?????? Pin
Vanamaindia30-Oct-07 21:37
Vanamaindia30-Oct-07 21:37 
AnswerRe: Is it Correct?????? Pin
Paddy Boyd31-Oct-07 2:48
Paddy Boyd31-Oct-07 2:48 
QuestionHow can I get the coordinates IHTMLLIElement at www.microsoft.com Pin
Alexxx30-Oct-07 21:20
Alexxx30-Oct-07 21:20 
QuestionJavascript?????? Pin
Vanamaindia30-Oct-07 19:09
Vanamaindia30-Oct-07 19:09 
QuestionHow do i hide my .vb code in web development Pin
solami30-Oct-07 2:47
solami30-Oct-07 2:47 
AnswerRe: How do i hide my .vb code in web development Pin
AliAmjad30-Oct-07 4:54
AliAmjad30-Oct-07 4:54 
GeneralRe: How do i hide my .vb code in web development Pin
solami30-Oct-07 6:14
solami30-Oct-07 6:14 
GeneralRe: How do i hide my .vb code in web development Pin
AliAmjad30-Oct-07 6:25
AliAmjad30-Oct-07 6:25 
GeneralRe: How do i hide my .vb code in web development Pin
pmarfleet31-Oct-07 3:40
pmarfleet31-Oct-07 3:40 

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.