[DQSD-Users] SP2 problem

2004-09-15 Thread Chuck Baker
Hi Everyone,
 
I am new to the list and I was researching a problem I had after installing SP2 on XP PRO and found the list here so I thought I would post and tell you of the fix that I found for the problem.
 
After installing SP2 and the latest .net framework updates I found that whenever I typed anything into the search field and hit enter instead of the default browser coming up my Microsoft Word would open and display the file "DQSDLaunch.html
 
I tried uninstall the toolbar and reinstalling and uninstalling and reinstalling Word but that didn't help. the only thing that worked was changing the launchmode in the DQSD configuration/ system preferences to 0
 
I put a report about this on sourceforge maybe someone can come up with a reason why this happened.Rev. Chuck BakerICQ# 1816811[EMAIL PROTECTED][EMAIL PROTECTED]Yahoo ID: [EMAIL PROTECTED]http://Chuck_Baker.Tripod.comhttp://www.keen.com/RevChuckBakerHelp Line: 1-800-275-5336 Ext. 0322651Fax: 801-740-7293Please read and sign my petitionfor President of the USA in 2004at: http://www.petitiononline.com/ChuckB1/petition.html
		Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!

RE: [DQSD-Users] login search

2004-09-15 Thread ryan_carpenter

http://home.comcast.net/~ryan_carpenter/dqsd/
This folder has a few searches I've been working on.  None are done yet, but they work as proofs of concept.  In order for the login function to work, a change to the search.html file was necesary.  Below is the section of code I altered.  The biggest problem is that the password input hides behind the button.  I hope you all can make some use of my ideas.
    document.write(''  + (multiline ? '  + 'name=q '  + 'type=text '  + 'style="top:-100; display: none;" '  + 'class=txtfld '  + ' '  + ' '  + ' '  + ' '  + ' '  + ' '  + ' '  + (calStart ? 'ondblclick' : 'oncontextmenu') + '="return showcal();" '  + ' '  + ' '  + 'value="" '  + 'cols=20 '  + 'rows=1 '  + 'maxlength=256 '  + 'tabindex=0 '  + 'autocomplete=' + (autocomplete ? 'on' : 'off')  + (multiline ? ">" : ">")  + ''  + '  + 'id="" '  + 'class=txtfld '  + ' '  + ' '  + ' '  + ' '  + ' '  + ' '  + ' '  + (calStart ? 'ondblclick' : 'oncontextmenu') + '="return showcal();" '  + ' '  + ' '  + 'value="" '  + '>');