Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Cuckoo #1
error in javascript when creating command dialog
when I create a command dialog as a dreamweaver extension, the "readonly"
attribute of either textarea or input are not working. is there any method i
can use to set the input box readonly, instead of setting the "disable"
attribute?
Moreover not all the javascript can work. eg: <input type="text"
onkeydown="return false;" onfocus="blur();"/>
It will prompt error with message: While executing onKeyDown in xxx.htm, a
JavaScript error occurred.
Is there any ways I can fix it?
Thanks a lot
Cuckoo Guest
-
creating new command, how to select entire sourcecode
(i posted this same question on the general discussion forum a couple of hours ago, but this is a better place for it) Hi, I often have to do a... -
Readonly list (not dropdown) in command dialog
Hi, I am trying to build a command dialog, that looks similar to "Sites-> Manage Sites" dialog. I want to include a readonly list control (not a... -
passing a Javascript command to out of an iFrame to athe parent frame
Hello. Right i have a javascript navigation that runs fine on the top level html page, this then loads in pages into an iFrame, then in these '2nd... -
'onmouseover' javascript in .php echo command, is proving troublesome?
Hi, Can anyone please tell me what is wrong with this code ? I have a 2d Array defined in an included PHP file as follows :- /Site #1... -
Creating pop dialog box
I believe you are referring to the "title" tag. It is only supported in IE. Publisher doesn't have it built-in, you have to add it yourself, refer...



Reply With Quote

