Click here to Skip to main content
16,013,322 members
Home / Discussions / Web Development
   

Web Development

 
GeneralJavaScript User/password prompt Pin
Bob Stanneveld25-Nov-03 0:08
Bob Stanneveld25-Nov-03 0:08 
GeneralRe: JavaScript User/password prompt Pin
ZoogieZork26-Nov-03 5:47
ZoogieZork26-Nov-03 5:47 
GeneralRe: JavaScript User/password prompt Pin
Bob Stanneveld26-Nov-03 20:59
Bob Stanneveld26-Nov-03 20:59 
QuestionJScrip.NET - What does it require ? Pin
trongtuan24-Nov-03 22:07
trongtuan24-Nov-03 22:07 
AnswerRe: JScrip.NET - What does it require ? Pin
Heath Stewart28-Nov-03 8:26
protectorHeath Stewart28-Nov-03 8:26 
GeneralASP Application Start global.asa Pin
CillyMe24-Nov-03 21:45
CillyMe24-Nov-03 21:45 
GeneralRe: ASP Application Start global.asa Pin
Roger Wright25-Nov-03 11:30
professionalRoger Wright25-Nov-03 11:30 
GeneralJavascript fireEvent Method Pin
webProgrammer24-Nov-03 19:43
webProgrammer24-Nov-03 19:43 
does anyone know how to use the Javascript fireEvent method? - I'm having some problems implementing it with an object in IE 6.

- here's an example of what does work.

<script>document.onkeydown = doalert<br />
function doCalc(){<br />
		  var evtObj = document.createEventObject();<br />
<br />
		  evtObj.ctrlKey = true;<br />
		  evtObj.keyCode = 70;<br />
		  <br />
		 document.fireEvent("onkeydown",evtObj);<br />
}<br />
function doalert(){<br />
document.forms.temp.field1.innerHTML = document.forms.temp.field1.innerHTML +String.fromCharCode(window.event.keyCode)<br />
}<br />
</script><br />
</component><br />
<form name="temp"><br />
<textarea name="field1">hello</textarea><br />
</form>


I am using microsofts dhtml editor in IE 6 and I'm trying to emulate the "tab" key in tables - so that it moves to the next cell... - one way of doing this is by replacing the "tab" key click with the "ctrl" + "down arrow" keys, now for some reason I cannot get IE to apply these keystrokes to the object and for that matter I cannot get it to recognize that the "ctrlKey" value is set to true (for a case where I would like to press "ctrl" + "f"...)

if someone can please help me out that would be greatly appreciated.

Thank you,

webProgrammer
General&lt;input type=&quot;file&quot;&gt; and xmlhttp Pin
Nathan Ridley24-Nov-03 16:02
Nathan Ridley24-Nov-03 16:02 
GeneralDynamic Filter Form Function Pin
DEWright_CA24-Nov-03 12:45
DEWright_CA24-Nov-03 12:45 
GeneralRe: Dynamic Filter Form Function Pin
allia24-Nov-03 12:54
allia24-Nov-03 12:54 
Questionuploading files, ASP? Pin
allia23-Nov-03 13:10
allia23-Nov-03 13:10 
AnswerRe: uploading files, ASP? Pin
alex.barylski23-Nov-03 18:45
alex.barylski23-Nov-03 18:45 
GeneralRe: uploading files, ASP? Pin
allia24-Nov-03 13:01
allia24-Nov-03 13:01 
AnswerRe: uploading files, ASP? Pin
Populate1233-Dec-03 22:17
Populate1233-Dec-03 22:17 
GeneralHierachical DropDownList Controls Q. Pin
xpurt21-Nov-03 20:15
xpurt21-Nov-03 20:15 
GeneralWebservices and Custom Type Objects Pin
JoostV21-Nov-03 9:30
JoostV21-Nov-03 9:30 
GeneralRe: Webservices and Custom Type Objects Pin
Heath Stewart22-Nov-03 5:11
protectorHeath Stewart22-Nov-03 5:11 
GeneralRe: Webservices and Custom Type Objects Pin
JoostV23-Nov-03 1:11
JoostV23-Nov-03 1:11 
GeneralRe: Webservices and Custom Type Objects Pin
Heath Stewart24-Nov-03 4:19
protectorHeath Stewart24-Nov-03 4:19 
GeneralCSS Help Needed - Clickable Table Cell Pin
BrianReeve21-Nov-03 9:11
BrianReeve21-Nov-03 9:11 
GeneralRe: CSS Help Needed - Clickable Table Cell Pin
Ian Darling21-Nov-03 9:33
Ian Darling21-Nov-03 9:33 
GeneralRe: CSS Help Needed - Clickable Table Cell Pin
Roger Wright21-Nov-03 9:37
professionalRoger Wright21-Nov-03 9:37 
GeneralRe: CSS Help Needed - Clickable Table Cell Pin
Rohit  Sinha21-Nov-03 10:42
Rohit  Sinha21-Nov-03 10:42 
GeneralHelp! Connection String Pin
CillyMe21-Nov-03 3:02
CillyMe21-Nov-03 3:02 

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.